avoid-inline-spacing.json 389 B

123456789101112
  1. {
  2. "id": "avoid-inline-spacing",
  3. "selector": "[style]",
  4. "tags": ["cat.structure", "wcag21aa", "wcag1412"],
  5. "metadata": {
  6. "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
  7. "help": "Inline text spacing must be adjustable with custom stylesheets"
  8. },
  9. "all": ["avoid-inline-spacing"],
  10. "any": [],
  11. "none": []
  12. }