Bug 12728 - Button tags are not accessible via tab keyboard controls
Summary: Button tags are not accessible via tab keyboard controls
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 7138
Blocks:
  Show dependency treegraph
 
Reported: 2007-02-10 16:44 PST by todd.fisher
Modified: 2007-02-10 17:01 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description todd.fisher 2007-02-10 16:44:57 PST
The form fields in webkit appear much more accessible that current safari 2.0.  However I'm noticing that buttons are still not accessible.   I see there was bug 7138 that asked for all elements, but I'm thinking to get a few more of the form controls would be a huge win if not all.

Getting these three buttons to be accessible would be great.

<input type="button"/>
<input type="submit"/>
<button>Text</button>
Comment 1 todd.fisher 2007-02-10 16:45:36 PST
Adding 7138 as a dependency
Comment 2 David Kilzer (:ddkilzer) 2007-02-10 16:53:11 PST
Todd, I am able to tab to buttons as long as I enable the "Press Tab to highlight each item on a webpage" preference in the Advanced section of Safari's preferences and use a WebKit nightly build.

http://nightly.webkit.org/

Comment 3 todd.fisher 2007-02-10 17:01:57 PST
(In reply to comment #2)
> Todd, I am able to tab to buttons as long as I enable the "Press Tab to
> highlight each item on a webpage" preference in the Advanced section of
> Safari's preferences and use a WebKit nightly build.
> 
> http://nightly.webkit.org/
> 

Ah, you're right.  I'm using a nightly, I didn't realize that was an option I had to enable.