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
proposed A mechanism is available for users to turn hyphenation on or off.
The text was updated successfully, but these errors were encountered:
Possible SC for Silver: A mechanism is available for users to turn hyphenation on or off.
Not sure of the best way to address it in WCAG 2.1.
CSS has the hyphens property that tells the browser how to hyphenate words when line-wrapping. But it is not user controllable.
Spec: https://www.w3.org/TR/css-text-3/#hyphenation
Example: article p { hyphens: auto; }
It is supported in every major browser, except from all blink-based browsers (Chrome, Opera, Android) http://caniuse.com/#feat=css-hyphens
Chrome has a bug: https://bugs.chromium.org/p/chromium/issues/detail?id=47083
Sorry, something went wrong.
No branches or pull requests
proposed
A mechanism is available for users to turn hyphenation on or off.
The text was updated successfully, but these errors were encountered: