axe-core
Version:
Accessibility engine for automated Web UI testing
18 lines (17 loc) • 388 B
JSON
{
"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": {
"noAttr": "Element has no value attribute",
"emptyAttr": "Element has an empty value attribute"
}
}
}
}