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