Bug 71369 - Page focus - Block level links - HTML5
Summary: Page focus - Block level links - HTML5
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 09:05 PDT by catharinegreen
Modified: 2013-12-20 11:28 PST (History)
1 user (show)

See Also:


Attachments
test case (207 bytes, text/html)
2013-12-20 11:27 PST, James Craig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description catharinegreen 2011-11-02 09:05:27 PDT
When using the keyboard to navigate a web page by tabbing, block level links do not highlight and take the page focus. This is not good for keyboard only users as they will not be able to access block level links via the keyboard.
Comment 1 Alexey Proskuryakov 2011-11-02 12:30:48 PDT
What browser are you seeing this with, and on which operating system?

In Safari, I get imaged selected when Option-tabbing. The test I used:

<a href="#"><img src="http://images.apple.com/home/images/hero.jpg"></a>
<a href="#"><img src="http://images.apple.com/home/images/hero.jpg"></a>
Comment 2 James Craig 2013-12-20 11:27:35 PST
Created attachment 219774 [details]
test case
Comment 3 James Craig 2013-12-20 11:27:50 PST
works in attached test case. closing.