Make <input type='url'> have UIA LocalizedControlType == 'url'
An <input type='url'> should have LocalizedControlType of "url" per https://w3c.github.io/html-aam/#el-input-url Currently its LocalizedControlType is "edit". This change updates it to the correct value by adding an entry to BrowserAccessibility::GetLocalizedStringForRoleDescription(). Bug: 990386 Change-Id: I92cee38c5fb0b9c81229cb6070784271187f4154 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733202Reviewed-by:Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Dan Clark <daniec@microsoft.com> Cr-Commit-Position: refs/heads/master@{#685236}
Showing
Please register or sign in to comment