role-presentation.json 449 B

12345678910111213141516171819
  1. {
  2. "id": "role-presentation",
  3. "evaluate": "matches-definition-evaluate",
  4. "deprecated": true,
  5. "options": {
  6. "matcher": {
  7. "attributes": {
  8. "role": "presentation"
  9. }
  10. }
  11. },
  12. "metadata": {
  13. "impact": "minor",
  14. "messages": {
  15. "pass": "Element's default semantics were overriden with role=\"presentation\"",
  16. "fail": "Element's default semantics were not overridden with role=\"presentation\""
  17. }
  18. }
  19. }