Porsche Design SystemSearchNavigate to GitHub repository of Porsche Design SystemOpen sidebar
IntroductionStatement
Accessibility Table of Contents Definition An accessibility statement has two basic functions: Firstly, an accessibility statement is a powerful declaration of commitment. People visiting the website, particularly those with disabilities, will appreciate the open acknowledgement that accessibility is a key driver for the website. Secondly, it can present further information about the target level of web accessibility for the website and the methods used to achieve those targets. It also can enable the website owner to acknowledge any areas of the website where accessibility targets have not been met and outline the proposed plan for resolving any such problem. A word of caution however: An accessibility statement that makes rash or false claims will only damage the reputation of the website, not enhance it and it does not prevent the site owner from getting sued if the website lacks accessibility support. Where to put an accessibility statement Accessibility statements should be easy to find and should be linked from each page. Placing it in the footer area is a proven way. Use consistent link names for your accessibility statement to help users recognize them. Example template There are no strict specifications on how to write an accessibility statement, but it should announce the intent and commitment to accessibility. The following example can be seen as a blueprint and should be adapted to your specific needs. This template is based on the guidelines on How to develop an Accessibility Statement provided by W3C.

Accessibility Statement

We are committed to ensuring digital accessibility for people with disabilities.
We are continually improving the user experience for everyone, and applying the relevant accessibility standards.

Measures to support accessibility [optional - choose from list]

We take the following measures to ensure accessibility of this Website:Include accessibility as part of our mission statement.Integrate accessibility into our procurement practices.Appoint an accessibility officer and/or ombudsperson.Provide continual accessibility training for our staff.Include people with disabilities in our design personas.Include automatic and manual testing strategies.

Conformance status

The Web Content Accessibility Guidelines (WCAG) defines requirements for designers and developers to improve accessibility for people with disabilities.Porsche is committed to making its websites usable by all people by meeting or exceeding the requirements of the Web Content Accessibility Guidelines 2.1 Level AA (the Guidelines). We continually assess and work to ensure that our Web presence is in conformance with the Guidelines.Please be aware that our efforts are ongoing as our current website provider implements the relevant improvements to meet the Guidelines over time.

Feedback

If you experience any difficulty in accessing any part of this website, please feel free to contact us. Please be sure to specify the Web page and describe the issue in detail and we will make reasonable efforts to make that page accessible. We welcome feedback on how we can improve as well.E-mail: [e-mail address]Postal address:
Dr. Ing. h.c. F. Porsche AG
Porscheplatz 1
D-70435 Stuttgart
Open in Stackblitz
<!doctype html>
<html lang="en" class="auto">
<head>
  <title></title>
</head>
<body class="bg-base">

<p-heading size="large">
  <h1>
    Accessibility Statement
  </h1>
</p-heading>

<p-text>
  <p-text>
    We are committed to ensuring digital accessibility for people with disabilities.
    <br />
    We are continually improving the user experience for everyone, and applying the relevant accessibility standards.
  </p-text>
</p-text>

<p-heading size="medium">
  <h2>
    Measures to support accessibility [optional - choose from list]
  </h2>
</p-heading>

<p-text>
  We take the following measures to ensure accessibility of this Website:
</p-text>

<p-text-list>
  <p-text-list-item>
    Include accessibility as part of our mission statement.
  </p-text-list-item>
  <p-text-list-item>
    Integrate accessibility into our procurement practices.
  </p-text-list-item>
  <p-text-list-item>
    Appoint an accessibility officer and/or ombudsperson.
  </p-text-list-item>
  <p-text-list-item>
    Provide continual accessibility training for our staff.
  </p-text-list-item>
  <p-text-list-item>
    Include people with disabilities in our design personas.
  </p-text-list-item>
  <p-text-list-item>
    Include automatic and manual testing strategies.
  </p-text-list-item>
</p-text-list>

<p-heading size="medium">
  <h2>
    Conformance status
  </h2>
</p-heading>

<p-text>
  The 
  <a href="https://w3.org/WAI/standards-guidelines/wcag">
    Web Content Accessibility Guidelines (WCAG)
  </a>
   defines requirements for designers and developers to improve accessibility for people with disabilities.
</p-text>

<p-text>
  Porsche is committed to making its websites usable by all people by meeting or exceeding the requirements of the Web Content Accessibility Guidelines 2.1 Level AA (the Guidelines). We continually assess and work to ensure that our Web presence is in conformance with the Guidelines.
</p-text>

<p-text>
  Please be aware that our efforts are ongoing as our current website provider implements the relevant improvements to meet the Guidelines over time.
</p-text>

<p-heading size="medium">
  <h2>
    Feedback
  </h2>
</p-heading>

<p-text>
  If you experience any difficulty in accessing any part of this website, please feel free to contact us. Please be sure to specify the Web page and describe the issue in detail and we will make reasonable efforts to make that page accessible. We welcome feedback on how we can improve as well.
</p-text>

<p-text-list>
  <p-text-list-item>
    E-mail: 
    <a href="mailto:[e-mail address]">
      [e-mail address]
    </a>
  </p-text-list-item>
  <p-text-list-item>
    Postal address:
    <br />
    Dr. Ing. h.c. F. Porsche AG
    <br />
    Porscheplatz 1
    <br />
    D-70435 Stuttgart
  </p-text-list-item>
</p-text-list>
<script>

</script>
</body>
</html>
Global settingsThemeChanges the theme of the application and any Porsche Design System component. It's possible to choose between forced theme light and dark. It's also possible to use auto, which applies light or dark theme depending on the operating system settings automatically.LightDarkAuto (sync with operating system)DirectionChanges the direction of HTML elements, mostly used on<html> tag to support languages which are read from right to left like e.g. Arabic.LTR (left-to-right)RTL (right-to-left)AutoText ZoomChanges the text size and values with unit rem or em relatively. This setting can be defined in browser settings for any website or by an application itself on<html> tag. To achieve WCAG 2.2 AA compliance it's obligatory to support text zoom up to at least 200%.100%130%150%200%