Changeset 7388 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
- Timestamp:
- 07/09/2018 04:05:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
r7350 r7388 38 38 <div class="entry-content row"> 39 39 <section class="col-8"> 40 41 40 <p><?php esc_html_e( 'The WordPress community and the open source WordPress project is committed to being as inclusive and accessible as possible. We want users, regardless of device or ability, to be able to publish content and maintain a website or application built with WordPress.', 'wporg' ); ?></p> 42 43 41 <p><?php esc_html_e( 'WordPress aims to make the WordPress Admin and bundled themes fully WCAG 2.0 AA compliant where possible.', 'wporg' ); ?></p> 44 42 <p> … … 99 97 </p> 100 98 99 <h3> 100 <?php 101 /* translators: ATAG: Authoring Tool Accessibility Guidelines; https://www.w3.org/TR/ATAG20/ */ 102 esc_html_e( 'ATAG Statement', 'wporg' ); 103 ?> 104 </h3> 105 <p> 106 <?php 107 printf( 108 /* translators: Link to ATAG */ 109 wp_kses_post( __( 'The <a href="%s">Authoring Tool Accessibility Guidelines version 2.0</a>, 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.', 'wporg' ) ), 110 'https://www.w3.org/TR/ATAG20/' 111 ); 112 ?> 113 </p> 114 <p> 115 <?php 116 printf( 117 /* translators: Link to ATAG */ 118 wp_kses_post( __( 'The <a href="%s">WordPress accessibility coding standards</a> 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.', 'wporg' ) ), 119 'https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/' 120 ); 121 ?> 122 </p> 123 <p><?php echo wp_kses_post( __( 'An application that fully conforms with ATAG 2.0 must not only be usable by people with disabilities, but it should <strong>enable</strong> and <strong>encourage</strong> all users to create accessible content and assist them in repairing accessibility mistakes, without requiring any additional tools or add-ons.', 'wporg' ) ); ?></p> 124 <p><?php esc_html_e( 'WordPress is not currently conforming with ATAG 2.0, but pledges to pursue features that are accessible and which help users create accessible content in pursuit of the long-term goal of ATAG compliance.', 'wporg' ); ?></p> 101 125 </section> 102 126 </div><!-- .entry-content -->
Note: See TracChangeset
for help on using the changeset viewer.