Accessibility guide for authors

Accessible submissions are essential to make your work readable by the greatest number of readers. As an author submitting to a SIGCHI venue, you are requested to create accessible submissions so that your content can be read by reviewers, associate chairs and editors, and ultimately, the world at large. This includes taking steps as you author your document, and making your submitted PDF accessible. These steps can improve usability for many people, especially those of us with visual impairments. The instructions on this page are based on the SIGACCESS Guide for Accessible PDFs in Word and in Adobe Acrobat, and are modified to represent The ACM Publishing System (TAPS) process being used by SIGCHI.

Overview

This page provides you with a step-by-step guide for making your submissions accessible during different stages of the publication process. The key steps, in brief, are:

  1. Author your submission document following the template and guidelines

  2. Submit an accessible PDF during the peer review phase:

    1. For Word: Export accessible PDF directly.

    2. For LaTeX: Add accessibility metadata to the exported PDF.

  3. Submit your source documents upon acceptance.

  4. Add accessibility metadata to the PDF generated by the TAPS process.

Authoring an Accessible Document

Your paper will be read in different ways: on paper, on screen, through speech, on a braille display, etc. Some of us enlarge the text or change the colours on our displays for easier reading. Not everyone can see the colours and shapes in the figures. Some of us can’t see the figures at all and rely on you to provide a text description of your essential content.

You can make your submission document accessible by following these steps:

  1. Mark up content such as headings and lists appropriately, using the correct Word template style or LaTeX markup.

  2. Don’t rely only on colour. Charts that rely only on colour to differentiate elements may not be usable for those of us with colour vision differences, or for those who print papers in black and white. In figures, legends and the text that refers to the figures, use different shapes and patterns to provide another way to visually distinguish elements.

  3. Provide a text description for all figures. Figure descriptions are different to figure captions. Descriptions are an alternative to seeing the figure, and should provide important information that is not already in the paper or the caption.  Do not simply repeat the caption. For guidance on writing good figure descriptions, see the

     SIGACCESS Guide to Describing Figures.

  4. Create every table as a real table, not an image, and indicate which cells are headers.

  5. Create every equation as a marked-up equation, not an image of an equation.

  6. Set the metadata of your document.

For Word Users

Microsoft Word can produce accessible documents. This works in most versions of Word for Windows, and works on the latest versions of Word for MacOS. If you do not have access to the latest Word for MacOS, you can edit the document on MacOS and perform the last step on a PC with Windows Word.

  1. Use the latest ACM Word template (unless otherwise specified by the venue).

  2. Ensure that built-in styles are used. Word is able to produce accessible documents if the content is created using the built-in styles. Ensure that headings are created using heading styles, tables are created using the table features (rather than an image), and lists are created as bulleted or numbered lists. You can expand the Styles Pane to see a list of all available styles.

  3. Add figure descriptions (alternative text) to all figures. For each image in your document, right-click the image and select Format Picture. In the Format Picture window, select the Layout & Properties tab. In the Alt Text section, provide a textual description of the image. Remember that this description should include the equivalent information to the image itself so that the content is accessible to readers and reviewers who cannot view the image. For more information, see the

     SIGACCESS Guide to Describing Figures. If you are using an older version of Word, see  these instructions for adding alternative text.

  4. Mark table headers. Mark the header row of each table so that a screen reader or other accessibility software can navigate the table. Highlight the header row or column in the table, click the Table Design tab in the Word ribbon, and check the Header Row and/or First Column checkbox if either contains header information for the table. Additionally, remember to use TableCell style for table contents, and TableCaption style for the table caption.

  5. Add a title. On Word for Windows, open the File tab and click on Info. On Word for Mac, click the File Menu and select Properties, then click the Summary tab. Fill in the title of your document. Remember to not include any author information here during the review phase.

  6. Set the document language. Click the Review tab in the ribbon menu. Click the Language button and select the document language from the pop-up.

For LaTeX Users

  1. Download the latest ACM template or use the Overleaf template (unless otherwise specified by the venue).

  2. Use appropriate commands to create sections, ordered/unordered lists, figures, tables, equations, etc.

  3. Add figure descriptions (alternative text) to all figures.

     For each image in your document, you can use the \Description{...} tag to add an image description. For example:

    \begin{figure}

    \includegraphics{figure1.svg}

    \caption{Your figure caption here.}

    \label{fig:label}

    \Description{A full description of the image here}

    \end{figure}

    For more information, see the SIGACCESS Guide to Describing Figures.

    Note: These figure descriptions are not automatically included in exported PDFs. However, it is necessary to include them in your source documents as they are automatically included in the final HTML version generated by the TAPS process.

Submitting Accessible Documents for Review

It is essential to submit accessible documents during the review phase so that your content can be read and reviewed by a diverse group of members. During the review phase, you are typically required to submit a PDF version of your document. Some venues might additionally ask you to submit the source document as well.

For Word Users

Windows:

  1. Open the File menu and Select Save (or Save As).

  2. Select PDF as the file format and select More Options.

  3. Under the Options menu, make sure that Document structure tags for accessibility is checked.

  4. Click Save to save an accessible PDF, and verify the PDF accessibility using the steps below.

MacOS:

  1. Open the File menu and select Save (or Save As).

  2. Select PDF as the file format.

  3. Select the option: Best for electronic distribution and accessibility (uses Microsoft online service)

    Note that this option requires a connection to the internet. If you do not see this option, your version of Word may be out of date; you will need to save the PDF on a newer version of MacOS Word or in Windows Word, or you will need to add accessibility data to the PDF in Adobe Acrobat.

  4. Click Save

Do not use the Print > Save as PDF function to produce your PDF, as that will strip the accessibility information from the saved file.

For LaTeX Users

For LaTeX documents, the exported PDF unfortunately does not include some accessibility metadata. You are requested to add missing accessibility metadata to your PDF using Adobe Acrobat. Please follow the same instructions provided in the section “Adding Accessibility Metadata to a PDF” below to make your submission accessible during the review phase.

Submitting Source Documents Upon Acceptance

Once your submission has been accepted for publication, you will be asked to prepare and submit your publication-ready source documents. The TAPS process converts your source documents to final publication formats (HTML, PDF). Note that although you might be given the option to submit an “author-generated PDF”, this is entirely optional and author-generated PDFs are not used as the final version. Instead, these are included under the “Supplementary Material” section in the ACM Digital Library.

When your source document is processed by TAPS, it is first converted to the ACM LaTeX template, and then exported to the final versions:

  • The generated HTML version automatically includes all accessibility metadata that you added while authoring your source document (image descriptions, tags, etc.). No additional steps are required here; however, you are encouraged to double-check the document structure and ensure that figure descriptions are included (see below).

  • The generated PDF version, however, does not include some of the accessibility metadata present in your source document. This is mainly because the current LaTeX template does not support automatic export of some accessibility metadata.

Once you receive the HTML and PDF proofs from TAPS (via email), you are requested to add missing accessibility metadata to the PDF document and send it back to TAPS for publication. By doing so, you can ensure that readers can view accessible versions that are published on the ACM Digital Library.

Adding Accessibility Metadata to a PDF

You can add missing accessibility metadata to a PDF file using Adobe Acrobat. Note that this requires the commercial version of Adobe Acrobat. If you do not have access to Acrobat Pro, and you need assistance in making your PDF accessible, please contact the accessibility chairs (or venue chairs) as they might be able to provide support.

Follow the instructions below, or consult the SIGACCESS Accessible PDF Author Guide, to make your PDF fully accessible. Note that these steps will need to be performed each time a new PDF is exported or generated from your source documents.

  1. Add document tags.

     The PDF file must be “tagged” with metadata about the document structure and text. You can check to see if your document is tagged by using the accessibility check function: select Tools > Accessibility from the menu, then click Full Check. If the document is not tagged, you will see a message stating that “This document is not structured”. To add tags to the document, select Tools > Accessibility from the menu and click Add Tags to Document.

  2. Add figure descriptions (alternative text) to all figures.

    1. From the application menu, select View > Tools > Accessibility. The accessibility tools will open in a panel on the right.

    2. Select Set Alternate Text from this menu. This option will walk you through each image and ask you to provide alternative text. If you are using an older version of Acrobat, this option might not be available. In that case, you can add the alt text manually. Select View > Tools > Content from the top menu. Select the Edit Option tool. For each figure in your PDF, right-click the figure and select Properties. Click the Tag tab in the pop-up window, and enter the figure description in the field named Alternative Text. (As this method requires Acrobat to guess the structure of the document, you will want to use the TouchUp Reading Order tool to verify the document structure. See the SIGACCESS Guide to Describing Figures for details on how to write good figure descriptions.)

  3. Mark table headers.

    1. Right-click the table in your document. You should see an option named Table Editor. If that option is not available, Acrobat may not have correctly identified the table. You may use the TouchUp Reading Order tool to label the table in the PDF.

    2. Within the editor, each table cell should be labeled as a header (TH) or data (TD). If a cell is mislabeled, right-click the cell and select Table Cell Properties, and set either Header Cell or Table Cell as appropriate, and indicate whether it is a header for the row, column, or both on the Scope dropdown menu.

  4. Set title and language and other metadata.

    1. Select File > Properties from the menu.

    2. Select the Description tab.

    3. Fill the Title field with the document title.

    4. Select the Initial View tab.

    5. In the Show dropdown, select Document Title.

    6. Select the Advanced tab.

    7. In the Reading Options section, select your document language from the Language dropdown menu.

  5. Set tab order. Setting the tab order is necessary so that a keyboard user can use the tab key to navigate through the document. To set the tab order:

    1. Click the Page Thumbnails icon to show thumbnail images for each page (or, in the top menu, select View > Show/Hide > Navigation Panes > Page Thumbnails).

    2. Select all pages with Control + A (Windows) or Command(⌘) + A (MacOS).

    3. Right-click and select Page Properties.

    4. In the popup window, select Use Document Structure on the Tab Order tab, and click OK to set the tab order.

  6. Save tagged PDF. Before you save your PDF, use the accessibility check tool to verify that your PDF is accessible:

    1. Select Tools > Accessibility from the menu, then click Full Check.

    2. Saving the PDF in Acrobat should save the relevant accessibility data by default. No extra steps are necessary.

Your PDF should now have all accessibility metadata included!

Checking Accessibility of HTML and PDF Documents

If you have followed the above steps, your final documents should be accessible. You are encouraged to double-check that all accessibility metadata is included.

Checking the HTML version:

  1. Open the HTML proof in a browser.

  2. To verify the page structure and section tags:

    1. Navigate to a main section title (e.g. 1 Section Name) and right-click on it. From the menu, select the Inspect or Inspect Element menu item.

    2. You should now be able to see the inspector panel, with raw HTML information.

    3. Verify that the section heading is enclosed within an <h2> tag. There might be additional tags or metadata within the tags; you can ignore them.

    4. Similarly, you can verify that sub-section titles (e.g. 1.1 Sub-Section) are enclosed within an <h3> tag.

  3. To verify that image descriptions are included:

    1. Navigate to a figure and right-click on it. From the menu, select the Inspect or Inspect Element menu item.

    2. In the inspector panel, verify that there is a metadata property called aria-describedby within the <img> tag. For example: <img src="img-path.png" class="img-responsive" alt="Figure 1" aria-describedy="fig001">

    3. Verify that there is a <p> tag below the <img> tag. On expanding this tag (e.g. by pressing the ▼ icon), you should be able to see the textual description for the figure.

Checking the PDF version:

  1. Open your PDF version in Adobe Acrobat (commercial version).

  2. Select Tools > Accessibility > Full Check.

  3. Use the default options, and select Start Checking. An accessibility check will be performed, and the report will be generated.

  4. You should now be able to see an overview in the Accessibility Checker side panel.

  5. Verify that none of the checks have failed here. Some checks (e.g “Logical Reading Order”) might give you a warning saying “Needs manual check”; these can be ignored. The Headings section might indicate that the “Appropriate Nesting” check failed; this can be ignored too.

Additional Resources

Videos are often an important component of your work. To create accessible videos, you can refer to SIGCHI Technical Requirements and Guidelines for Videos.

You can find more information, guidelines, and useful resources for making your submissions accessible online: