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

Refactor horizontal color viewer slider test plan to V2 of test format #975

Draft
wants to merge 46 commits into
base: master
Choose a base branch
from

Conversation

mcking65
Copy link
Contributor

@mcking65 mcking65 commented Aug 7, 2023

Preview Tests

This pull request refactors the test plan to the new V2 test format. The changes made in version 2 of the test plan format are described in #974.

Note that this test plan cannot be built and previewed until the build script is modified to support the V2 format as described in #977.

Comment on lines +10 to +13
aria-valuenow,aria,aria-valuenow,aria-valuenow
aria-valuemin,aria,aria-valuemin,aria-valuemin
aria-valuemax,aria,aria-valuemax,aria-valuemax
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
aria-labelledby,aria,aria-labelledby,aria-labelledby
aria-valuenow,aria,aria-valuenow,aria-valuenow
aria-valuemin,aria,aria-valuemin,aria-valuemin
aria-valuemax,aria,aria-valuemax,aria-valuemax
aria-labelledby,specification,https://w3c.github.io/aria/#aria-labelledby,aria-labelledby
aria-valuenow,specification,https://w3c.github.io/aria/#aria-valuenow,aria-valuenow
aria-valuemin,specification,https://w3c.github.io/aria/#aria-valuemin,aria-valuemin
aria-valuemax,specification,https://w3c.github.io/aria/#aria-valuemax,aria-valuemax

Based on V2 definition spec > references.csv > values if I'm following this correctly

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@howard-e

I was experimenting with a new references.csv format that is simpler for authors and creates a single source of truth for specification URLs in support.json. I've now documented the new references.csv format and updated support.json. For spec referencs that have a reference type of aria or htmlAam, the value column no longer needs to include URLs. URLs are still necessary for references of type metadata.

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

Successfully merging this pull request may close these issues.

None yet

2 participants