Accessibility guide for authors

Last update: 2024-08-15

To make your work readable by the greatest number of readers, it is essential for it to be made available in an accessible form. This guide aims to support authors submitting to a SIGCHI venue in creating accessible submissions and final publications that can be read by reviewers, associate chairs, editors, and ultimately, the world at large. The instructions provided on this page should apply to most SIGCHI conferences and journals, but some may have different requirements. Therefore, please see if there are specific instructions provided by the venue to which you are sending your submission. This guide is based on the SIGACCESS Guide for Accessible PDFs in Word and in Adobe Acrobat, and it is modified to account for The ACM Publishing System (TAPS) workflow used by SIGCHI and the PDF remediation program in use by many SIGCHI conferences.

Overview

The key steps for making your submissions accessible, in brief, are:

  1. Authoring your manuscript following the provided template and guidelines

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

    1. For Word: Exporting accessible PDF directly.

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

  3. Submitting your source documents upon acceptance.

  4. Adding accessibility metadata to the PDF generated by the TAPS process (only for the conferences that do not adhere to the PDF remediation program).

  5. Additional resources

1. Authoring an Accessible Document

Your paper will be read in different ways: on paper, on screen, using speech synthesis, on a braille display, etc. Some of us enlarge the text or change the colors on our displays for easier reading. Not everyone can see the colors 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 such content.

You can make your submission document accessible by addressing the following points:

  1. Mark up content such as headings and lists appropriately, using the correct Word template style or LaTeX markup. Solely changing your font face, size and weight will make text visually different but it does not change its semantic meaning, which is used by accessibility tools to inform the user about the document structure and help users navigate it.

  2. Don’t rely only on colour. Charts that rely only on colour to differentiate elements may not be accessible for those of us with impairment of color vision, 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 all the important information that is not already written in the paper or the caption. Do not simply repeat the caption. For guidance on writing good figure descriptions, refer to 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.

1.1 For Word Users

Microsoft Word can produce accessible documents. This works in most versions of Word for Windows, and in the latest versions of Word for Mac. If you do not have access to the latest Word for Mac, you can edit the document on Mac 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

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

  5. 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.

  6. 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.

  7. 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.

1.2 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.

2. Submitting Accessible Documents for Review

During the review phase, you are typically required to submit a PDF version of your manuscript. This document should be made accessible, so that it can be read by a diverse group of reviewers. Some venues might require this and/or ask you to submit the source document, which may be used to produce an accessible version of your manuscript, if requested by the reviewers.

2.1 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.

Mac:

  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.

2.2 For LaTeX Users

For LaTeX documents, the exported PDF currently does not include some accessibility metadata. Thus, you should add missing accessibility metadata to your PDF using Adobe Acrobat, as described below in the section “Adding Accessibility Metadata to a PDF”.

3. 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. TAPS converts your source documents to final publication formats (HTML, PDF).

  1. 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).

  2. 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. Some of the SIGCHI conferences participate in the "PDF remediation program", which uses an external vendor to add accessibility metadata to the produced PDFs. For other conferences, you should manually add accessibility metadata to the PDF proofs received from TAPS (via email), and then 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.

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.

4. 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!

4.1 Checking Accessibility of HTML and PDF Documents

If you have followed the above points, 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: