select-name.json 509 Bytes
{
	"id": "select-name",
	"selector": "select",
	"tags": [
		"cat.forms",
		"wcag2a",
		"wcag412",
		"wcag131",
		"section508",
		"section508.22.n",
		"ACT"
	],
	"metadata": {
		"description": "Ensures select element has an accessible name",
		"help": "Select element must have and accessible name"
	},
	"all": [],
	"any": [
		"aria-label",
		"aria-labelledby",
		"implicit-label",
		"explicit-label",
		"non-empty-title",
		"presentational-role"
	],
	"none": ["help-same-as-label", "hidden-explicit-label"]
}