Title: Accessibility
Author: WordPress.org
Published: 1. desember 2025

---

# Accessibility

Brukarsamfunnet og det opne kjeldekodeprosjektet bak WordPress vil vera så inkluderande
og tilgjengelege som råd. Me vil at brukarar skal kunna leggja ut innhald og vedlikehalda
ein nettstad eller program med WordPress, uansett eining eller funksjonsnivå.

WordPress aims to make the WordPress Admin and bundled themes fully compliant with
Web Content Accessibility Guidelines (WCAG) 2.2 AA, where possible.

All new and updated code released in WordPress must conform with these guidelines
as per the [WordPress Accessibility Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/).
Some current features and functionality in development may not yet fully comply,
and known issues are listed in the [WordPress Trac “accessibility” focus](https://core.trac.wordpress.org/focus/accessibility).

While the WordPress project cannot guarantee that all Themes are compliant, the 
[accessibility-ready themes](https://wordpress.org/themes/tags/accessibility-ready/)
have been checked by the Theme Review Team to ensure that these themes pass their
[basic accessibility requirements](https://make.wordpress.org/themes/handbook/review/accessibility/required/).

## Tilgjengelaget

The [WordPress Accessibility Team](https://make.wordpress.org/accessibility/) provides
accessibility expertise across the project to improve the accessibility of WordPress
core and resources.

The [Accessibility Handbook](https://make.wordpress.org/accessibility/handbook/)
shares the [best practices](https://make.wordpress.org/accessibility/handbook/best-practices/)
for web accessibility, a list of [accessibility tools](https://make.wordpress.org/accessibility/handbook/which-tools-can-i-use/useful-tools/),
the [testing we do](https://make.wordpress.org/accessibility/handbook/get-involved/audits-and-testing/)
to improve WordPress, themes, and plugins, and [how to get involved](https://make.wordpress.org/accessibility/handbook/get-involved/)
in WordPress accessibility.

To report an Accessibility issue you’ve encountered in WordPress or on WordPress.
org, please see the Accessibility Handbook page on [Reporting Accessibility Issues](https://make.wordpress.org/accessibility/handbook/reporting-issues/).

## ATAG-fråsegn

The [Authoring Tool Accessibility Guidelines version 2.0](https://www.w3.org/TR/ATAG20/),
or ATAG, are a set of guidelines that govern how to create a tool for creating web
pages that are both accessible and encourages the creation of accessible content.

The [WordPress accessibility coding standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/)
require new or updated code to meet the standards of the Web Content Accessibility
Guidelines (WCAG) version 2.0 at level AA. ATAG conformance is an additional goal
beyond WCAG compliance.

An application that fully conforms with ATAG 2.0 must not only be usable by people
with disabilities, but it should **enable** and **encourage** all users to create
accessible content and assist them in repairing accessibility mistakes, without 
requiring any additional tools or add-ons.

WordPress samsvarar ikkje med ATAG 2.0 no, men lovar å utvikla dei eigenskapane 
som er tilgjengelege og som hjelper brukarar å laga allment tilgjengeleg innhald.
Slik vonar me å oppnå ATAG-samsvar ein gong i framtida.