Link

Decorative elements

Decorative elements without actual use are often used to give a website an individual look. However, certain rules must be observed to ensure that a website can be designed barrier-free.

Aesthetic and minimalist design

Title Picture Decorative elements


Table of contents

  1. What problems can occur with decorative elements?
  2. Decorative elements are not bad
  3. Do not disturb the UI
  4. Do not override other functions
    1. Screen freeze
    2. Navigation and ARIA

What problems can occur with decorative elements?

Some people find it difficult to concentrate because decorative elements can interrupt their user experience. Decorative elements, if used incorrectly, can also disturb screen readers and keyboard navigation.


Decorative elements are not bad

First of all, decorative elements are not generally bad. You can structure a website into sections or highlight and bundle certain information.


Do not disturb the UI

If decorative elements are used, they must under no circumstances disturb the UI. The following rules must be observed.

  • Do not use a primary colour which is in use on the page.
  • Use decorative elements only rarely.
  • Do not make information dependent on decorative elements.
  • Do not distract from the actual focus.

Do not override other functions

Sometimes decorative elements are the heart of a website or app and should be presented accordingly. The following should not be the case:

Screen freeze

A decorative element or animation should not “freeze” the screen and draw full attention to the element. Users can lose their orientation, and users with disabilities cannot understand the process.

Important: When decorative elements are used, they must not affect the experience when using screen readers or navigating with the keyboard.

Adding aria-hidden="true" to an element removes that element and all of its children from the accessibility tree. This can improve the experience for assistive technology users by hiding:

  • purely decorative content, such as icons or images
  • duplicated content, such as repeated text
  • offscreen or collapsed content, such as menus

W3C – ARIA
Developer Mozilla ARIA