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