has-global-aria-attribute.json 389 B

1234567891011121314
  1. {
  2. "id": "has-global-aria-attribute",
  3. "evaluate": "has-global-aria-attribute-evaluate",
  4. "metadata": {
  5. "impact": "minor",
  6. "messages": {
  7. "pass": {
  8. "singular": "Element has global ARIA attribute: ${data.values}",
  9. "plural": "Element has global ARIA attributes: ${data.values}"
  10. },
  11. "fail": "Element does not have global ARIA attribute"
  12. }
  13. }
  14. }