Skip to content

Commit

Permalink
correct typo in a11y post
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Nov 2, 2023
1 parent b9704f1 commit d3da665
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Accessibility Testing is important and easy to do!"
publishDate: 2023-11-02
---

In today's digital age, creating websites and web applications that are accessible to all is not just a best practice; it's a legal requirement in many regions. Accessibility, often denoted as "a11y", ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for "accessibility" since it starts with `a` and ends in `y` and the word is 11 characters long.
In today's digital age, creating websites and web applications that are accessible to all is not just a best practice; it's a legal requirement in many regions. Accessibility, often denoted as "a11y", ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for "accessibility" since it starts with `a` and ends in `y` and the rest of the characters is 11.

To achieve this, automated testing tools like Nightwatch.js can be invaluable. In this blog post, we'll explore how Nightwatch.js can be used to perform accessibility testing against a website, helping you make your web content inclusive for everyone. In the [EU there are laws](https://en.wikipedia.org/wiki/European_Accessibility_Act) coming into affect in 2025 that makes companies liable for not having an accessible website or application.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@


<meta name="author" content="David Burns">
<meta name="description" content="In today&rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&rsquo;s a legal requirement in many regions. Accessibility, often denoted as &ldquo;a11y&rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &ldquo;accessibility&rdquo; since it starts with a and ends in y and the word is 11 characters long.
<meta name="description" content="In today&rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&rsquo;s a legal requirement in many regions. Accessibility, often denoted as &ldquo;a11y&rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &ldquo;accessibility&rdquo; since it starts with a and ends in y and the rest of the characters is 11.
To achieve this, automated testing tools like Nightwatch.">
<meta name="keywords" content="blog,developer,personal,selenium,automation,browsers,interoperability">

<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Accessibility Testing is important and easy to do!"/>
<meta name="twitter:description" content="In today&rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&rsquo;s a legal requirement in many regions. Accessibility, often denoted as &ldquo;a11y&rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &ldquo;accessibility&rdquo; since it starts with a and ends in y and the word is 11 characters long.
<meta name="twitter:description" content="In today&rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&rsquo;s a legal requirement in many regions. Accessibility, often denoted as &ldquo;a11y&rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &ldquo;accessibility&rdquo; since it starts with a and ends in y and the rest of the characters is 11.
To achieve this, automated testing tools like Nightwatch."/>

<meta property="og:title" content="Accessibility Testing is important and easy to do!" />
<meta property="og:description" content="In today&rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&rsquo;s a legal requirement in many regions. Accessibility, often denoted as &ldquo;a11y&rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &ldquo;accessibility&rdquo; since it starts with a and ends in y and the word is 11 characters long.
<meta property="og:description" content="In today&rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&rsquo;s a legal requirement in many regions. Accessibility, often denoted as &ldquo;a11y&rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &ldquo;accessibility&rdquo; since it starts with a and ends in y and the rest of the characters is 11.
To achieve this, automated testing tools like Nightwatch." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.theautomatedtester.co.uk/blog/2023/accessibility-testing-is-important-and-easy-to-do/" /><meta property="article:section" content="blog" />
Expand Down Expand Up @@ -122,7 +122,7 @@ <h1 class="title">
</h1>
</header>

<p>In today&rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&rsquo;s a legal requirement in many regions. Accessibility, often denoted as &ldquo;a11y&rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &ldquo;accessibility&rdquo; since it starts with <code>a</code> and ends in <code>y</code> and the word is 11 characters long.</p>
<p>In today&rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&rsquo;s a legal requirement in many regions. Accessibility, often denoted as &ldquo;a11y&rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &ldquo;accessibility&rdquo; since it starts with <code>a</code> and ends in <code>y</code> and the rest of the characters is 11.</p>
<p>To achieve this, automated testing tools like Nightwatch.js can be invaluable. In this blog post, we&rsquo;ll explore how Nightwatch.js can be used to perform accessibility testing against a website, helping you make your web content inclusive for everyone. In the <a href="https://en.wikipedia.org/wiki/European_Accessibility_Act">EU there are laws</a> coming into affect in 2025 that makes companies liable for not having an accessible website or application.</p>
<h2 id="accessibility-testing-is-easy">
Accessibility Testing is easy
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<pubDate>Thu, 02 Nov 2023 00:00:00 +0000</pubDate>

<guid>https://www.theautomatedtester.co.uk/blog/2023/accessibility-testing-is-important-and-easy-to-do/</guid>
<description>In today&amp;rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&amp;rsquo;s a legal requirement in many regions. Accessibility, often denoted as &amp;ldquo;a11y&amp;rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &amp;ldquo;accessibility&amp;rdquo; since it starts with a and ends in y and the word is 11 characters long.
<description>In today&amp;rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&amp;rsquo;s a legal requirement in many regions. Accessibility, often denoted as &amp;ldquo;a11y&amp;rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &amp;ldquo;accessibility&amp;rdquo; since it starts with a and ends in y and the rest of the characters is 11.
To achieve this, automated testing tools like Nightwatch.</description>
</item>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<pubDate>Thu, 02 Nov 2023 00:00:00 +0000</pubDate>

<guid>https://www.theautomatedtester.co.uk/blog/2023/accessibility-testing-is-important-and-easy-to-do/</guid>
<description>In today&amp;rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&amp;rsquo;s a legal requirement in many regions. Accessibility, often denoted as &amp;ldquo;a11y&amp;rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &amp;ldquo;accessibility&amp;rdquo; since it starts with a and ends in y and the word is 11 characters long.
<description>In today&amp;rsquo;s digital age, creating websites and web applications that are accessible to all is not just a best practice; it&amp;rsquo;s a legal requirement in many regions. Accessibility, often denoted as &amp;ldquo;a11y&amp;rdquo;, ensures that websites are usable by individuals with disabilities. As an aside, a11y is short for &amp;ldquo;accessibility&amp;rdquo; since it starts with a and ends in y and the rest of the characters is 11.
To achieve this, automated testing tools like Nightwatch.</description>
</item>

Expand Down

0 comments on commit d3da665

Please sign in to comment.