-
Notifications
You must be signed in to change notification settings - Fork 130
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
WCAG upgrade - Create test page for: Button #2171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I completed a review
- Fix the various request changes
- Remove everywhere the use of
<span class="com">
- Add the equivalent example but for anchor element
<a>
- Apply the same change in French
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few change required in the working example and the JSON-LD need to be updated to ensure those example are added on our main index page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Voir les change request et il faudrait appliquer les même changement de manière équivalente en français.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The French page DOM structure should match the English page DOM structure in order to have both language equivalent
For example the following need to be updated for the French page
- Les items dans la section Sur cette page
- Le titre "Utilisation améliorée" doit être enlever et les heading level subséquente ajusté
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed and everything are fine and do work as expected but there is still one very-little change to make. See the code suggestion.
* WCAG upgrade - Create test page for: Button * Button: Addressed Review Comments * Updated working examples * Addressed Requested Changes * Matched DOM structure between both pages
This pull request includes a test page with working examples for the various button styles. More info can be found by referencing WET-361.