Bug 73237 - <input required> and <input aria-required="true"> should both provide "error bubble" when input is empty
Summary: <input required> and <input aria-required="true"> should both provide "error ...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-11-28 11:56 PST by John Foliot
Modified: 2013-10-23 17:24 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Foliot 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.
Comment 1 Radar WebKit Bug Importer 2011-11-28 12:00:48 PST
<rdar://problem/10492155>
Comment 2 James Craig 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.