Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepancy between error files #340

Open
jzuidweg opened this issue May 7, 2024 · 2 comments
Open

Discrepancy between error files #340

jzuidweg opened this issue May 7, 2024 · 2 comments

Comments

@jzuidweg
Copy link
Contributor

jzuidweg commented May 7, 2024

Hi Dual Lab / VeraPDF team, I discovered a discrepancy between the files
validationErrorStatus.json and validationErrorMessages_technical.json

The first file has an error for WCAG 2.2 - 4.1.3 test 1 but not for WCAG 2.2 - 4.1.2 test 55
The second file has an error for WCAG 2.2 - 4.1.2 test 55 but not for WCAG 2.2 - 4.1.3 test 1

Can you tell me which of the two files represents the implemented tests? And fix the other file accordingly?

@bdoubrov
Copy link
Contributor

bdoubrov commented May 7, 2024

WCAG 2.2 - 4.1.3 test 1 was removed as duplicate of identical PDF/UA-2 requirement: ISO 14289-2, 8.2.1 test 1. So, it should also be removed from validationErrorStatus.json.

WCAG 2.2 - 4.1.2 test 55 is one of the latest checks that was added to WCAG 2.2 validation profile. It needs to be also added to validationErrorStatus.json.

validationErrorMessages_technical.json is up to date.

@jzuidweg
Copy link
Contributor Author

jzuidweg commented May 7, 2024

Thanks Boris!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants