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


The following content can only be created with additional HTML code in OPAL. It can't be created in ILIAS.

Buttons

The following criteria are taken from the checklist:
  • When clicking on control elements, their function is only executed when the mouse button is released. Otherwise the function can be aborted or undone.
  • Visible labels of control elements is at the same time included in the associated name for accessibility, which is defined via non-visible attributes such as `title` or `aria-label`.

People with motor impairments often have problems performing targeted movements. This means that functions can often be triggered unintentionally. Accordingly, there must be simple ways to cancel or revoke the functions of buttons.
The visible name of control elements must also appear in the accessible name (e.g. via "title" or "aria-label"). This is important so that voice input users can name the correct term to activate the control element.

Also ensure sufficient contrast. You can find more information on this in the chapter on Color contrast .

Implementation of the criteria

HTML tags: <button>

Code example of a button
                        
                            <button>Click me!</button>
                        
                    

Provide Clear Labels: The function of the button should be clearly communicated via its text label. If the button has no text (e.g., it's just an icon), use the title attribute to provide a screen-reader-friendly label.

                          
                            <button title="Close"><img src="close-icon.png" alt=""></button>
                          
                        

Ensure Sufficient Contrast: The color of the button should have enough contrast with its background so that users who are color blind or visually impaired can see it clearly.

                          
                            <button title="Download PDF"> Download </button>
                          
                        

BITV-Guidelines

  • Visible label part of accessible name
  • Entires of pointer gestures can be canceled
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