Embedded Objects in Word Documents
Embedded objects include files, charts, spreadsheets, and other content inserted into your Word document. These objects must be accessible to screen reader users.
What This Means
When you embed objects like Excel charts, PDFs, or other files in a Word document, those objects need alternative text and the embedded content itself should be accessible.
Why It Matters
- Embedded content may be inaccessible if not properly described
- Screen readers need context about what the embedded object contains
- Interactive objects must be operable without a mouse
- File attachments should have accessible alternatives
Common Violations
DOCX-09-001: Embedded Object Is Not Accessible {#DOCX-09-001}
What's Wrong: An embedded object (OLE object, embedded file, or linked content) doesn't have alternative text, or the embedded content itself is not accessible.
Impact: Serious - Screen reader users cannot understand or interact with the embedded content.
Types of Embedded Objects:
- OLE Objects - Excel spreadsheets, PowerPoint slides, Visio diagrams
- Embedded Files - PDFs, images, documents
- Linked Objects - Content that updates from external sources
- ActiveX Controls - Interactive elements (less common)
How to Identify:
- Look for objects that were inserted via Insert > Object
- Check for icons representing embedded files
- Look for content that appears as a single block
How to Fix:
Add Alternative Text to Embedded Objects:
- Right-click the embedded object
- Select Format Object or Edit Alt Text
- In the Alt Text field, describe:
- What the object is
- What information it conveys
- Why it's included in the document
- Click OK
Make the Embedded Content Accessible:
For embedded Excel charts/tables:
- Double-click to edit the embedded content
- Ensure the Excel content follows accessibility guidelines
- Add chart titles and data labels
For embedded PDFs:
- Ensure the source PDF is accessible
- Consider extracting content and including it directly in Word
- Add comprehensive alt text describing the PDF content
For embedded images:
- Add descriptive alt text
- Consider using Word's native image insertion instead
Best Practices for Embedded Content
Consider Alternatives to Embedding
Instead of embedding, you might:
- Include the content directly - Copy and paste data as a Word table
- Link to external files - Provide a link with descriptive text
- Summarize the content - Add a text description of key information
- Attach files separately - Include as email attachments rather than embedded
When You Must Embed
If embedding is necessary:
- Add comprehensive alt text - Describe the object's content and purpose
- Provide a text alternative - Include the key information in document text
- Ensure source accessibility - Make the original file accessible before embedding
- Test with assistive technology - Verify screen readers can access the content
Specific Object Types
Embedded Excel Content
To embed accessible Excel content:
- In Excel, ensure the chart/table has:
- Chart title and axis labels
- Table headers defined
- Good color contrast
- Copy and paste with Paste Special > Microsoft Excel Worksheet Object
- Add alt text describing the data
Better alternative: Copy as a Word table or static image with alt text
Embedded Visio Diagrams
- Export the Visio diagram as an image
- Insert the image in Word
- Add comprehensive alt text describing the diagram
- Consider providing a text description of the process/flow
Embedded Media
For embedded audio or video:
- Provide captions for video
- Provide transcripts for audio
- Add alt text describing the media content
- Consider linking to external accessible media instead
Document Inspector for Embedded Objects
Check for embedded content:
- Go to File > Check for Issues > Inspect Document
- Select Embedded Documents
- Review results for any embedded content
- Ensure each item has appropriate accessibility features
When Embedding Is Problematic
Some scenarios make embedding particularly problematic:
- Interactive content - Forms or calculators that require input
- Large datasets - Better as linked external files
- Frequently updated content - Use links instead of static embeds
- Complex diagrams - May need extensive text alternatives
Best Practices
Do:
- Add descriptive alt text to all embedded objects
- Ensure embedded content is accessible before embedding
- Provide text alternatives for complex content
- Consider direct inclusion instead of embedding
Don't:
- Embed content without alt text
- Embed inaccessible source files
- Use embedding when linking would work better
- Assume embedded content is automatically accessible