We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
F47, "Failure of Success Criterion 2.2.2 due to using the blink element", starts with:
The blink element, while not part of the official HTML or XHTML specification, is supported by many user agents.
Checking with current builds of Edge, Safari, and Firefox (warning: contains blinking), the HTML blink element isn't supported.
blink
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:
i'd say just remove it, and create a new failure (rather than repurposing)
Sorry, something went wrong.
As an update to this, as I've just stumbled on it after a few months, Chromium, Firefox, and Safari all don't support text-decoration:blink either.
text-decoration:blink
I'll work on this issue next.
fstrr
Successfully merging a pull request may close this issue.
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: