-
Notifications
You must be signed in to change notification settings - Fork 776
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
New rule: Avoid inline spacing #1301
Comments
avoid-inline-spacingThe rule should fail any element with a style attribute that sets Tags: wcag21, wcag1412 ChecksCheck that no Pass Fail |
…heets (#1446) Ensure text spacing is not affected by inline spacing styles that affects CSS specificity Closes issue: - #1301 **Note: to make sure to make it clear in the failure message that this is due to limited support for custom stylesheets.** ## Reviewer checks **Required fields, to be filled out by PR reviewer(s)** - [x] Follows the commit message policy, appropriate for next version - [x] Has documentation updated, a DU ticket, or requires no documentation change - [x] Includes new tests, or was unnecessary - [x] Code is reviewed for security by: Steve
documented in INR - 6/17/2019 |
DQU and Other resources added for MVP. |
Closing - See #1698. |
This is a rule for https://www.w3.org/TR/WCAG21/#text-spacing. Fail any element with a style attribute that sets line-height, letter-spacing or word-spacing using
!important
. Since this is the highest priority, custom stylesheets can't override these styles, meaning that SC1.4.12 fails.TODO: Write up a proper proposal.
The text was updated successfully, but these errors were encountered: