{
	"id": "non-empty-alt",
	"evaluate": "attr-non-space-content-evaluate",
	"options": {
		"attribute": "alt"
	},
	"metadata": {
		"impact": "critical",
		"messages": {
			"pass": "Element has a non-empty alt attribute",
			"fail": "Element has no alt attribute or the alt attribute is empty"
		}
	}
}
