non-empty-value.json 388 B

1234567891011121314151617
  1. {
  2. "id": "non-empty-value",
  3. "evaluate": "attr-non-space-content-evaluate",
  4. "options": {
  5. "attribute": "value"
  6. },
  7. "metadata": {
  8. "impact": "critical",
  9. "messages": {
  10. "pass": "Element has a non-empty value attribute",
  11. "fail": {
  12. "noAttr": "Element has no value attribute",
  13. "emptyAttr": "Element has an empty value attribute"
  14. }
  15. }
  16. }
  17. }