Revert "Update the aria role for datalist and its options to match the spec."
This reverts commit ee4b369d. Reason for revert: the change caused an issue on ChromeOS where the autofill suggestions are not being read. Original change's description: > Update the aria role for datalist and its options to match the spec. > > According to https://w3c.github.io/html-aam/#el-datalist the aria role for > datalist should be listbox (currently it is menu). > > For datalist options according to https://w3c.github.io/html-aam/#el-option the aria > role should be option (currently it is menuitem). > > The unit test is also updated to use the new aria roles. > > Bug: 1011133 > Change-Id: Ia3541067e3d8ada622c5c3776f3b1b0ce0a26c54 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838997 > Reviewed-by: Akihiro Ota <akihiroota@chromium.org> > Reviewed-by: David Tseng <dtseng@chromium.org> > Reviewed-by: Evan Stade <estade@chromium.org> > Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#706495} TBR=dtseng@chromium.org,estade@chromium.org,akihiroota@chromium.org,iopopesc@microsoft.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1037649 Change-Id: Ib12a558f70972a28514c943f020f91a7c562c091 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042230Reviewed-by:Ionel Popescu <iopopesc@microsoft.com> Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/master@{#738982}
Showing
Please register or sign in to comment