documents / en PDF Accessibility: The Tags Panel /resource/documents/pdf-accessibility-tags-panel <span class="field field--name-title field--type-string field--label-hidden">PDF Accessibility: The Tags Panel</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span>careya2</span></span> <span class="field field--name-created field--type-created field--label-hidden"><time datetime="2025-04-21T12:21:50-05:00" title="Monday, April 21, 2025 - 12:21" class="datetime">Mon, 04/21/2025 - 12:21</time> </span> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"> <p>The Tags Panel displays the primary structure of the document. While the&nbsp;Order Panel&nbsp;provides tools to restructure what content is grouped together, how it is labeled, and when it is read, the Tags Panel gives more granular control over the latter two aspects. The order of the tags is the reading order of the document, moreso than that displayed by the Order Panel, and each tag serves a specific semantic purpose (besides grouping tags like&nbsp;<code>&lt;Part&gt;</code>&nbsp;and&nbsp;<code>&lt;Sect&gt;</code>). Some of the structures formed by these tags require strict adherence to that structure; more information about them can be found on the&nbsp;Complex Tag Structures&nbsp;page.</p> <p>Some important functions of the Tags Panel are:</p> <ul><li>Dragging and dropping content and tags to change the structure</li><li>Right Click &gt; New Tag</li><li>Editing a tag's properties by Right Click &gt; Properties<ul><li>Type allows you to change what tag is used</li><li>The Actual Text field can be used to correct poorly scanned text</li><li>Alternate Text can be provided for figures and formulae.</li></ul></li><li>Right Click &gt; Copy Contents to Clipboard can be useful for identifying and correcting poorly scanned text</li></ul> <p>While it can get tedious for longer documents, the best way to check over the tags is simply to select the first one and use the arrow keys to go through each tag that's present and check that it is in the correct order and is properly representing the content. You may find that the document is structured with many section tags. These don't have any semantic purpose, so their presence is not problematic, but it if they make it difficult to traverse the tags, you can pull the content out and delete them.</p> <h2 id="tagging-paragraphs">Tagging paragraphs</h2> <p>Paragraphs often get split across columns or pages, resulting in a halting of the reading in the middle of the paragraph. Thus, these should be combined such that each visual paragraph is contained within a single paragraph tag. Sometimes, paragraphs contain other content such as inline math or footnote references that require their own tags. In these cases, break the text using the order panel so that it can sit around the inline content and include them all in order in one&nbsp;<code>&lt;P&gt;</code>&nbsp;tag (see below example).</p> <figure class="wp-block-image"><img src="/sites/default/files/2022-05/paragraph-tagging_labeled.png" alt="A paragraph with its constituent tags labeled. It contains text interspersed with equations. The equations are tagged separately from the tag content." class="wp-image-25212"></figure> <figure class="wp-block-image"><img src="/sites/default/files/2022-05/paragraph-tag-structure.png" alt="The tag structure of the previous paragraph, showing that it is all contained in order in a single paragraph tag." class="wp-image-25213"></figure> <p>In extreme situations, preserving visual paragraphs in tag form may require the repositioning of other elements in the reading order. In one PDF we remediated, there was a paragraph that spanned three pages because each page also contained a large graph. The graphs were adjusted to sit elsewhere in the tags panel, after the paragraphs in which they were referenced, and the paragraph was combined into a single tag.</p> <h2 id="footnotes">Footnotes</h2> <p>Footnotes are a curious case, as their usual reading flow for a sighted user does not quite match the experience of a screen reader user or anyone else navigating the document by keyboard. There is no definite standard on where they should be placed in the reading order, whether at the end of the page or read after the paragraph in which they are referenced. The <a href="/digital-accessibility/about/dart">Digital Accessibility Remediation Team (DART)</a> uses the latter positioning when remediating PDFs, as it lends itself to a more natural reading order.</p> <p>The superscript that refers to the footnote should be tagged as&nbsp;<code>&lt;Reference&gt;</code>, and the footnote itself should be tagged as&nbsp;<code>&lt;Note&gt;</code>.&nbsp;</p> <h2 id="inaccurate-text">Correcting Inaccurate Text</h2> <p>For some documents, particularly scans, the text recognized by the OCR may not match the text in the document. In these instances, you can use the Actual Text field in the tag's properties to provide accurate text. This can also be used to correct other elements like hyphens that are inserted as a consequence of line wrapping. These hyphens should be tagged as a&nbsp;<code>&lt;span&gt;</code>&nbsp;element, and the Actual Text should contain a soft hyphen character (<a href="https://unicode-table.com/en/#00AD">U+00AD</a>) to denote it as a connective element rather than a textual element.</p> <h2 id="citation">Article Citation</h2> <p>The following articles were used as examples. Modifications to the PDF structure were made for illustrative purposes.</p> <p>Souleiman, Y. (2021). <a href="https://doi.org/10.5897/AJMCSR2020.0865">Convergences and numerical analysis of a contact problem with normal compliance and unilateral constraint</a>. African Journal of Mathematics and Computer Science Research, 14(1), 13-23.</p> <p>Copyright © 2022 Author(s) retain the copyright of this article.</p> <p>This article is published under the terms of the&nbsp;<a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution License 4.0</a></p> </div> <div class="field field--name-field-resource-type field--type-entity-reference field--label-above"> <div class="field__label">Resource type</div> <div class="field__items"> <div class="field__item"><a href="/resources/documents" hreflang="en">documents</a></div> </div> </div> Mon, 21 Apr 2025 17:21:50 +0000 careya2 33438198 at PDF Accessibility /resource/documents/pdf-accessibility <span class="field field--name-title field--type-string field--label-hidden">PDF Accessibility</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span>careya2</span></span> <span class="field field--name-created field--type-created field--label-hidden"><time datetime="2025-04-21T12:16:04-05:00" title="Monday, April 21, 2025 - 12:16" class="datetime">Mon, 04/21/2025 - 12:16</time> </span> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"> <p>The PDF is a curious case for accessibility. On one hand, it has the potential to be a useful standard for both accessible reading and for printing. On the other, it is rarely utilized in an accessible manner and has many obscure issues and odd behaviors that can lead to problems.</p> <p>As such, it is often much easier to make a <a href="/resource/documents/microsoft-word-checklist" data-type="wiki">Word</a> document accessible than a PDF, so we encourage you to prioritize using Word documents, web pages, or Canvas pages over PDFs whenever appropriate. However, in a university context, readings such as articles and book chapters are often PDFs, so it's important to know how to convert an inaccessible PDF into an accessible one.</p> <h2 id="course-reserves">Utilize Course Reserves</h2> <p>When constructing your course, one resource that is invaluable for procuring accessible versions of readings is the Library's <a href="https://libguides.uis.edu/c.php?g=1163319&amp;p=8492535">Course Reserves</a>. Every PDF requested through this system is remediated by the Digital Accessibility Remediation Team (DART) to ensure that it complies with the relevant accessibility guidelines.</p> <h2 id="structure">How PDF is Structured</h2> <p>Unlike Word, where the content and structure are one and the same, PDFs' content can be represented programmatically in a completely separate manner from the way it appears visually. A scanned book chapter may contain many pages of paragraphs, but may only be encoded as images in the PDF itself.</p> <p>Accessibility in PDF revolves around matching the backend representation to the frontend content. To do this, PDF uses tags as semantic containers for its content, similar to how HTML is structured. These tags describe what kind of content they contain so that screen readers understand what is on the page. Their order also determines the order in which the contents are read by assistive technology or tabbed through if navigating with a keyboard. Thus, PDF remediation can be thought of as having two primary components, representation and reading order.</p> <p>For proper representation, it's important to understand the main types of tags that are commonly found in PDFs. A selection of these are explained in the table below.</p> <figure class="wp-block-table"><table><thead><tr><th><strong>Tag(s)</strong></th><th><strong>Description</strong></th></tr></thead><tbody><tr><td><code>&lt;P&gt;</code></td><td>A paragraph tag, used for any body text</td></tr><tr><td><code>&lt;H1&gt;</code>, <code>&lt;H2&gt;</code>, etc.</td><td>Headings of various levels, used to provide navigational structure to a document</td></tr><tr><td><code>&lt;Figure&gt;</code></td><td>An image, requires alternate text that describes its contents</td></tr><tr><td><code>&lt;Formula&gt;</code></td><td>Acts just like a figure, but conveys that it contains a formula.</td></tr><tr><td><code>&lt;Caption&gt;</code></td><td>Denotes text serving as a caption to a figure, table, etc.</td></tr><tr><td><code>&lt;Span&gt;</code></td><td>Inline text that differs from its surrounding text, has various uses</td></tr><tr><td><code>&lt;Part&gt;</code>, <code>&lt;Sect&gt;</code></td><td>Part and section tags are simply containers for organization of other tags</td></tr><tr><td><code>&lt;Note&gt;</code></td><td>Used to denote an endnote or footnote</td></tr><tr><td><code>&lt;Reference&gt;</code></td><td>A text citation that refers elsewhere in the document, like the superscripts referring to footnotes</td></tr><tr><td><code>&lt;Table&gt;</code>, <code>&lt;TR&gt;</code>, <code>&lt;TH&gt;</code>, <code>&lt;TD&gt;</code></td><td>Tags used for tables; see below</td></tr><tr><td><code>&lt;List&gt;</code>, <code>&lt;LI&gt;</code>, <code>&lt;Lbl&gt;</code>, <code>&lt;LBody&gt;</code></td><td>Tags used for lists; see Tables and Lists for more information</td></tr></tbody></table></figure> <h2 id="process">Remediation Process</h2> <p>Given PDF's complexity, there are likely a number of ways to approach making a document accessible, but over time we've found the following process to be the most thorough and straightforward.</p> <ol><li>Run the accessibility checker and, if needed, the Make Accessible tool.</li><li>Go through the document twice with the <a href="/node/33437254" data-type="[EN] resource" data-id="33437254">Order Panel</a>.<ul style="padding: 0 0 0 3em"><li>Initial tagging pass</li><li>Reading order pass</li></ul></li><li>Go through the <a href="/node/33437250" data-type="[EN] resource" data-id="33437250">Tags Panel</a> to check for malformed structures and to combine tags if needed.</li><li>Add alternate text to images</li></ol> <h3 id="tools">Accessibility tools</h3> <p>Two important tools you'll need to use for checking PDF accessibility are the checker itself (part of the Accessibility tool) and the Make Accessible action in the Action Center tool. Both of these can be found under the Tools tab of Acrobat DC.</p> <p>The accessibility checker will function much like those in Office, listing out common issues and highlighting them if they're clicked on. It also has a couple useful right click options, including Explain, which will pull up <a href="https://helpx.adobe.com/acrobat/using/create-verify-pdf-accessibility.html">Adobe's help website</a> to the description of the error, and Show in Tags Panel, which opens the Tags panel and selects the offending tag. When you run the checker, it will give you a dialog box of options. You can just leave the defaults applied and click Start Checking.</p> <p>There will be two items that require a manual check in all documents. These are logical reading order, which is discussed on the Order Panel page, and color contrast. Color contrast will generally not be an issue given most readings are black and white, but in color documents, you may want to check that it is sufficient and edit the colors if needed with the Edit PDF tool.</p> <p>Note: The Edit PDF tool should be used sparingly and early in the process, as it can cause issues with the PDF content potentially not being at parity with the tagged representation. It can also pose copyright issues if significant changes are made. Generally if these are made for the purpose of ensuring accessibility, this is acceptable, but changes that alter the primary content or for another purpose beyond accessibility may be copyright violations.</p> <p>If the document you're using was prepared in a way that included tags, you may be able to move on to the Order Panel passes, but if you get an untagged PDF error (or if you run into significant issues with the existing tags) you'll need to run the Make Accessible action. This tool takes you through a series of dialog boxes to prepare the document for remediation.</p> <ol><li>A description dialog allows you to provide metadata about the document. The only necessary field is the Title, which will be read by a screen reader when the document is focused.</li><li>The Recognize Text box will appear. Ensure that the document language listed matches the document.</li><li>Acrobat will ask if you want to detect form fields. Unless your document is a fillable form, choose No, Skip this Step.</li><li>Ensure that the reading language listed matches the document as before.</li><li>If Acrobat recognizes any images in your document, it will allow you to enter alt text. It's common for the initial recognition to either catch additional elements that shouldn't be images or to ignore images that are present, so it is often better to just choose Save and Close, as you can return to this after you've checked over the structure.</li><li>It will run the accessibility checker as described above.</li></ol> <p>Note: Resolving all of the accessibility checker does NOT necessarily mean that your document is accessible. It only can check if certain prescribed structures are correct. It cannot check whether those structures are accurate depictions of the document's content. Thus, it is important to understand the remediation processes detailed on the following two pages.</p> <h3 id="pages">Remediating the document</h3> <p>The use of the Order and Tags panels are significant topics by themselves, so they have their own pages dedicated to that information:</p> <ul><li>Using the Order Panel</li><li>Using the Tags Panel</li></ul> <h3 id="alt-text">Adding alternate text</h3> <p>There are two options for adding alt text to an image. The first is to right click any of the alt text errors in the accessibility checker and choose Fix, which will open a small dialog that allows you to jump between images and provide each of them alt text. The second is to right click the tag in the Tags Panel and open the properties menu. There, you will be able to add your alternate text in the respective field.</p> <h3 id="assistance">Remediation assistance</h3> <p>If you have any further questions about PDF, feel free to reach out to the <a href="mailto: oda@uis.edu">Office of Digital Accessibility</a>.</p> </div> <div class="field field--name-field-resource-type field--type-entity-reference field--label-above"> <div class="field__label">Resource type</div> <div class="field__items"> <div class="field__item"><a href="/resources/documents" hreflang="en">documents</a></div> </div> </div> Mon, 21 Apr 2025 17:16:04 +0000 careya2 33438197 at Microsoft Word Checklist /resource/documents/microsoft-word-checklist <span class="field field--name-title field--type-string field--label-hidden">Microsoft Word Checklist</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span>ewelc05s</span></span> <span class="field field--name-created field--type-created field--label-hidden"><time datetime="2025-03-27T16:01:39-05:00" title="Thursday, March 27, 2025 - 16:01" class="datetime">Thu, 03/27/2025 - 16:01</time> </span> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"> <p></p> <p>Microsoft Word includes features that can assist with creating more accessible documents. This checklist provides guidance and resources to develop accessible content with the Microsoft Word desktop application.&nbsp;&nbsp;&nbsp;&nbsp;</p> <h2 class="has-large-font-size"><strong>Considerations</strong></h2> <ul><li>Use the <a href="https://support.microsoft.com/en-us/office/improve-accessibility-with-the-accessibility-checker-a16f6de0-2f39-4a2b-8bd8-5ad801426c7f">Microsoft Accessibility Checker</a> while you work.</li><li>Automated checkers identify most accessibility errors, but manual review is always recommended. For example, MS Accessibility Checker may verify that alt-text is used, but does not verify the text used accurately describes the visual represented.</li><li>Office 365 is available for UIS faculty, staff, and students.</li></ul> <p></p> </div> <div class="field field--name-field-accordion field--type-faqfield field--label-hidden field__items"> <div class="field__item"><div id="faqfield_field_accordion_node_33438042"><h3 class="faqfield-question">Headings and Subheadings</h3><div class="faqfield-answer"><p>Headings and Subheadings divide course content and help users navigate and locate content within a document.</p><ul><li>Start your document with Heading level 1.&nbsp;</li><li>Ensure Headings follow a sequential and descending order.&nbsp;</li><li>Avoid skipping Heading levels.&nbsp;</li></ul><h3>Example of Correct Heading Hierarchy&nbsp;</h3><ul><li>H1: Main Title of Page</li><li>H2: Major section of content&nbsp;</li><li>H3: Subsection of Heading level 2.&nbsp;</li><li>H3: Subsection of Heading level 2.&nbsp;</li><li>H4: Sub-sub section of Heading level 3.&nbsp;</li><li>H4: Sub-sub section of Heading level 3.&nbsp;</li><li>H2. Major section of content.&nbsp;</li><li>H3: Subsection of Heading level 2.&nbsp;</li></ul><p><strong>Learn more</strong>: <a href="https://www.section508.gov/blog/accessibility-bytes/document-headings/">Accessibility Bytes: Document Headings</a></p></div><h3 class="faqfield-question">Apply Styles for Headings</h3><div class="faqfield-answer"><p>Styles define heading formatting characteristics such as heading level, font, size, color, and text indentation.&nbsp;</p><ul><li>Format with a consistent heading style.</li><li>Color should not be used for emphasis alone.&nbsp;</li><li>Author with built-in styles, modify, or create a new style.&nbsp;</li></ul><h3>How to Add a Heading Style</h3><ol><li>Type or highlight the text to apply the heading style.&nbsp;</li><li>On the Home tab, in the Styles pane, select a style by hovering over the style.&nbsp;</li><li>The formatting characteristics of the selected style will be applied to the text.</li></ol><p><strong>Learn more</strong>: <a href="https://support.microsoft.com/en-us/office/customize-or-create-new-styles-d38d6e47-f6fc-48eb-a607-1eb120dec563">How to customize or create new styles with Microsoft Word</a> and <a href="https://support.microsoft.com/en-us/office/video-improve-accessibility-with-heading-styles-68f1eeff-6113-410f-8313-b5d382cc3be1">Improve accessibility with Heading Styles</a>.</p></div><h3 class="faqfield-question">Lists</h3><div class="faqfield-answer"><p>Use a built-in list to format list items.&nbsp;</p><ul><li>Avoid using open-face bullet icons, reformat with closed bullet icons.&nbsp;</li><li>Make sure there are no extra spaces between list items.&nbsp;</li><li>Use a bullet list for unordered items and a numbered list for ordered items.&nbsp;</li></ul><h3>Numbered Lists</h3><ol><li dir="ltr">Select the text for the numbered list.&nbsp;</li><li dir="ltr">On the Home ribbon, select the <strong>numbered</strong> list icon.&nbsp;</li></ol><h3>Bullet Lists&nbsp;</h3><ol><li>Select the text for the bullet list.&nbsp;</li><li>On the Home ribbon, select the <strong>bullet </strong>list icon.&nbsp;</li></ol><p><span><strong>Learn More</strong>: </span><a href="https://support.microsoft.com/en-us/office/create-a-bulleted-or-numbered-list-9ff81241-58a8-4d88-8d8c-acab3006a23e"><span>MS Word Lists</span></a></p></div><h3 class="faqfield-question">Author with Meaningful Alternative Text for Images, Logos, and Charts</h3><div class="faqfield-answer"><p dir="ltr"><span>Alternative text also referred to as alt-text is text used to convey the context of the visual represented.&nbsp;</span></p><ul><li dir="ltr"><span>Keep alt-text short and meaningful to describe the context of the visual.&nbsp;&nbsp;</span></li><li dir="ltr"><span>Do not include the words “image of” or “picture of” in the alt text as screen readers will provide this information.&nbsp;&nbsp;</span></li><li dir="ltr"><span>Provide the words, logo, illustration, and painting in the alt text to describe the visual represented.&nbsp;&nbsp;</span></li><li dir="ltr"><span>Consider a supporting document for complex visuals such as maps, graphs, and charts.&nbsp;&nbsp;</span></li></ul><h3 dir="ltr">How to Add Alt Text</h3><ol><li dir="ltr"><span>Right-click the image and select&nbsp;</span><strong>Edit Alt text</strong><span>.</span></li><li dir="ltr"><span>Type the descriptive alt text in the <strong>Alt Text</strong> pane.</span></li></ol><p><span><strong>Learn More</strong>: </span><a href="https://www.section508.gov/create/alternative-text/"><span>Section 508: Authoring meaningful alternative tex</span></a><span>t and </span><a href="https://support.microsoft.com/en-us/office/add-alternative-text-to-a-shape-picture-chart-smartart-graphic-or-other-object-44989b2a-903c-4d9a-b742-6a75b451c669"><span>Add an alternative text to a shape, picture, chart, or other object</span></a></p></div><h3 class="faqfield-question">Author with Descriptive Links</h3><div class="faqfield-answer"><p>Authoring with meaningful descriptive links will provide the context of the link referenced.&nbsp;</p><ul><li dir="ltr"><span>Provide a meaningful description of the hyperlink, specifying the purpose.</span></li><li dir="ltr"><span>Avoid non-descriptive verbs such as “click here” or “more information”.&nbsp;</span></li><li dir="ltr"><span>Test the descriptive link to make sure that the link will direct the website.&nbsp;</span></li></ul><h3 dir="ltr">How to Create Descriptive Links</h3><ol><li dir="ltr"><span>Copy and paste the resource link into the document.</span></li><li dir="ltr"><span>Highlight the link, right-click, and select&nbsp;</span><strong>Link</strong><span>.&nbsp;</span></li><li dir="ltr"><span>The&nbsp;</span><strong>Insert Hyperlink</strong><span> dialog box will appear, enter the descriptive text into the “</span><strong>Text to Display field</strong><span>”.&nbsp;</span></li></ol><p><span><strong>Learn More</strong>: </span><a href="https://www.section508.gov/blog/accessibility-bytes/descriptive-links-and-hypertext/"><span>Section 508 Descriptive Links and Hypertext</span></a><span> and </span><a href="https://support.microsoft.com/en-us/office/video-create-accessible-links-in-word-28305cc8-3be2-417c-a313-dc22082d1ee0"><span>Create Accessible Links in MS Word</span></a><span>&nbsp;</span></p></div><h3 class="faqfield-question">Color Contrast</h3><div class="faqfield-answer"><p><span>Color contrast is the difference in hue between colors. Font and graphics with high-contrast colors will increase user readability.&nbsp;&nbsp;</span></p><ul><li dir="ltr"><span>A color contrast ratio of 4:5:1 is acceptable for regular text.</span></li><li dir="ltr"><span>A color contrast ratio of 3:1 is acceptable for Large text, which is defined as a 14-point font.&nbsp;</span></li><li dir="ltr"><span>Toggle&nbsp;</span><strong>High Contrast Colors</strong><span> in the Font pane of MS Word and select a color.</span></li></ul><h3 dir="ltr">How to Check for Color Contrast</h3><ol><li dir="ltr"><span>Go to&nbsp;</span><a href="https://webaim.org/resources/contrastchecker/"><span>Web Aim Color Contrast Checker</span></a></li><li dir="ltr"><span>Select the color on&nbsp;</span><strong>Foreground</strong><span>.</span></li><li dir="ltr"><span>Next, select the dropper tool and a circle will appear.&nbsp;</span></li><li dir="ltr"><span>Select the foreground text on the document.&nbsp;</span></li><li dir="ltr"><span>Repeat this process for the</span><strong> Background</strong><span>.&nbsp;</span></li><li dir="ltr"><span>The result will populate with a contrast ratio and pass or fail rating.</span></li></ol><p><span><strong>Learn More</strong>: </span><a href="https://webaim.org/resources/contrastchecker/"><span>Web Aim Color Contrast Checker</span></a></p></div><h3 class="faqfield-question">Tables</h3><div class="faqfield-answer"><p dir="ltr"><span>The most accessible table structure is a simple table. A simple table structure has a single header and column row.&nbsp;</span></p><ul><li dir="ltr"><span>Add a header row.</span></li><li dir="ltr"><span>Avoid nested, merged, and blank cells.&nbsp;</span></li><li dir="ltr"><span>Use tables for data, not for layout.&nbsp;</span></li><li dir="ltr"><span>Consider revising a complex table into a simple table.&nbsp;</span></li></ul><p><span><strong>Learn More</strong>: </span><a href="https://support.microsoft.com/en-us/office/format-a-table-e6e77bc6-1f4e-467e-b818-2e2acc488006"><span>Microsoft Word Format a Table</span></a></p></div><h3 class="faqfield-question">Accessibility Checker</h3><div class="faqfield-answer"><p>Improve accessibility by using the accessibility checker.</p><ul><li>The accessibility checker categorizes content as errors, warnings, <span>and tips.&nbsp;</span></li><li>Use the accessibility checker when creating, editing, and revising content.&nbsp;</li><li>Check all content manually to verify that the content is accessible.&nbsp;</li></ul><h3>Accessibility Review Checklist</h3><ul><li>Heading Levels: Are headings in the proper reading order?&nbsp;</li><li>Heading Styles: Are styles consistent and is formatting applied using styles?&nbsp;</li><li>List: Are lists formatted using built-in lists?&nbsp;</li><li>Alternative Text: Is meaningful alt-text applied to visuals?&nbsp;</li><li>Descriptive Links: Are text descriptions added to links?&nbsp;</li><li>Descriptive Links: Do the links direct to the website?</li><li>Color Contrast: Are colors that have high contrast used?</li><li>Tables: Does the table include a simple layout?&nbsp;</li></ul><h4>How to Use the Accessibility Checker</h4><ol><li dir="ltr"><span>Select, the&nbsp;</span><strong>Review</strong><span> tab and select</span><strong> Check Accessibility</strong><span>.&nbsp;</span></li><li dir="ltr"><span>Next, the&nbsp;</span><strong>Accessibility Checker</strong><span> pane will open</span><strong>.&nbsp;</strong></li><li dir="ltr"><span>Review the errors and warnings that are provided and fix them accordingly.</span><strong>&nbsp;</strong></li></ol><p>Learn More: <a href="https://support.microsoft.com/en-us/office/improve-accessibility-with-the-accessibility-checker-a16f6de0-2f39-4a2b-8bd8-5ad801426c7f#PickTab=Windows&amp;picktab=windows"><span>Microsoft Accessibility Checker</span></a></p></div><h3 class="faqfield-question">Saving and Sharing Documents</h3><div class="faqfield-answer"><p dir="ltr"><span>Add metadata, which is information that describes the document properties such as the title and author.&nbsp;</span></p><h3 dir="ltr">How to Add a Title&nbsp;</h3><ol><li dir="ltr"><span>Select the&nbsp;</span><strong>File</strong><span> tab and then select&nbsp;</span><strong>Info</strong><span>.&nbsp;</span></li><li dir="ltr"><span>Under&nbsp;</span><strong>Properties</strong><span>, type a title in the</span><strong> Title</strong><span> field.&nbsp;</span></li></ol><h3 dir="ltr">How to Save As a PDF</h3><ol><li dir="ltr"><span>Save the original file, as a copy.&nbsp;</span></li><li dir="ltr"><span>Select&nbsp;</span><strong>File</strong><span>,&nbsp;</span><strong>Save As</strong><span>, and then select&nbsp;</span><strong>Browse</strong><span>.&nbsp;</span></li><li dir="ltr"><span>Select&nbsp;</span><strong>PDF&nbsp;</strong><span>in the Save As dialog box, under&nbsp;</span><strong>Save As Type</strong><span>.</span></li><li dir="ltr"><span>Next, select&nbsp;</span><strong>Options</strong><span> to open the&nbsp;</span><strong>Options&nbsp;</strong><span>dialog box.</span></li><li dir="ltr"><span>In the&nbsp;</span><strong>Options</strong><span> dialog box, check the “</span><strong>Document structure tags for accessibility</strong><span>” checkbox.</span></li><li dir="ltr"><span>select</span><strong> Ok</strong><span>.&nbsp;</span></li></ol><p><span>Learn More: </span><a href="https://support.microsoft.com/en-us/office/create-accessible-pdfs-064625e0-56ea-4e16-ad71-3aa33bb4b7ed"><span>Saving an accessible PDF in Microsoft Word</span></a></p></div></div></div> </div> <div class="field field--name-field-resource-type field--type-entity-reference field--label-above"> <div class="field__label">Resource type</div> <div class="field__items"> <div class="field__item"><a href="/resources/documents" hreflang="en">documents</a></div> </div> </div> Thu, 27 Mar 2025 21:01:39 +0000 ewelc05s 33438042 at