Guidebook
Generator of an Accessibility Statement
LMS Check
  • Text Content
    • General Information on Texts
    • Headings
    • Paragraphs
    • Quotations
    • Lists
    • Tables
    • Cross-references
    • Links
    • Formulas
    • Code
  • Color
    • Use of Color
    • Contrast of Texts
    • Contrast of Buttons and Graphics
  • Images and Graphics
    • Informative and Functional Images
    • Decorative Images
  • Audio Elements
    • Formatting Audio Elements
    • Media Alternatives for Audio Elements
    • Mediaplayer
  • Video and Animation
    • Videoplayer
    • Caption
    • Audiodescription
    • Full-Text Alternative
    • Embed Video
  • Interactive Elements
    • Accordeon
    • Interactive Image
    • Map
    • Buttons
    • Form Fields
    • Custom Elements
    • JSX-Graph
  • PDF
    • Export PDF Document
    • Post-Processing with Adobe Acrobat Pro
    • Accessibility Check
  • Course layout
    • Stylesheets (CSS)
    • Scripts (JS)
  • Accessibility Testing
  • Upload Accessibility Statement to LMS
    • Create
    • Update

Informative and Functional Images

The following criteria are taken from the checklist:
  • Linked images or informational graphics and images have alternative texts.

Without alternative texts, the image content is not accessible for people with visual impairments. Blind and visually impaired people cannot understand the content of images at all or only with difficulty. For this reason, information-oriented and functional images should always have an alternative text. This is read aloud by assistive technologies, such as screen readers, and briefly describes the content of the image.

Alternative Text

Informative Images

  • Description of image content in one sentence (maximum 140 characters), starting with "Photo of ..." or "Picture of a ..." Start with 'Photo of ...' or 'Picture of a ...'.
  • Neutral, without own interpretations
  • No repetition of information given in the text

Functional Images

  • Description of the action performed, for example 'Open survey'
  • No indication of the complete link
  • Logos: Indication of the full name of the institution

Create images and graphics in OPAL

  1. Select the image icon in the toolbar of the page editor.
  2. Either enter the image source as text or upload an image directly using the upload icon on the right.
  3. Enter and save alternative text under 'Alternative text'.

BITV-Guidelines

  • Alternative texts for control elements
  • Alternative texts for images and graphics
The following criteria are taken from the checklist:
  • Linked images or informational graphics and images have alternative texts.
  • The full screen view is not used.
  • Image links do not have the highlighted mode “none”.

Without alternative texts, the image content is not accessible for people with visual impairments. Blind and visually impaired people cannot understand the content of images at all or only with difficulty. For this reason, information-oriented and functional images should always have an alternative text. This is read aloud by assistive technologies, such as screen readers, and briefly describes the content of the image.

The full-screen view cannot be accessed using the keyboard. Therefore, it cannot be accessed by people who can not use the mouse, including people with blindness and motor impairments.
The highlighted mode does not display a keyboard focus in the linked areas. This means that keyboard or switch users cannot see where their focus is currently located.

Alternative Text

Informative Images

  • Description of image content in one sentence (maximum 140 characters), starting with "Photo of ..." or "Picture of a ..." Start with 'Photo of ...' or 'Picture of a ...'.
  • Neutral, without own interpretations
  • No repetition of information given in the text

Functional Images

  • Description of the action performed, for example 'Open survey'
  • No indication of the complete link
  • Logos: Indication of the full name of the institution

Insert Alternative Texts

  1. Select your picture.
  2. You can now change the title. You can also add a caption, which is displayed below the image, and insert the alternative text.

Insert Links in Images

  1. Select your image and go to "Advanced Settings".
  2. Select "Linked Areas of the Instance" in the menu bar.
  3. Select a shape for the linked area and click on "Add area". If you have selected rectangle, circle or polygon, follow the further instructions for creating the shape.
  4. Select whether your link should be external, internal or just a highlight. Then enter the specific link text, specify a name for the link area and click "Save".
  5. Finally, change the highlighted mode from "None" to "Hover" or "Always" and save your changes.

BITV-Guidelines

  • Alternative texts for images and graphics
The following criteria are taken from the checklist:
  • Information-oriented images and graphics have an alternative text.
  • Functional images and graphics have an alternative text.

Blind and visually impaired people cannot understand the content of images at all or only with difficulty. For this reason, information-oriented and functional images should always have an alternative text. This is read aloud by assistive technologies, such as screen readers, and briefly describes the content of the image.

Alternative Text

Informative Images

  • Description of image content in one sentence (maximum 140 characters), starting with "Photo of ..." or "Picture of a ..." Start with 'Photo of ...' or 'Picture of a ...'.
  • Neutral, without own interpretations
  • No repetition of information given in the text

Functional Images

  • Description of the action performed, for example 'Open survey'
  • No indication of the complete link
  • Logos: Indication of the full name of the institution

Realization of the criteria

Images and Graphics

Context menu (right click) > View Alt Text > Enter alternative text

Functional Images

  1. Context menu (right click) > Link
  2. Text to display > enter link text; ScreenTip > Enter name and save
  3. Add alternative text (see images and graphics)

Freeform

Freeforms must be grouped so that they are viewed as a complete image. This is particularly important for generating a PDF. Then add an alternative text for the entire shape (see instructions for images and graphics).

Context menu (right click) > Group > Group

SmartArt

When exporting PowerPoint presentations to PDF, the alternative texts of SmartArts are not kept. Therefore, convert the SmartArt into shapes and add an alternative text for each shape.

Menu bar: SmartArt Design > Reset > Convert > Convert to Shapes

Additional Information

  • Instructions for the accessible design of documents from the Disability and Study Services working group of the TU Dresden

BITV-Guidelines

  • Alternative texts for images and graphics
The following criteria are taken from the checklist:
  • Linked images or informational graphics and images have alternative texts.

Blind and visually impaired people cannot understand the content of images at all or only with difficulty. For this reason, information-oriented and functional images should always have an alternative text. This is read aloud by assistive technologies, such as screen readers, and briefly describes the content of the image.

Alternative Text

Informative Images

  • Description of image content in one sentence (maximum 140 characters), starting with "Photo of ..." or "Picture of a ..." Start with 'Photo of ...' or 'Picture of a ...'.
  • Neutral, without own interpretations
  • No repetition of information given in the text

Functional Images

  • Description of the action performed, for example 'Open survey'
  • No indication of the complete link
  • Logos: Indication of the full name of the institution

Markup of Informative and Functional Images

HTML tags: <img>, Alternative texts: alt attribute
                  
                      <img src="image.jpg" alt="Description of the image">
                  
                

BITV-Guidelines

  • Alternative texts for control elements
  • Alternative texts for images and graphics
The following criteria are taken from the checklist:
  • Images and their captions are marked as such. Images are tagged using a <Figure> structural element, while their captions are tagged with <Caption>.
  • Linked images or informational graphics and images have alternative texts.

Without alternative texts, the image content is not accessible for people with visual impairments. Blind and visually impaired people cannot understand the content of images at all or only with difficulty. For this reason, information-oriented and functional images should always have an alternative text. This is read aloud by assistive technologies, such as screen readers, and briefly describes the content of the image.

Create Linked Images

Microsoft Word: Right-click on Image > Link
  1. Paste the URL under “Address”
  2. Using “ScreenTip...”, you can set the alternative text for the hyperlink, such as the websites title. The visible link text should also be part of the ScreenTip.

Set Alternative Text

Microsoft Word: Right-click on image > View Alt Text

Add Caption

Microsoft Word: Right-click on image > Insert Caption… > Caption

Charts

Microsoft Word: Menu bar: Insert > Illustration > Chart
After you have selected the desired display type for your chart, another window will open in which you can fill in the data.
At the end, add a meaningful alternative text that describes the chart appropriately.

Set Alternative Text

Microsoft Word: Right-click on image > Edit Alt Text...

BITV-Guidelines

  • Alternative texts for images and graphics
The following criteria are taken from the checklist:
  • Images and their captions are marked as such. Images are tagged using a <Figure> structural element, while their captions are tagged with <Caption>.
  • Linked images or informational graphics and images have alternative texts.

Without alternative texts, the image content is not accessible for people with visual impairments. Blind and visually impaired people cannot understand the content of images at all or only with difficulty. For this reason, information-oriented and functional images should always have an alternative text. This is read aloud by assistive technologies, such as screen readers, and briefly describes the content of the image.

LaTeX does not currently support automatic tagging, so the correct tags must be added in post-processing.
See Guidebook: “Example PDF Tags: Images and Graphics” for help with tagging.

BITV-Guidelines

  • Alternative texts for images and graphics
State emblem of the Free State of Saxony: The lettering “Saxony” in black, below the stylized coat of arms of the Free State of Saxony in black on a white background. This measure is co-financed by tax funds on the basis of the budget approved by the Saxon state parliament.

v.0.11.1 - beta

  • Legal Notice
  • Data Protection
  • Accessibility
  • Checklist
  • Guidebook