{
	"id": "aria-roledescription",
	"evaluate": "aria-roledescription-evaluate",
	"options": {
		"supportedRoles": [
			"button",
			"img",
			"checkbox",
			"radio",
			"combobox",
			"menuitemcheckbox",
			"menuitemradio"
		]
	},
	"metadata": {
		"impact": "serious",
		"messages": {
			"pass": "aria-roledescription used on a supported semantic role",
			"incomplete": "Check that the aria-roledescription is announced by supported screen readers",
			"fail": "Give the element a role that supports aria-roledescription"
		}
	}
}
