scope-value.json 335 B

1234567891011121314
  1. {
  2. "id": "scope-value",
  3. "evaluate": "scope-value-evaluate",
  4. "options": {
  5. "values": ["row", "col", "rowgroup", "colgroup"]
  6. },
  7. "metadata": {
  8. "impact": "critical",
  9. "messages": {
  10. "pass": "Scope attribute is used correctly",
  11. "fail": "The value of the scope attribute may only be 'row' or 'col'"
  12. }
  13. }
  14. }