frame-title.json 450 Bytes
{
	"id": "frame-title",
	"selector": "frame, iframe",
	"tags": [
		"cat.text-alternatives",
		"wcag2a",
		"wcag241",
		"wcag412",
		"section508",
		"section508.22.i"
	],
	"metadata": {
		"description": "Ensures <iframe> and <frame> elements contain a non-empty title attribute",
		"help": "Frames must have title attribute"
	},
	"all": [],
	"any": [
		"aria-label",
		"aria-labelledby",
		"non-empty-title",
		"presentational-role"
	],
	"none": []
}