scope-attr-valid.json 334 B

123456789101112
  1. {
  2. "id": "scope-attr-valid",
  3. "selector": "td[scope], th[scope]",
  4. "tags": ["cat.tables", "best-practice"],
  5. "metadata": {
  6. "description": "Ensures the scope attribute is used correctly on tables",
  7. "help": "scope attribute should be used correctly"
  8. },
  9. "all": ["html5-scope", "scope-value"],
  10. "any": [],
  11. "none": []
  12. }