{
	"id": "landmark-one-main",
	"selector": "html",
	"tags": [
    "cat.semantics",
		"best-practice"
	],
	"metadata": {
		"description": "Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one",
		"help": "Page must contain one main landmark"
	},
	"all": [
		"page-has-main",
		"page-no-duplicate-main"
	],
	"any": [],
	"none": []
}