src
_data
checklists.json +1 -1
_includes/layouts
base.njk +1 -1
announcements
2020-07-15-2020-redesign.md +1 -1
css/utilities
_hide.scss +1 -1
posts
2013-01-11-navigate-using-just-your-keyboard.md +2 -2
2013-05-11-skip-nav-links.md +2 -2
2014-05-15-getting-started-aria.md +1 -1
2015-01-05-what-is-color-contrast.md +2 -2
2016-01-07-placeholder-input-elements.md +1 -1
2020-05-13-aria-has-perfect-support.md +1 -1
content-style-guide.njk +2 -2
README.md +1 -1
+ 1
- 1
@@ -210,7 +210,7 @@
+ 1
- 1
@@ -210,7 +210,7 @@
+ 1
- 1
@@ -10,7 +10,7 @@
@@ -62,7 +62,7 @@ Our current team members are predominately white, male, and abled. This is unacc
If you are interested in joining our team, know that part of our InVison Design Forward Fund was committed to commissioning a [Code of Conduct](/code-of-conduct/), as well as an internal incident response guide. It is our hope that these documents helps to reinforce our safe, welcoming, and inclusive environment, as well as help facilitate a harassment-free experience both internally and externally.
+ 1
- 1
@@ -44,6 +44,6 @@ Additional keyboard shortcuts are described here: [WebAIM - Keyboard Accessibili
@@ -12,11 +12,11 @@ tags:
It can be frustrating and fatiguing for folks with limited mobility to have to have to repeatedly tab through navigation links to get to the main content of a page. People who use screen readers face similar frustration when the page outline is not well defined. In order to address this issue, WCAG 2.0 has specified a [guideline for bypassing repetitive blocks of content](https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-skip.html). One technique [recommended by the W3C](https://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/G1) is to include a skip navigation link at the beginning of the page, that changes focus to the first element after the repeated content.
Skip nav links are useful for users who use keyboard navigation only, but screen readers now support more sophisticated ways of navigating regions. Specifically, they support [heading navigation](https://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/H69) and [ARIA landmarks](https://www.w3.org/WAI/intro/aria). You should take advantage of these features by using a clear heading outline and defining page regions, as illustrated in [Quick Tip: ARIA Landmark Roles](https://a11yproject.com/posts/aria-landmark-roles/).
Skip nav links are useful for users who use keyboard navigation only, but screen readers now support more sophisticated ways of navigating regions. Specifically, they support [heading navigation](https://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/H69) and [ARIA landmarks](https://www.w3.org/WAI/intro/aria). You should take advantage of these features by using a clear heading outline and defining page regions, as illustrated in [Quick Tip: ARIA Landmark Roles](https://a11yproject.com/posts/2013-01-14-aria-landmark-roles/).
@@ -79,7 +79,7 @@ To create accessible applications, basic principles of semantic HTML, keyboard s
@@ -42,7 +42,7 @@ Oftentimes companies implement complementary colors to provide the most contrast
This doesn't mean colors should only be limited to contrasting colors, but instead that care should be taken to ensure a level of contrast in body text, logos, and essential diagrams or other pieces of content. There are a number of tools to help designers and developers check color contrast, including these listed below:
@@ -64,5 +64,5 @@ Aside from using color contrast tools to determine your site's colors, there are
- Provide tools for users to adjust the foreground and background colors of your site on the front end. This is especially helpful for people that need to either switch to a low contrast or a high contrast mode. This gives them more control over the contrast ratio and covers everyone using your site regardless of what kind of vision loss or color deficiency they have.
@@ -37,7 +37,7 @@ Make your forms accessible by using one of the following methods (in order of pr
@@ -25,7 +25,7 @@ tags:
+ 2
- 2
@@ -312,7 +312,7 @@ templateClass: template-generic
@@ -375,7 +375,7 @@ templateClass: template-generic
+ 1
- 1
@@ -2,7 +2,7 @@