{"id":85572,"date":"2019-06-25T21:59:00","date_gmt":"2019-06-26T02:59:00","guid":{"rendered":"https:\/\/allyant.com\/?p=85572"},"modified":"2023-01-24T11:42:22","modified_gmt":"2023-01-24T17:42:22","slug":"wcag-2-1-and-pdf-accessibility","status":"publish","type":"post","link":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/","title":{"rendered":"WCAG 2.1 and PDF Accessibility"},"content":{"rendered":"\n<p>In June 2018 the WCAG 2.1 standard was released. It wasn\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid.<\/p>\n\n\n\n<p>The primary focus for WCAG 2.1 was to improve web accessibility for people with disabilities who fit into one (or more) of the following three groups:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Users with cognitive or learning disabilities<\/li>\n\n\n\n<li>Users with low vision<\/li>\n\n\n\n<li>Users with disabilities on mobile devices<\/li>\n<\/ul>\n\n\n\n<p>WCAG 2.1 builds on WCAG 2.0 and continues to improve the lives of the disabled.<\/p>\n\n\n\n<p>An important thing to note about the two versions is that if a webpage (or, by extension, a PDF) passes at the WCAG 2.1AA level, then it will also pass WCAG 2.0AA.<\/p>\n\n\n\n<p>As we take a look at what\u2019s new in WCAG 2.1 as it relates to PDFs, we will indicate the success criteria (S.C.) and the conformance level \u2013 A, AA, or AAA.<\/p>\n\n\n\n<h2 class=\"has-purple-color has-text-color wp-block-heading\">Document Creation<\/h2>\n\n\n\n<h3 class=\"has-black-color has-text-color has-large-font-size wp-block-heading\">Success Criterion 1.4.11 \u2013 Non-Text Contrast (AA):<\/h3>\n\n\n\n<p>Similar to the contrast checkpoint in 2.0, this checkpoint specifies that graphical elements need to have a contrast ratio of at least 3:1 against adjacent colors unless the \u201cparticular presentation of graphics is essential to the information being conveyed\u201d.<\/p>\n\n\n\n<p>If you are not using a good contrast checker already, now you have an even better reason to find one. I\u2019m particularly fond of the <a href=\"https:\/\/developer.paciellogroup.com\/resources\/contrastanalyser\/\" title=\"Color Contrast Checker - TPGi\">Colour Contrast Analyser<\/a>.<\/p>\n\n\n\n<h3 class=\"has-black-color has-text-color has-large-font-size wp-block-heading\">Success Criterion 1.4.12 \u2013 Text Spacing (AA):<\/h3>\n\n\n\n<p>In this S.C., recommendations are made for content that supports the style properties of line height (line spacing), spaces after paragraphs, letter spacing (tracking) and word spacing, so that when these properties (and only these properties) are set according to the WCAG recommendations, no content or functionality is lost.<\/p>\n\n\n\n<p>Specifically:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Line height (line spacing) to at least 1.5 times the font size;<\/li>\n\n\n\n<li>Spacing following paragraphs to at least 2 times the font size;<\/li>\n\n\n\n<li>Letter spacing (tracking) to at least 0.12 times the font size;<\/li>\n\n\n\n<li>Word spacing to at least 0.16 times the font size.<\/li>\n<\/ul>\n\n\n\n<p>That said, if there are \u201cHuman languages and scripts\u201d that do not use one or more of the style properties listed above then files can still conform to this S.C. if the applicable style properties are used.<\/p>\n\n\n\n<h3 class=\"has-black-color has-text-color has-large-font-size wp-block-heading\">Success Criterion 2.2.6 \u2013 Timeouts (AAA):<\/h3>\n\n\n\n<p>This success criterion is generally not applicable to PDF <em>unless<\/em> there\u2019s JavaScript in a form, for example, that sets a timer. If there is, similar to S.C. 2.2.1 \u2013 Timing Adjustable \u2013 where users need to be warned that they are running out of time to complete a certain task and are given the functionality to indicate that they need more time, with this S.C., users need to be informed of any data that will be lost if and when they are timed out.<\/p>\n\n\n\n<h3 class=\"has-black-color has-text-color has-large-font-size wp-block-heading\">Success Criterion 2.5.2 \u2013 Pointer Cancellation (A):<\/h3>\n\n\n\n<p>This S.C. is not really going to be applicable to PDFs except when making forms accessible. Basically, it\u2019s saying that when a \u201csingle pointer\u201d is used \u2013 for example when checking a checkbox in a form by clicking it with the mouse \u2013 pressing down on the mouse button shouldn\u2019t \u201cexecute the function\u201d (check the box). Rather, the checkbox should become checked when the user lets go of the mouse button (\u201cmouse up\u201d). Also, there has to be a way to \u201cabort the function\u201d (not check the box) or to undo it after it\u2019s been checked. From an authoring standpoint, including a \u201cclear form\u201d button, or using checkboxes that can just as easily be unchecked, takes care of this. There are a couple of other things that are addressed, too, such as the \u201cdown-event\u201d (pressing down on the mouse button) being ok to trigger something if the \u201cup-event\u201d (letting go of the mouse button) reverses it or if, for some reason, the functionality of the \u201cdown-event\u201d is essential. Generally speaking, though, if you make the \u201cup-event\u201d the trigger then you\u2019ll be in compliance with this success criterion.<\/p>\n\n\n\n<p>Note: There are other instances in a PDF where this might be applicable, such as with links. However, that functionality is implemented by the \u201cuser agent\u201d and is not, therefore, a concern of the author or document creator.<\/p>\n\n\n\n<h3 class=\"has-black-color has-text-color has-large-font-size wp-block-heading\">Success Criterion 2.5.3 \u2013 Label in Name (A):<\/h3>\n\n\n\n<p>When creating forms, make sure that the visible label (for the question) matches, as closely as possible, the tooltip that will be read by assistive technologies. Also, make sure that the \u201cname\u201d of the form field matches the question. For example, if the question is \u201cWhat\u2019s your age?\u201d then the name for the form annotation should be \u201cage.\u201d<\/p>\n\n\n\n<h2 class=\"has-purple-color has-text-color wp-block-heading\">Document Remediation<\/h2>\n\n\n\n<p>In addition to new authoring considerations, when it comes to PDF remediation there are fewer new success criteria in WCAG 2.1 that we need to address as well.<\/p>\n\n\n\n<h3 class=\"has-black-color has-text-color has-large-font-size wp-block-heading\">Success Criterion 2.2.6 \u2013 Timeouts (AAA):<\/h3>\n\n\n\n<p>As mentioned in the previous section, his success criterion is generally not applicable to PDF <em>unless<\/em> there\u2019s JavaScript in a form, for example, that sets a timer. If there is, similar to S.C. 2.2.1 \u2013 Timing Adjustable \u2013 where users need to be warned that they are running out of time to complete a certain task and are given the functionality to indicate that they need more time, with this S.C., users need to be informed of any data that will be lost if and when they are timed out. If the remediator is tasked with adding the JavaScript to form annotations, they need to know this. Also, it might be helpful to include this information in the tooltip so that the user is aware. Generally, though, this should be addressed during document creation.<\/p>\n\n\n\n<h3 class=\"has-black-color has-text-color has-large-font-size wp-block-heading\">Success Criterion 2.5.2 \u2013 Pointer Cancellation (A):<\/h3>\n\n\n\n<p>This success criterion was addressed more thoroughly in the \u201cCreation\u201d section of this article. From a remediator\u2019s perspective, though, in forms, for example, make sure that the Action on a form annotation is set to \u201cmouse up\u201d (and \u201con blur\u201d for people who aren\u2019t using a mouse to fill out a form).<\/p>\n\n\n\n<h3 class=\"has-black-color has-text-color has-large-font-size wp-block-heading\">Success Criterion 2.5.3 \u2013 Label in Name (A):<\/h3>\n\n\n\n<p>When remediating forms, make sure the tooltips on the form annotations match, as closely as possible, the visible label for the form fields. Similarly, if the remediator is tasked with adding the form annotations themselves, make sure that the field names match the question and aren\u2019t something ambiguous like \u201cText Field 3.\u201d<\/p>\n\n\n\n<h2 class=\"has-purple-color has-text-color wp-block-heading\">Other Success Criteria Not Previously Mentioned<\/h2>\n\n\n\n<p>We should also mention that there are, in fact, additional new success criteria in WCAG 2.1 that we have not brought to your attention in this article primarily because they don\u2019t really impact us as document creators or remediators. Some of them are not applicable to PDF or it could be that they are things that are controlled by the functionality of the \u201cuser agent\u201d and not the document author or remediator. We just didn\u2019t want you to think we missed them.<\/p>\n\n\n\n<h2 class=\"has-purple-color has-text-color wp-block-heading\">What is CommonLook Doing About All of This?<\/h2>\n\n\n\n<p>Hopefully this article helps you more clearly weed out what in WCAG 2.1 is relevant to you in your document creation and remediation efforts. As the leaders in PDF accessibility, CommonLook is here to help. In fact, CommonLook\u2019s PDF Validator and PDF remediation software products are currently supporting testing against and remediating to the WCAG 2.1AA level. In the near future, CommonLook Clarity will also be testing against WCAG 2.1AA and CommonLook Office will be supporting WCAG 2.1 for document authors.<\/p>\n\n\n\n<p>Learn more at <a href=\"https:\/\/commonlook.com\/\" title=\"CommonLook Document Accessibility\">commonlook.com<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">References:<\/h2>\n\n\n\n<p>WCAG 2.1 \u2013 <a href=\"https:\/\/www.w3.org\/TR\/WCAG21\/\" title=\"Web Content Accessibility Guidelines (WCAG) 2.1\">https:\/\/www.w3.org\/TR\/WCAG21\/<\/a><\/p>\n\n\n\n<p>WCAG 2.0 \u2013 <a href=\"https:\/\/www.w3.org\/TR\/WCAG20\/\" title=\"Web Content Accessibility Guidelines (WCAG) 2.0\">https:\/\/www.w3.org\/TR\/WCAG20\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In June 2018 the WCAG 2.1 standard was released. It wasn\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid. The primary focus for WCAG 2.1 was to improve [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":85573,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[14],"tags":[],"class_list":["post-85572","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"In June 2018 the WCAG 2.1 standard was released. It wasn\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid. The primary focus for WCAG 2.1 was to improve web accessibility for people with disabilities who fit into one (or more) of the following three groups: Users with cognitive or learning disabilities Users with\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Communications\"\/>\n\t<meta name=\"google-site-verification\" content=\"sz9aAxXztsJYdCXthODGNnUF_2aAZsZBWbnNQPko7v8\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Allyant - Simple. Seamless. Accessibility.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"WCAG 2.1 and PDF Accessibility - Allyant\" \/>\n\t\t<meta property=\"og:description\" content=\"In June 2018 the WCAG 2.1 standard was released. It wasn\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid. The primary focus for WCAG 2.1 was to improve web accessibility for people with disabilities who fit into one (or more) of the following three groups: Users with cognitive or learning disabilities Users with\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2022\/12\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2022\/12\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-06-26T02:59:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-01-24T17:42:22+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"WCAG 2.1 and PDF Accessibility - Allyant\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In June 2018 the WCAG 2.1 standard was released. It wasn\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid. The primary focus for WCAG 2.1 was to improve web accessibility for people with disabilities who fit into one (or more) of the following three groups: Users with cognitive or learning disabilities Users with\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2022\/12\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#blogposting\",\"name\":\"WCAG 2.1 and PDF Accessibility - Allyant\",\"headline\":\"WCAG 2.1 and PDF Accessibility\",\"author\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/allyant.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg\",\"width\":2560,\"height\":1280},\"datePublished\":\"2019-06-25T21:59:00-05:00\",\"dateModified\":\"2023-01-24T11:42:22-06:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/allyant.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/allyant.com\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#listItem\",\"name\":\"WCAG 2.1 and PDF Accessibility\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#listItem\",\"position\":3,\"name\":\"WCAG 2.1 and PDF Accessibility\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/allyant.com\\\/#organization\",\"name\":\"Allyant\",\"description\":\"We make accessibility simple, seamless, and efficient for organizations\\u2014ensuring equitable access to digital, document, and printed information for people with disabilities.\",\"url\":\"https:\\\/\\\/allyant.com\\\/\",\"email\":\"info@allyant.com\",\"telephone\":\"+16132360866\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":0,\"maxValue\":200},\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/allyant.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/image.png\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#organizationLogo\",\"width\":5672,\"height\":2900,\"caption\":\"Allyant logo. Simple, Seamless, Accessibility.\"},\"image\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/#author\",\"url\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/\",\"name\":\"Communications\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0f63af01ba9ed8418fb3841c0650c5dd9338bf4bace999d37d9063551728d9db?s=96&d=mm&r=g\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#webpage\",\"url\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/\",\"name\":\"WCAG 2.1 and PDF Accessibility - Allyant\",\"description\":\"In June 2018 the WCAG 2.1 standard was released. It wasn\\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid. The primary focus for WCAG 2.1 was to improve web accessibility for people with disabilities who fit into one (or more) of the following three groups: Users with cognitive or learning disabilities Users with\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/allyant.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#mainImage\",\"width\":2560,\"height\":1280},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/wcag-2-1-and-pdf-accessibility\\\/#mainImage\"},\"datePublished\":\"2019-06-25T21:59:00-05:00\",\"dateModified\":\"2023-01-24T11:42:22-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/allyant.com\\\/#website\",\"url\":\"https:\\\/\\\/allyant.com\\\/\",\"name\":\"Allyant\",\"alternateName\":\"CommonLook\",\"description\":\"Simple. Seamless. Accessibility.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>WCAG 2.1 and PDF Accessibility - Allyant<\/title>\n\n","aioseo_head_json":{"title":"WCAG 2.1 and PDF Accessibility - Allyant","description":"In June 2018 the WCAG 2.1 standard was released. It wasn\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid. The primary focus for WCAG 2.1 was to improve web accessibility for people with disabilities who fit into one (or more) of the following three groups: Users with cognitive or learning disabilities Users with","canonical_url":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"google-site-verification":"sz9aAxXztsJYdCXthODGNnUF_2aAZsZBWbnNQPko7v8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#blogposting","name":"WCAG 2.1 and PDF Accessibility - Allyant","headline":"WCAG 2.1 and PDF Accessibility","author":{"@id":"https:\/\/allyant.com\/author\/communications\/#author"},"publisher":{"@id":"https:\/\/allyant.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/allyant.com\/wp-content\/uploads\/2022\/12\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg","width":2560,"height":1280},"datePublished":"2019-06-25T21:59:00-05:00","dateModified":"2023-01-24T11:42:22-06:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#webpage"},"isPartOf":{"@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/allyant.com#listItem","position":1,"name":"Home","item":"https:\/\/allyant.com","nextItem":{"@type":"ListItem","@id":"https:\/\/allyant.com\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/allyant.com\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/allyant.com\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#listItem","name":"WCAG 2.1 and PDF Accessibility"},"previousItem":{"@type":"ListItem","@id":"https:\/\/allyant.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#listItem","position":3,"name":"WCAG 2.1 and PDF Accessibility","previousItem":{"@type":"ListItem","@id":"https:\/\/allyant.com\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/allyant.com\/#organization","name":"Allyant","description":"We make accessibility simple, seamless, and efficient for organizations\u2014ensuring equitable access to digital, document, and printed information for people with disabilities.","url":"https:\/\/allyant.com\/","email":"info@allyant.com","telephone":"+16132360866","numberOfEmployees":{"@type":"QuantitativeValue","minValue":0,"maxValue":200},"logo":{"@type":"ImageObject","url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/04\/image.png","@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#organizationLogo","width":5672,"height":2900,"caption":"Allyant logo. Simple, Seamless, Accessibility."},"image":{"@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/allyant.com\/author\/communications\/#author","url":"https:\/\/allyant.com\/author\/communications\/","name":"Communications","image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/0f63af01ba9ed8418fb3841c0650c5dd9338bf4bace999d37d9063551728d9db?s=96&d=mm&r=g"}},{"@type":"WebPage","@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#webpage","url":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/","name":"WCAG 2.1 and PDF Accessibility - Allyant","description":"In June 2018 the WCAG 2.1 standard was released. It wasn\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid. The primary focus for WCAG 2.1 was to improve web accessibility for people with disabilities who fit into one (or more) of the following three groups: Users with cognitive or learning disabilities Users with","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/allyant.com\/#website"},"breadcrumb":{"@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#breadcrumblist"},"author":{"@id":"https:\/\/allyant.com\/author\/communications\/#author"},"creator":{"@id":"https:\/\/allyant.com\/author\/communications\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/allyant.com\/wp-content\/uploads\/2022\/12\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg","@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#mainImage","width":2560,"height":1280},"primaryImageOfPage":{"@id":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/#mainImage"},"datePublished":"2019-06-25T21:59:00-05:00","dateModified":"2023-01-24T11:42:22-06:00"},{"@type":"WebSite","@id":"https:\/\/allyant.com\/#website","url":"https:\/\/allyant.com\/","name":"Allyant","alternateName":"CommonLook","description":"Simple. Seamless. Accessibility.","inLanguage":"en-US","publisher":{"@id":"https:\/\/allyant.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Allyant - Simple. Seamless. Accessibility.","og:type":"article","og:title":"WCAG 2.1 and PDF Accessibility - Allyant","og:description":"In June 2018 the WCAG 2.1 standard was released. It wasn\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid. The primary focus for WCAG 2.1 was to improve web accessibility for people with disabilities who fit into one (or more) of the following three groups: Users with cognitive or learning disabilities Users with","og:url":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/","og:image":"https:\/\/allyant.com\/wp-content\/uploads\/2022\/12\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg","og:image:secure_url":"https:\/\/allyant.com\/wp-content\/uploads\/2022\/12\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg","og:image:width":2560,"og:image:height":1280,"article:published_time":"2019-06-26T02:59:00+00:00","article:modified_time":"2023-01-24T17:42:22+00:00","twitter:card":"summary_large_image","twitter:title":"WCAG 2.1 and PDF Accessibility - Allyant","twitter:description":"In June 2018 the WCAG 2.1 standard was released. It wasn\u2019t intended to replace WCAG 2.0and WCAG 2.0 is still valid. The primary focus for WCAG 2.1 was to improve web accessibility for people with disabilities who fit into one (or more) of the following three groups: Users with cognitive or learning disabilities Users with","twitter:image":"https:\/\/allyant.com\/wp-content\/uploads\/2022\/12\/WCAG-21-and-PDF-Accessibility-scaled-1.jpeg"},"aioseo_meta_data":{"post_id":"85572","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"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":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"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,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"created":"2022-12-06 04:01:30","updated":"2026-05-14 03:53:15","ai":null,"seo_analyzer_scan_date":"2026-05-14 03:53:15"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/allyant.com\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/allyant.com\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tWCAG 2.1 and PDF Accessibility\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/allyant.com"},{"label":"Blog","link":"https:\/\/allyant.com\/category\/blog\/"},{"label":"WCAG 2.1 and PDF Accessibility","link":"https:\/\/allyant.com\/blog\/wcag-2-1-and-pdf-accessibility\/"}],"_links":{"self":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts\/85572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/comments?post=85572"}],"version-history":[{"count":0,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts\/85572\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/media\/85573"}],"wp:attachment":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/media?parent=85572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/categories?post=85572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/tags?post=85572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}