-
Notifications
You must be signed in to change notification settings - Fork 286
Do we need F47? #3823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i'd say just remove it, and create a new failure (rather than repurposing) |
As an update to this, as I've just stumbled on it after a few months, Chromium, Firefox, and Safari all don't support I'll work on this issue next. |
Merged
mbgower
added a commit
that referenced
this issue
Apr 22, 2025
Closes #3823 [F4](https://www.w3.org/WAI/WCAG22/Techniques/failures/F4.html) and [F47](https://www.w3.org/WAI/WCAG22/Techniques/failures/F4.html) should be replaced. CSS' `text-decoration:blink` is deprecated and has no modern browser support, and the HTML `blink` element is obsolete. [This new failure technique](https://deploy-preview-4166--wcag2.netlify.app/techniques/failures/failure-of-222-due-to-blinking.html) replaces those two techniques. --------- Co-authored-by: Scott O'Hara <[email protected]> Co-authored-by: Mike Gower <[email protected]> Co-authored-by: Mike Gower <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
F47, "Failure of Success Criterion 2.2.2 due to using the blink element", starts with:
Checking with current builds of Edge, Safari, and Firefox (warning: contains blinking), the HTML
blink
element isn't supported.We could re-purpose it to be about CSS blinking or we could just delete it.
The text was updated successfully, but these errors were encountered: