# Microsoft Office accessibility checklist

### For All Office Programs&#x20;

* Use **built-in** styles, layouts, and structures instead of manually formatting&#x20;
* Add **alt text** for meaningful images, charts, and graphics&#x20;
  * Mark **decorative** images/objects as decorative&#x20;
* Ensure **high color contrast** (dark text on light background, or vice versa)&#x20;
* Do not convey meaning with color alone&#x20;
* Write **descriptive link text** (for example, “Read the 2025 report” instead of “Click here”)&#x20;
* Keep **layout** clean: avoid extra spaces, tabs, empty text boxes, or merged cells in tables&#x20;
* Add a document **title** in Properties&#x20;
* Always run the **Accessibility Checker** before sharing&#x20;

### Word&#x20;

* Apply **Heading styles** (Heading 1, Heading 2, etc.), not just bold font, to structure content&#x20;
* Use **bulleted or numbered lists** instead of typing dashes or symbols&#x20;
* Add **header rows** to tables (Table Tools → Design → Header Row)&#x20;
* **Avoid merged cells** in tables

### PowerPoint&#x20;

* Use **built-in** slide layouts (Title, Content) instead of drawing text boxes&#x20;
* Add a **title** for every slide&#x20;
* Check **reading order** with the Selection Pane&#x20;
* Use **high contrast** text and background colors&#x20;

### Excel&#x20;

* Use a **single header row**&#x20;
* **Do not merge cells**&#x20;
* Don’t use **blank rows or columns** for spacing&#x20;
* **Format data as a Table** (Insert → Table) for screen reader navigation&#x20;
* Rename **worksheet tabs** with descriptive names&#x20;

### Save as PDF&#x20;

* Go to File → **Save As** (or **Export**) → choose PDF&#x20;
* In Options, check “**Document structure tags for accessibility**” (or option for accessibility)&#x20;
* Save your file&#x20;

{% file src="/files/F4DAyzmwc8ypVCAbsh2O" %}
Print this checklist as a one-page handout
{% endfile %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sfdigitalservices.gitbook.io/digital-accessibility-for-sf.gov-editors/document-accessibility-for-sf.gov-editors/resources/microsoft-office-accessibility-checklist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
