Bug 73237
| Summary: | <input required> and <input aria-required="true"> should both provide "error bubble" when input is empty | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | John Foliot <john> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | ap, david.bolter, eoconnor, jcraig, jonlee, rakeshchaitan, surkov.alexander, tkent, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
John Foliot
<input required> and <input aria-required="true"> should both provide "error bubble" when input is empty; currently only <input required> does so. For legacy reasons authors should use the aria-required="true" as it has better support in screen readers. Since HTML5's "required" == aria-required="true" in the Accessibility APIs it would be nice if the visual output was equal as well.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/10492155>
James Craig
I think this is invalid. ARIA markup does not change the rendering behavior of the mainstream user interface. It just allows an override for the API.