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

Lists

The following criteria are taken from the checklist:
  • Lists: Enumerations and numberings are marked as such.

Lists are often hierarchical structures. In order to make them more than just visually appropriate, they need to use structural elements or styles to create them. This allows users of assistance systems to skip lists or individual entries, as well as create another presentation that suits them better.

Markup of Lists

OPAL editor: toolbar: list icon in third row
The following criteria are taken from the checklist:
  • Lists must be marked with the list function, not just with 1.2.3. or indents (e.g. "-").

Lists are often hierarchical structures. In order to make them more than just visually appropriate, they need to use structural elements or styles to create them. This allows users of assistance systems to skip lists or individual entries, as well as create another presentation that suits them better.

Insert list

  1. Click the plus sign and choose "Insert Text".
  2. Under "Lists", select Bulleted or Numbered List and enter your text. Finally, go to "Finish text editing".

Insert advanced list

An advanced list is a list that can contain other content modules, such as images or videos, in addition to text.

  1. Click the plus sign and choose "Insert advanced list".
  2. Choose "Enumerated list" or "Numbered list". For "Numbered list", you can specify a number type and a starting value. Finally, select "Save".
The following criteria are taken from the checklist:
  • Lists: Enumerations and numberings are marked as such.

Lists are often hierarchical structures. In order to make them more than just visually appropriate, they need to use structural elements or styles to create them. This allows users of assistance systems to skip lists or individual entries, as well as create another presentation that suits them better.

Realization of the criteria

Menu bar: Home > Paragraph > Bullets or Numbering

Additional Information

  • Instructions for the accessible design of documents from the Disability and Study Services working group of the TU Dresden
The following criteria are taken from the checklist:
  • Lists: Enumerations and numberings are marked as such.

Lists are often hierarchical structures. In order to make them more than just visually appropriate, they need to use structural elements or styles to create them. This allows users of assistance systems to skip lists or individual entries, as well as create another presentation that suits them better.

Markup of Lists

HTML tags: numbered list: <ol>, bullet list: <ul>, list elements: <li>
Example code of a nested list
                      
                          <ol>
                              <li>This is the first item of the ordered list</li>
                                  <ul>
                                      <li>This is the first item of the nested unordered list</li>
                                  </ul>
                          </ol>
                      
                    
Definition lists do not use list items for structuring, but rather terms. <dl> Creates a definition list. The list elements are a term <dt> and its definition <dd> instead of <li>.
                    
                        <dl>
                          <dt>Date</dt>
                          <dd>Calendar entry 1</dd>
                          <dd>Calendar entry 2</dd>
                        </dl>
                    
                  
The following criteria are taken from the checklist:
  • Lists and numberings are marked as such. They are tagged using the <L> structural element, with sub-items designated as <LI>.

Lists are often hierarchical structures. In order to make them more than just visually appropriate, they need to use structural elements or styles to create them. This allows users of assistance systems to skip lists or individual entries, as well as create another presentation that suits them better.

Markup of Lists

Microsoft Word: Menu bar: Home > Paragraph > Bullets/Numbering
Microsoft Word: Menu bar: Home > Paragraph > Bullets/Numbering
The following criteria are taken from the checklist:
  • Lists and numberings are marked as such. They are tagged using the <L> structural element, with sub-items designated as <LI>.

Lists are often hierarchical structures. In order to make them more than just visually appropriate, they need to use structural elements or styles to create them. This allows users of assistance systems to skip lists or individual entries, as well as create another presentation that suits them better.

Markup of Lists

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

BITV-Guidelines

  • HTML-Markup elements for lists
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