no-implicit-explicit-label.json 341 B

1234567891011
  1. {
  2. "id": "no-implicit-explicit-label",
  3. "evaluate": "no-implicit-explicit-label-evaluate",
  4. "metadata": {
  5. "impact": "moderate",
  6. "messages": {
  7. "pass": "There is no mismatch between a <label> and accessible name",
  8. "incomplete": "Check that the <label> does not need be part of the ARIA ${data} field's name"
  9. }
  10. }
  11. }