-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #304 from veraPDF/wcag2_2
Update validation error messages. Add WCAG.2.2
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/common/components/layouts/pages/inspect/validationErrorMessages_de.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/common/components/layouts/pages/inspect/validationErrorMessages_en.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"WCAG2.1": { | ||
"WCAG2.2": { | ||
"1.3.1": { | ||
"1": { | ||
"SUMMARY": "Is this meant to be a line or figure?", | ||
|
2 changes: 1 addition & 1 deletion
2
src/common/components/layouts/pages/inspect/validationErrorMessages_nl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"WCAG2.1": { | ||
"WCAG2.2": { | ||
"1.3.1": { | ||
"1": { | ||
"SUMMARY": "Is deze regel bedoeld als lijn of figuur?", | ||
|
2 changes: 1 addition & 1 deletion
2
src/common/components/layouts/pages/inspect/validationErrorMessages_technical.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"WCAG2.1": { | ||
"WCAG2.2": { | ||
"1.3.1": { | ||
"1": { | ||
"SUMMARY": "ASCII text is used as a pseudographics", | ||
|
2 changes: 1 addition & 1 deletion
2
src/common/components/layouts/pages/inspect/validationErrorStatus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"WCAG2.1": { | ||
"WCAG2.2": { | ||
"1.3.1": { | ||
"1": { | ||
"STATUS": "warning", | ||
|