RESOLVED FIXED 148970
AX: ARIA 1.1 @aria-placeholder
https://bugs.webkit.org/show_bug.cgi?id=148970
Summary AX: ARIA 1.1 @aria-placeholder
Nan Wang
Reported 2015-09-08 10:58:49 PDT
Add support for ARIA 1.1 attribute 'aria-placeholder'. http://www.w3.org/TR/wai-aria-1.1/#aria-placeholder Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Attachments
patch (4.39 KB, patch)
2015-10-06 17:47 PDT, Nan Wang
no flags
Radar WebKit Bug Importer
Comment 1 2015-09-08 11:29:41 PDT
Nan Wang
Comment 2 2015-10-06 17:47:43 PDT
Created attachment 262563 [details] patch There's already a placeholderValue() function to get the value from placeholder attribute. Not sure the difference between placeholder and aria-placeholder from the spec. The logic for the patch is to get the value from aria-placeholder first, if not then check placeholder attribute.
WebKit Commit Bot
Comment 3 2015-10-07 11:18:28 PDT
Comment on attachment 262563 [details] patch Clearing flags on attachment: 262563 Committed r190674: <http://trac.webkit.org/changeset/190674>
WebKit Commit Bot
Comment 4 2015-10-07 11:18:33 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.