[Webkit-unassigned] [Bug 55234] New: Aligned/floating anchor img elements are not focusable on tab navigation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 25 10:41:50 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55234
Summary: Aligned/floating anchor img elements are not focusable
on tab navigation
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ocheung at rim.com
CC: dbates at webkit.org
Overview:
An anchored image element that is floated or aligned is not focusable on tab navigation.
Steps to Reproduce:
Any of these makes the anchor tag un-focusable
<a href="http://abc.com"><img src="abc.jpg" style="float:left;"/></a>
<a href="http://abc.com"><img src="abc.jpg" style="align:left;"/></a>
<a href="http://abc/com"><img src="abc.jpg" align="left"/></a>(found in feed://rss.news.yahoo.com/rss/topstories)
Actual Results:
Anchor tags not focusable in tab navigation
Expected Results
Anchor tags should be focusable in tab navigation
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list