{"id":58028,"date":"2023-08-24T17:46:25","date_gmt":"2023-08-24T12:16:25","guid":{"rendered":"https:\/\/www.tothenew.com\/blog\/?p=58028"},"modified":"2024-06-10T15:37:50","modified_gmt":"2024-06-10T10:07:50","slug":"part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links","status":"publish","type":"post","link":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/","title":{"rendered":"Part 6 &#8211; Web Accessibility: Focusing on Visual Representation of navigation links"},"content":{"rendered":"<p>This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation.<\/p>\n<p>If you take an example of navigation links, here on <strong>anchor<\/strong> tags, we have a <strong>href<\/strong> attribute, which makes the anchor tag focusable by default where this <strong>black border\/outline<\/strong> comes while navigating through the keyboard TAB key.<\/p>\n<p><span style=\"font-weight: 400;\">But here, we have to manage CSS styling in such a way that it looks presentable and clearly visible; look at the code solution given below.<\/span><\/p>\n<h2><b>\u21d2 Code SNIPPET 4 &#8211;<\/b><\/h2>\n<pre>&lt;!DOCTYPE html&gt;\r\n&lt;html lang=\"en\"&gt;\r\n&lt;head&gt;\r\n&lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/&gt;\r\n&lt;style&gt;\r\nbody {\r\nmargin: 0;\r\nfont-family: Arial, Helvetica, sans-serif;\r\n}\r\n\r\n.topnav {\r\noverflow: hidden;\r\nbackground-color: #ccc;\r\nlist-style-type: none;\r\npadding: 0;\r\nmargin: 0;\r\n}\r\n\r\n.topnav a {\r\nfloat: left;\r\ncolor: #000;\r\ntext-align: center;\r\npadding: 14px 16px;\r\ntext-decoration: none;\r\nfont-size: 17px;\r\nborder: 2px solid transparent;\r\nborder-bottom-width: 4px;\r\n}\r\n\r\n.topnav a:hover {\r\ncolor: #fff;\r\n}\r\n\r\n.topnav a:focus-visible {\r\noutline: none;\r\ncolor: #fff;\r\nborder-color: #017ea4;\r\nborder-width: 2px;\r\nborder-bottom-width: 4px;\r\nborder-style: solid;\r\n}\r\n\r\n.topnav a.active {\r\ncolor: white;\r\n}\r\n&lt;\/style&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;ul class=\"topnav\" role=\"list\" aria-label=\"top navigation\"&gt;\r\n&lt;li class=\"item\" role=\"listitem\"&gt;\r\n&lt;a class=\"active\" href=\"#home\" target=\"_self\" aria-label=\"Home\"&gt;Home&lt;\/a&gt;\r\n&lt;\/li&gt;\r\n&lt;li class=\"item\" role=\"listitem\"&gt;\r\n&lt;a href=\"#news\" target=\"_self\" aria-label=\"News\"&gt;News&lt;\/a&gt;\r\n&lt;\/li&gt;\r\n&lt;li class=\"item\" role=\"listitem\"&gt;\r\n&lt;a href=\"#contact\" target=\"_self\" aria-label=\"Contact\"&gt;Contact&lt;\/a&gt;\r\n&lt;\/li&gt;\r\n&lt;li class=\"item\" role=\"listitem\"&gt;\r\n&lt;a href=\"#about\" target=\"_self\" aria-label=\"About\"&gt;About&lt;\/a&gt;\r\n&lt;\/li&gt;\r\n&lt;\/ul&gt;\r\n\r\n&lt;div&gt;\r\n&lt;h2&gt;Top Navigation Example&lt;\/h2&gt;\r\n&lt;\/div&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n\r\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-58027\" src=\"\/blog\/wp-ttn-blog\/uploads\/2023\/08\/Part6-Img1.gif\" alt=\"navigation link\" width=\"600\" height=\"323\" \/><\/pre>\n<p>Here, as you can see, the <strong>navigation links<\/strong> are focusable on keyboard navigation by <strong>blue color border\/outline,<\/strong> which you can customize as per the website&#8217;s theme.<\/p>\n<p>I hope these 6 blogs written on web aria accessibility give you an idea about the accessibility from overview to testing and implementation.<\/p>\n<div class=\"ap-custom-wrapper\"><\/div><!--ap-custom-wrapper-->","protected":false},"excerpt":{"rendered":"<p>This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border\/outline [&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":10,"footnotes":""},"categories":[5868,3429],"tags":[5340,5343,5341,5339],"class_list":["post-58028","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 last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border\/outline\" \/>\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:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/\" \/>\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 6 \u2013 Web Accessibility: Focusing on Visual Representation of navigation links | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border\/outline\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.tothenew.com\/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 6 \u2013 Web Accessibility: Focusing on Visual Representation of navigation links | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border\/outline\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.tothenew.com\/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-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#article\",\"name\":\"Part 6 \\u2013 Web Accessibility: Focusing on Visual Representation of navigation links | TO THE NEW Blog\",\"headline\":\"Part 6 &#8211; Web Accessibility: Focusing on Visual Representation of navigation links\",\"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\\\/Part6-Img1.gif\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#articleImage\"},\"datePublished\":\"2023-08-24T17:46:25+05:30\",\"dateModified\":\"2024-06-10T15:37:50+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#webpage\"},\"articleSection\":\"Adobe, Front End Development, Aria Accessibility, Implementing Aria Accessibility, Web Accessibility, Web Development\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#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-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#listItem\",\"name\":\"Part 6 &#8211; Web Accessibility: Focusing on Visual Representation of navigation links\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#listItem\",\"position\":3,\"name\":\"Part 6 &#8211; Web Accessibility: Focusing on Visual Representation of navigation links\",\"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-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#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-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/\",\"name\":\"Part 6 \\u2013 Web Accessibility: Focusing on Visual Representation of navigation links | TO THE NEW Blog\",\"description\":\"This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border\\\/outline\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\\\/#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-24T17:46:25+05:30\",\"dateModified\":\"2024-06-10T15:37:50+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 6 \u2013 Web Accessibility: Focusing on Visual Representation of navigation links | TO THE NEW Blog","description":"This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border\/outline","canonical_url":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#article","name":"Part 6 \u2013 Web Accessibility: Focusing on Visual Representation of navigation links | TO THE NEW Blog","headline":"Part 6 &#8211; Web Accessibility: Focusing on Visual Representation of navigation links","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\/Part6-Img1.gif","@id":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#articleImage"},"datePublished":"2023-08-24T17:46:25+05:30","dateModified":"2024-06-10T15:37:50+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#webpage"},"isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#webpage"},"articleSection":"Adobe, Front End Development, Aria Accessibility, Implementing Aria Accessibility, Web Accessibility, Web Development"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#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-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#listItem","name":"Part 6 &#8211; Web Accessibility: Focusing on Visual Representation of navigation links"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#listItem","position":3,"name":"Part 6 &#8211; Web Accessibility: Focusing on Visual Representation of navigation links","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-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#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-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#webpage","url":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/","name":"Part 6 \u2013 Web Accessibility: Focusing on Visual Representation of navigation links | TO THE NEW Blog","description":"This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border\/outline","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/#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-24T17:46:25+05:30","dateModified":"2024-06-10T15:37:50+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"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Part 6 \u2013 Web Accessibility: Focusing on Visual Representation of navigation links | TO THE NEW Blog","og:description":"This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border\/outline","og:url":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/","og:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Part 6 \u2013 Web Accessibility: Focusing on Visual Representation of navigation links | TO THE NEW Blog","twitter:description":"This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border\/outline","twitter:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"58028","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-65e065658fa0e","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 12:16:25","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:\/\/www.tothenew.com\/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:\/\/www.tothenew.com\/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 6 \u2013 Web Accessibility: Focusing on Visual Representation of navigation links\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.tothenew.com\/blog"},{"label":"Front End Development","link":"https:\/\/www.tothenew.com\/blog\/category\/front-end-development\/"},{"label":"Part 6 &#8211; Web Accessibility: Focusing on Visual Representation of navigation links","link":"https:\/\/www.tothenew.com\/blog\/part-6-web-accessibility-focusing-on-visual-representation-of-navigation-links\/"}],"_links":{"self":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/58028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/users\/1622"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/comments?post=58028"}],"version-history":[{"count":2,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/58028\/revisions"}],"predecessor-version":[{"id":58246,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/58028\/revisions\/58246"}],"wp:attachment":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/media?parent=58028"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/categories?post=58028"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/tags?post=58028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}