Bug 12728
Summary: | Button tags are not accessible via tab keyboard controls | ||
---|---|---|---|
Product: | WebKit | Reporter: | todd.fisher |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | 7138 | ||
Bug Blocks: |
todd.fisher
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>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
todd.fisher
Adding 7138 as a dependency
David Kilzer (:ddkilzer)
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/
todd.fisher
(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.