RESOLVED WORKSFORME Bug 73237
<input required> and <input aria-required="true"> should both provide "error bubble" when input is empty
https://bugs.webkit.org/show_bug.cgi?id=73237
Summary <input required> and <input aria-required="true"> should both provide "error ...
John Foliot
Reported 2011-11-28 11:56:48 PST
<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
Radar WebKit Bug Importer
Comment 1 2011-11-28 12:00:48 PST
James Craig
Comment 2 2013-10-23 17:24:26 PDT
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.
Note You need to log in before you can comment on or make changes to this bug.