You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
360 B
13 lines
360 B
{
|
|
"id": "avoid-inline-spacing",
|
|
"selector": "[style]",
|
|
"tags": ["wcag21aa", "wcag1412"],
|
|
"metadata": {
|
|
"description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
|
|
"help": "Inline text spacing must be adjustable with custom stylesheets"
|
|
},
|
|
"all": ["avoid-inline-spacing"],
|
|
"any": [],
|
|
"none": []
|
|
}
|