Skip to content

Commit

Permalink
Update foundation.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKoppe4fb authored Mar 17, 2024
1 parent 51a3735 commit 949ad93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/json/foundation.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{
"error_type": "Images must have alternate text",
"description": "All images must have alternate text to convey their purpose and meaning to screen reader users.",
"fix": "",
"fix": "Add an alt tag to every image",
"wcag": {
"version": "2.2",
"success_criteria": "MUST: Non-text Content"
Expand All @@ -99,7 +99,7 @@
{
"error_type": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
"description": "Lists must be marked up correctly, meaning they must not contain content elements other than li elements.",
"fix": "",
"fix": "wrap the two buttons with a list itme <li>",
"wcag": {
"version": "2.2",
"success_criteria": "MUST: Info and Relationships"
Expand Down

0 comments on commit 949ad93

Please sign in to comment.