-
Notifications
You must be signed in to change notification settings - Fork 879
style-guide(add-a11y): Add accessibility quick wins #1854
base: master
Are you sure you want to change the base?
Conversation
298fffa
to
51a166a
Compare
+makeExample('style-guide/ts/10-01/app/index.avoid.html', 'page-lang', 'index.html')(avoid=1) | ||
|
||
:marked | ||
Provide the ISO language code as well the country code (where appropriate). |
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.
We are not putting messages between avoid and do (correct me if I am wrong). We could put that as a Consider
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.
Seems like we do. Let's hold on this and see if we can do better.
36b8027
to
8043eee
Compare
8043eee
to
062c4b9
Compare
|
||
.s-rule.avoid | ||
:marked | ||
**Avoid** totaly removing the focus outline on your 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.
That is totally a typo.
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.
Now it's completely fixed.
062c4b9
to
4c0cecc
Compare
@Foxandxss: There is one flow issue now, because of number |
Adding accessibility recommendations to style guide.
These are all quick accessibility wins making use of HTML and CSS alone and requiring no use of ARIA.