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