html5-scope.json 306 B

1234567891011
  1. {
  2. "id": "html5-scope",
  3. "evaluate": "html5-scope-evaluate",
  4. "metadata": {
  5. "impact": "moderate",
  6. "messages": {
  7. "pass": "Scope attribute is only used on table header elements (<th>)",
  8. "fail": "In HTML 5, scope attributes may only be used on table header elements (<th>)"
  9. }
  10. }
  11. }