Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/rules/area-alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"actIds": ["c487ae"],
"metadata": {
"description": "Ensure <area> elements of image maps have alternate text",
"help": "Active <area> elements must have alternate text"
"description": "Ensure <area> elements of image maps have alternative text",
"help": "Active <area> elements must have alternative text"
},
"all": [],
"any": ["non-empty-alt", "aria-label", "aria-labelledby", "non-empty-title"],
Expand Down
4 changes: 2 additions & 2 deletions lib/rules/image-alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
],
"actIds": ["23a2a8"],
"metadata": {
"description": "Ensure <img> elements have alternate text or a role of none or presentation",
"help": "Images must have alternate text"
"description": "Ensure <img> elements have alternative text or a role of none or presentation",
"help": "Images must have alternative text"
},
"all": [],
"any": [
Expand Down
4 changes: 2 additions & 2 deletions lib/rules/input-image-alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"actIds": ["59796f"],
"metadata": {
"description": "Ensure <input type=\"image\"> elements have alternate text",
"help": "Image buttons must have alternate text"
"description": "Ensure <input type=\"image\"> elements have alternative text",
"help": "Image buttons must have alternative text"
},
"all": [],
"any": ["non-empty-alt", "aria-label", "aria-labelledby", "non-empty-title"],
Expand Down
4 changes: 2 additions & 2 deletions lib/rules/object-alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"actIds": ["8fc3b6"],
"metadata": {
"description": "Ensure <object> elements have alternate text",
"help": "<object> elements must have alternate text"
"description": "Ensure <object> elements have alternative text",
"help": "<object> elements must have alternative text"
},
"all": [],
"any": [
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/role-img-alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"actIds": ["23a2a8"],
"metadata": {
"description": "Ensure [role=\"img\"] elements have alternate text",
"description": "Ensure [role=\"img\"] elements have alternative text",
"help": "[role=\"img\"] elements must have an alternative text"
},
"all": [],
Expand Down
Loading