diff --git a/src/about.njk b/src/about.njk index 2cf211b574b623ee536b6fd86140a7880021f3e4..52be71e23b768ae717efd124d7a403f469d063d5 100755 --- a/src/about.njk +++ b/src/about.njk @@ -52,7 +52,7 @@ templateClass: template-about Opportunity </h2> <p> - Making things accessible translates to better opportunities, as it means more people can use them. Accessible digital experiences also remove barriers. This is incredibly important for things like employment, an area where disabled people have been historically faced discrimination. + Making things accessible translates to better opportunities, as it means more people can use them. Accessible digital experiences also remove barriers. This is incredibly important for things like employment, an area where disabled people have historically faced discrimination. </p> <p> In addition, <a href="https://www.air.org/system/files/downloads/report/Hidden-Market-Spending-Power-of-People-with-Disabilities-April-2018.pdf">recent research (PDF)</a> has revealed that there are billions of dollars in potential revenue if accessibility needs are accommodated. For example, the keyboard present with every desktop and laptop computer, tablet, and smartphone are derived from <a href="https://en.m.wikipedia.org/wiki/Hansen_Writing_Ball">the Hansen Writing Ball</a>, assistive technology invented in the early 1800s. @@ -73,13 +73,13 @@ templateClass: template-about About this site </h2> <p> - This site is Open Source software, meaning that everyone is able to view its underlying code, as well a collaboratively participate in its development if they so choose. The site's <a href="{{ '/team/#maintainers' | url }}">maintainers</a> help with day-to-day operations. + This site is Open Source software, meaning that everyone is able to view its underlying code, as well as collaboratively participate in its development if they so choose. The site's <a href="{{ '/team/#maintainers' | url }}">maintainers</a> help with day-to-day operations. </p> <p> This code is stored on <a href="https://github.com/a11yproject/a11yproject.com/">GitHub</a>, a website that helps facilitate collaboration for code-related things. The website itself is built using <a href="https://www.11ty.dev/">Eleventy</a>, an engine used to quickly and efficiently stitch together code and written content. </p> <p> - If you are knowledgeable about accessibility and want to help, please consider <a href="{{ '/contribute/' | url }}">contributing</a> or <a href="{{ '/sponsorship/' | url }}">sponsoring</a>! In addition to development help, we always welcome help with writing posts, and editing, as well as providing information, resources, and feedback. + If you are knowledgeable about accessibility and want to help, please consider <a href="{{ '/contribute/' | url }}">contributing</a> or <a href="{{ '/sponsorship/' | url }}">sponsoring</a>! In addition to development help, we always welcome help with writing posts and editing, as well as providing information, resources, and feedback. </p> diff --git a/src/accessibility-statement.njk b/src/accessibility-statement.njk index 9900de773dc115e160b2c24e1e21109efaea5484..2b3974a7b3d1caa3a3fd125d9db9afb53675e45e 100755 --- a/src/accessibility-statement.njk +++ b/src/accessibility-statement.njk @@ -45,7 +45,7 @@ templateClass: template-generic <li>Working with daily assistive technology users to help verify our content works as intended.</li> <li><a href="https://twitter.com/A11YProject">Promoting and attributing resources and knowledge</a> about digital accessibility.</li> <li>Providing a free <a href="{{ '/checklist/' | url }}">checklist</a> to help others audit their content for accessibility issues.</li> - <li>Using <a href="{{ '/content-style-guide/' | url }}">clear, person-first, non-abelist language</a> for our messaging.</li> + <li>Using <a href="{{ '/content-style-guide/' | url }}">clear, person-first, non-ableist language</a> for our messaging.</li> <li>Hosting our code on <a href="https://github.com/a11yproject/a11yproject.com/">a public repository</a>, allowing anyone with the interest and capability to inspect and modify it.</li> <li>Striving to keep our interactions and user interface unambiguous and easy to understand.</li> <li>Striving to keep our download size small and memory footprint light.</li> @@ -69,7 +69,7 @@ templateClass: template-generic <li><a href="{{ '/posts/2013-05-11-skip-nav-links/' | url }}">Skiplinks</a> have been placed to help people navigate past content that repeats from page to page.</li> <li><a href="{{ '/posts/2013-01-14-alt-text/' | url }}">Alternative descriptions</a> for non-text content.</li> <li>Titles for content embedded via <code>iframe</code> elements.</li> - <li>Removing repetive, redundant links to the same destination from the Accessibility Tree.</li> + <li>Removing repetitive, redundant links to the same destination from the Accessibility Tree.</li> <li>Small amounts of ARIA to help address gaps in assistive technology support.</li> </ul> <h3 id="technical-specifications" class="c-heading-medium"> diff --git a/src/code-of-conduct.njk b/src/code-of-conduct.njk index 2536b4c04766db736cc4b9612661d2ecbd24b9d4..de46e5641d90b2b0578235621244e6317f1022cc 100755 --- a/src/code-of-conduct.njk +++ b/src/code-of-conduct.njk @@ -121,7 +121,7 @@ templateClass: template-generic Anyone asked to stop unacceptable behavior is expected to comply immediately. This includes temporarily or permanently ceasing current and future contributions to The A11Y Project, regardless of the size or scale of their impact. The scope of consequence, and communication of enforcement is determined by <a href="{{ '/team/' | url }}">The A11Y Project team</a>. The A11Y Project team also has the right and responsibility to remove, edit, or reject content and contributions that do not align with the behavior the code of conduct outlines. </p> <p> - Any participants who attempt to abuse the reporting process will be considered to be in violation of the code of conduct with regards to consequences. False reporting, especially with an intention to retaliate or exclude will not be tolerated. + Any participants who attempt to abuse the reporting process will be considered to be in violation of the code of conduct with regards to consequences. False reporting, especially with an intention to retaliate or exclude, will not be tolerated. </p> <h2 id="scope" class="c-heading-large"> Scope