UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

19 lines (18 loc) 419 B
{ "id": "label-title-only", "selector": "input, select, textarea", "matches": "label-matches.js", "tags": [ "cat.forms", "best-practice" ], "metadata": { "description": "Ensures that every form element is not solely labeled using the title or aria-describedby attributes", "help": "Form elements should have a visible label" }, "all": [], "any": [], "none": [ "title-only" ] }