| Summary: | AX: <legend> should be announced by Voiceover / screenreader | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | goetsu <aurelien.levy> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Critical | CC: | faulkner.steve, jcraig, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | All | ||
|
Description
goetsu
2015-06-15 04:17:11 PDT
This is is not a WebKit bug. WebKit exposes the fieldset and legend the same way it always has. Reference LayoutTest run on every commit. https://github.com/WebKit/webkit/blob/master/LayoutTests/accessibility/fieldset-element.html https://github.com/WebKit/webkit/blob/master/LayoutTests/accessibility/fieldset-element-expected.txt VoiceOver's behavior changed in 2014, and is tracked as <rdar://problem/17919418> (In reply to comment #2) > This is is not a WebKit bug. WebKit exposes the fieldset and legend the same > way it always has. > > Reference LayoutTest run on every commit. > https://github.com/WebKit/webkit/blob/master/LayoutTests/accessibility/ > fieldset-element.html > https://github.com/WebKit/webkit/blob/master/LayoutTests/accessibility/ > fieldset-element-expected.txt > > VoiceOver's behavior changed in 2014, and is tracked as > <rdar://problem/17919418> Guessing that <rdar://problem/17919418> is not public. Is there any indication that this VO bug will be fixed and in what time frame? Intersted as a client is asking whether they need to change their coding practices to work around this bug. |