{"id":58014,"date":"2023-08-21T13:56:23","date_gmt":"2023-08-21T08:26:23","guid":{"rendered":"https:\/\/2thenew.today\/blog\/?p=58014"},"modified":"2024-06-10T15:36:08","modified_gmt":"2024-06-10T10:06:08","slug":"part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool","status":"publish","type":"post","link":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/","title":{"rendered":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool"},"content":{"rendered":"<p>This is the first example for the web aria accessibility implementation, where we will <span style=\"font-weight: 400;\">understand how this Axe Tool works and look at how we can fix these issues.<br \/>\n<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You can read more about the accessibility implementation from the <\/span><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Accessibility\"><span style=\"font-weight: 400;\">mdn web docs<\/span><\/a><span style=\"font-weight: 400;\">. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code, the application will start itself after some time and will show the error messages on the HTML code if there are any, and can implement the accessibility by this tool&#8217;s suggestions.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-58009\" src=\"\/blog\/wp-ttn-blog\/uploads\/2023\/08\/Part3-Img1-1024x556.png\" alt=\"Visual Studio Axe Plugin\" width=\"625\" height=\"339\" srcset=\"https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img1-1024x556.png 1024w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img1-300x163.png 300w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img1-768x417.png 768w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img1-1536x834.png 1536w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img1-624x339.png 624w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img1.png 1920w\" sizes=\"auto, (max-width: 625px) 100vw, 625px\" \/><\/p>\n<h2><b>\u21d2 Code SNIPPET 1 &#8211;<\/b><\/h2>\n<pre><span style=\"font-weight: 400;\">&lt;!<\/span><span style=\"font-weight: 400;\">DOCTYPE<\/span> <span style=\"font-weight: 400;\">html<\/span><span style=\"font-weight: 400;\">&gt;<\/span>\r\n<span style=\"font-weight: 400;\">&lt;<\/span><span style=\"font-weight: 400;\">html<\/span> <span style=\"font-weight: 400;\">lang<\/span><span style=\"font-weight: 400;\">=<\/span><span style=\"font-weight: 400;\">\"en\"<\/span><span style=\"font-weight: 400;\">&gt;<\/span>\r\n<span style=\"font-weight: 400;\">&lt;<\/span><span style=\"font-weight: 400;\">head<\/span><span style=\"font-weight: 400;\">&gt;<\/span>\r\n<span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0<\/span><span style=\"font-weight: 400;\">&lt;<\/span><span style=\"font-weight: 400;\">meta<\/span> <span style=\"font-weight: 400;\">charset<\/span><span style=\"font-weight: 400;\">=<\/span><span style=\"font-weight: 400;\">\"UTF-8\"<\/span><span style=\"font-weight: 400;\">&gt;<\/span>\r\n<span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0<\/span><span style=\"font-weight: 400;\">&lt;<\/span><span style=\"font-weight: 400;\">meta<\/span> <span style=\"font-weight: 400;\">name<\/span><span style=\"font-weight: 400;\">=<\/span><span style=\"font-weight: 400;\">\"viewport\"<\/span> <span style=\"font-weight: 400;\">content<\/span><span style=\"font-weight: 400;\">=<\/span><span style=\"font-weight: 400;\">\"width=device-width, initial-scale=1.0\"<\/span><span style=\"font-weight: 400;\">&gt;<\/span>\r\n<span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0<\/span><span style=\"font-weight: 400;\">&lt;<\/span><span style=\"font-weight: 400;\">title<\/span><span style=\"font-weight: 400;\">&gt;<\/span><span style=\"font-weight: 400;\">Document<\/span><span style=\"font-weight: 400;\">&lt;\/<\/span><span style=\"font-weight: 400;\">title<\/span><span style=\"font-weight: 400;\">&gt;<\/span>\r\n<span style=\"font-weight: 400;\">&lt;\/<\/span><span style=\"font-weight: 400;\">head<\/span><span style=\"font-weight: 400;\">&gt;<\/span>\r\n<span style=\"font-weight: 400;\">&lt;<\/span><span style=\"font-weight: 400;\">body<\/span><span style=\"font-weight: 400;\">&gt;<\/span>\r\n<span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0<\/span><span style=\"font-weight: 400;\">&lt;<\/span><span style=\"font-weight: 400;\">header<\/span><span style=\"font-weight: 400;\">&gt;&lt;\/<\/span><span style=\"font-weight: 400;\">header<\/span><span style=\"font-weight: 400;\">&gt;<\/span>\r\n<span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0<\/span><span style=\"font-weight: 400;\">&lt;<\/span><span style=\"font-weight: 400;\">main<\/span><span style=\"font-weight: 400;\">&gt;\r\n&lt;div class=\"container\"&gt;\r\n     &lt;div class=\"imageBox\"&gt;\r\n       &lt;img src=\"${download.iconPath}\" class=\"cta-\r\ndownload__icon-img\"&gt;\r\n      &lt;\/div&gt;\r\n     &lt;\/div&gt;\r\n    &lt;\/main&gt;\r\n    &lt;footer&gt;&lt;\/footer&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/span><\/pre>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-58012\" src=\"\/blog\/wp-ttn-blog\/uploads\/2023\/08\/Part3-Img2-1024x576.png\" alt=\"VS Code Error\" width=\"625\" height=\"352\" srcset=\"https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img2-1024x576.png 1024w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img2-300x169.png 300w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img2-768x432.png 768w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img2-1536x864.png 1536w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img2-624x351.png 624w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img2.png 1920w\" sizes=\"auto, (max-width: 625px) 100vw, 625px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">Here, for this simple code, it shows me the error on this &lt;img&gt; tag in the index.html file, as there is nothing on the image that describes it. So after hovering over the &lt;img&gt; tag, it will show the axe-linter error message where you can click the link highlighted in blue as shown in the above image, and it will show you the solution.<\/span><\/p>\n<h2><b>Error Code for SNIPPET 1 &#8211;<\/b><\/h2>\n<p><strong>axe-linter (image-alt): Ensures &lt;img&gt; elements have alternate text or a role of none or presentation axe-linter(<a href=\"https:\/\/dequeuniversity.com\/rules\/axe\/4.7\/image-alt?application%3Daxe-linter\">image-alt<\/a>)<\/strong><\/p>\n<h3><b>Fix for SNIPPET 1 &#8211;<\/b><\/h3>\n<ol>\n<li><span style=\"font-weight: 400;\">#Fix &#8211; Add <\/span><b>alt<\/b><span style=\"font-weight: 400;\"> attribute.<br \/>\n<\/span>&lt;img src=&#8221;${download.iconPath}&#8221; alt=&#8221;Download image&#8221; class=&#8221;cta-download__icon-img&#8221;&gt;<\/li>\n<li>#Fix &#8211; Using <b>aria-label<\/b> attribute.<br \/>\n&lt;img src=&#8221;${download.iconPath}&#8221; aria-label=&#8221;download image&#8221; class=&#8221;cta-download__icon-img&#8221;&gt;<\/li>\n<li>#Fix &#8211; Using <b>aria-labelledby<\/b> attribute.<br \/>\n&lt;img src=&#8221;${download.iconPath}&#8221; aria-labelledby=&#8221;download image&#8221; class=&#8221;cta-download__icon-img&#8221;&gt;<\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">After following any of these above solutions, the axe-linter accessibility plugin will not show the error.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-58013\" src=\"\/blog\/wp-ttn-blog\/uploads\/2023\/08\/Part3-Img3-1024x673.png\" alt=\"VS Code Fix\" width=\"625\" height=\"411\" srcset=\"https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img3-1024x673.png 1024w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img3-300x197.png 300w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img3-768x505.png 768w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img3-1536x1010.png 1536w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img3-624x410.png 624w, https:\/\/2thenew.today\/blog\/wp-content\/uploads\/2023\/08\/Part3-Img3.png 1551w\" sizes=\"auto, (max-width: 625px) 100vw, 625px\" \/><\/p>\n<p>Here, you can see how the code is error-free. There are more implementations in this chain of blogs.<\/p>\n<p>Link to <a href=\"https:\/\/2thenew.today\/blog\/part-4-web-accessibility-nvda-screen-reader-for-effective-debugging\/\"><b>Part 4 &#8211; Web Accessibility: NVDA Screen Reader for effective debugging &#8211;\u00a0<\/b><\/a><\/p>\n<div class=\"ap-custom-wrapper\"><\/div><!--ap-custom-wrapper-->","protected":false},"excerpt":{"rendered":"<p>This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code, [&hellip;]<\/p>\n","protected":false},"author":1622,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":16,"footnotes":""},"categories":[5868,3429],"tags":[5340,5343,5341,5339],"class_list":["post-58014","post","type-post","status-publish","format-standard","hentry","category-adobe","category-front-end-development","tag-aria-accessibility","tag-implementing-aria-accessibility","tag-web-accessibility","tag-web-development"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikhil Saxena\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code,\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#article\",\"name\":\"Part 3 \\u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool | TO THE NEW Blog\",\"headline\":\"Part 3 \\u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/nikhil-saxena\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2023\\\/08\\\/Part3-Img1-1024x556.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#articleImage\"},\"datePublished\":\"2023-08-21T13:56:23+05:30\",\"dateModified\":\"2024-06-10T15:36:08+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#webpage\"},\"articleSection\":\"Adobe, Front End Development, Aria Accessibility, Implementing Aria Accessibility, Web Accessibility, Web Development\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/front-end-development\\\/#listItem\",\"name\":\"Front End Development\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/front-end-development\\\/#listItem\",\"position\":2,\"name\":\"Front End Development\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/front-end-development\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#listItem\",\"name\":\"Part 3 \\u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#listItem\",\"position\":3,\"name\":\"Part 3 \\u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/front-end-development\\\/#listItem\",\"name\":\"Front End Development\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/nikhil-saxena\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/nikhil-saxena\\\/\",\"name\":\"Nikhil Saxena\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/498e150d-e7f9-4b91-b68d-20bfff1f27cb_Nikhil-Saxena-Profile-Pitcure.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Nikhil Saxena\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/\",\"name\":\"Part 3 \\u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool | TO THE NEW Blog\",\"description\":\"This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code,\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/nikhil-saxena\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/nikhil-saxena\\\/#author\"},\"datePublished\":\"2023-08-21T13:56:23+05:30\",\"dateModified\":\"2024-06-10T15:36:08+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool | TO THE NEW Blog","description":"This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code,","canonical_url":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#article","name":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool | TO THE NEW Blog","headline":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool","author":{"@id":"https:\/\/2thenew.today\/blog\/author\/nikhil-saxena\/#author"},"publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2023\/08\/Part3-Img1-1024x556.png","@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#articleImage"},"datePublished":"2023-08-21T13:56:23+05:30","dateModified":"2024-06-10T15:36:08+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#webpage"},"articleSection":"Adobe, Front End Development, Aria Accessibility, Implementing Aria Accessibility, Web Accessibility, Web Development"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.today\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/front-end-development\/#listItem","name":"Front End Development"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/front-end-development\/#listItem","position":2,"name":"Front End Development","item":"https:\/\/2thenew.today\/blog\/category\/front-end-development\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#listItem","name":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#listItem","position":3,"name":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/front-end-development\/#listItem","name":"Front End Development"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.today\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.today\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.today\/blog\/author\/nikhil-saxena\/#author","url":"https:\/\/2thenew.today\/blog\/author\/nikhil-saxena\/","name":"Nikhil Saxena","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/498e150d-e7f9-4b91-b68d-20bfff1f27cb_Nikhil-Saxena-Profile-Pitcure.jpeg","width":96,"height":96,"caption":"Nikhil Saxena"}},{"@type":"WebPage","@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#webpage","url":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/","name":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool | TO THE NEW Blog","description":"This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.today\/blog\/author\/nikhil-saxena\/#author"},"creator":{"@id":"https:\/\/2thenew.today\/blog\/author\/nikhil-saxena\/#author"},"datePublished":"2023-08-21T13:56:23+05:30","dateModified":"2024-06-10T15:36:08+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.today\/blog\/#website","url":"https:\/\/2thenew.today\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool | TO THE NEW Blog","og:description":"This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code,","og:url":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/","og:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool | TO THE NEW Blog","twitter:description":"This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code,","twitter:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"58014","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65e0656588293","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2023-08-31 08:26:23","updated":"2024-02-29 11:07:17","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\/category\/front-end-development\/\" title=\"Front End Development\">Front End Development<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPart 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.today\/blog"},{"label":"Front End Development","link":"https:\/\/2thenew.today\/blog\/category\/front-end-development\/"},{"label":"Part 3 \u2013 Web Accessibility: Practical Approaches to Implement accessibility using Axe tool","link":"https:\/\/2thenew.today\/blog\/part-3-web-accessibility-practical-approaches-to-implement-accessibility-using-axe-tool\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/58014","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/users\/1622"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/comments?post=58014"}],"version-history":[{"count":5,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/58014\/revisions"}],"predecessor-version":[{"id":58541,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/58014\/revisions\/58541"}],"wp:attachment":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/media?parent=58014"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/categories?post=58014"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/tags?post=58014"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}