Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1858051: Fix ComputedARIARole for <input type="search">, r=Jamie
The markup <input type="search"> will report a ComputedARIARole of "textbox," which isn't correct - it should return "searchbox." To address this issue, this revision implements a change to ComputedARIARole for searchboxes, checking IsSearchbox() and returning the searchbox atom if so. This revision also enables the previously expected-failure relevant web platform test, since we now pass it. Differential Revision: https://phabricator.services.mozilla.com/D200235
- Loading branch information