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

Empty arrays in isPartOf property #315

Closed
remibetin opened this issue Dec 19, 2024 · 3 comments
Closed

Empty arrays in isPartOf property #315

remibetin opened this issue Dec 19, 2024 · 3 comments
Assignees

Comments

@remibetin
Copy link
Member

Context: #314 (comment)

At multiple times in equal-access.json, the isPartOf property contains a WCAG success criterion value AND an empty array.

Example:

"isPartOf": [
"WCAG2:non-text-content",
[]
]

I understand from EARL Reporting Format – Test Criterion that isPartOf contains "strings, listing the WCAG success criteria that fail when the rule or procedure fails".

What is the purpose of an empty array in this context?

@daniel-montalvo
Copy link
Contributor

Hello @tombrunet

Can you take a look at this to see if there is any missing info here?

@tombrunet
Copy link
Contributor

But in our reporting. These were rules that we kept as ARIA / HTML spec issues that were not directly related to success criteria. They should not have shown up. Will be fixed by IBMa/equal-access#2193

@remibetin
Copy link
Member Author

Thanks @tombrunet @daniel-montalvo. The fix is included in #321

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

4 participants