WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
215579
webkit-search-cancel-button not keyboard accessible
https://bugs.webkit.org/show_bug.cgi?id=215579
Summary
webkit-search-cancel-button not keyboard accessible
Robert Jolly
Reported
2020-08-17 12:53:41 PDT
Created
attachment 406735
[details]
screenshot of webkit pseudo element in search to clear input value. The -webkit-search-cancel-button appears for sighted users, but it is unavailable for screen reader users and sighted, keyboard-only users. This presents a default in the browser which fails WCAG 2.1.1 Keyboard (Level A). See:
https://www.w3.org/WAI/WCAG21/Understanding/keyboard.html
and the Sufficient Technique G202
https://www.w3.org/WAI/WCAG21/Techniques/general/G202
and Failure F54
https://www.w3.org/WAI/WCAG21/Techniques/failures/F54
. Developers who want to comply with WCAG need to override this webkit default, which is problematic, as defaults may be incorrectly assumed to be accessible. Recommendation: Remove the pseudo element from search controls OR make the element fully accessible.
Attachments
screenshot of webkit pseudo element in search to clear input value.
(73.00 KB, image/png)
2020-08-17 12:53 PDT
,
Robert Jolly
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-08-17 12:53:50 PDT
<
rdar://problem/67265076
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug