skip-link.json 344 Bytes
{
	"id": "skip-link",
	"selector": "a[href^=\"#\"], a[href^=\"/#\"]",
	"matches": "skip-link-matches",
	"tags": ["cat.keyboard", "best-practice"],
	"metadata": {
		"description": "Ensure all skip links have a focusable target",
		"help": "The skip-link target should exist and be focusable"
	},
	"all": [],
	"any": ["skip-link"],
	"none": []
}