frame-title-unique.json 394 Bytes
{
	"id": "frame-title-unique",
	"selector": "frame[title], iframe[title]",
	"matches": "frame-title-has-text-matches",
	"tags": ["cat.text-alternatives", "best-practice"],
	"metadata": {
		"description": "Ensures <iframe> and <frame> elements contain a unique title attribute",
		"help": "Frames must have a unique title attribute"
	},
	"all": [],
	"any": [],
	"none": ["unique-frame-title"]
}