Added links for accessible tables and tabs (#23028)

* Added links for accessible tables and tabs

* Fixed formatting
pull/34431/head
Eve Mendelevich 2018-11-22 23:17:04 -05:00 committed by Manish Giri
parent b646615cab
commit 5a9de5a755
1 changed files with 4 additions and 2 deletions

View File

@ -50,6 +50,8 @@ This ensures that the link is only visible to sighted users when the link is in
```
These CSS styles hide the link by default and only display the link when it is receiving keyboard focus. For more information visit the [a11yproject](http://a11yproject.com/posts/how-to-hide-content) and this [blog post](http://hugogiraudel.com/2016/10/13/css-hide-and-seek/).
#### More Information
### Accessible Tables
### Accessible Tabs
- [MDN: Accessible Tables](https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users)
- [Accessible Tabs](https://simplyaccessible.com/article/danger-aria-tabs/)
- [More practice with accessible tabs](https://codepen.io/svinkle/pen/edmDF)