Bug 55234 - Aligned/floating anchor img elements are not focusable on tab navigation
Summary: Aligned/floating anchor img elements are not focusable on tab navigation
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-25 10:41 PST by ocheung
Modified: 2011-02-25 10:41 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ocheung 2011-02-25 10:41:51 PST
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