Make WordPress Core

Ticket #51415: 51415-text-a11y-changes.diff

File 51415-text-a11y-changes.diff, 2.2 KB (added by joedolson, 4 years ago)

Accessibility changes to about page text

  • wp-admin/about.php

     
    8787                        </div>
    8888                        <div class="about__section has-2-columns is-wider-left has-transparent-background-color">
    8989                                <div class="column">
    90                                         <h2><?php _e( 'Caption videos—right in the block editor' ); ?></h2>
    91                                         <p><?php _e( 'Adding captions to your videos has landed in the block editor, with special attention to accessibility. Whether you’re navigating with a keyboard or a mouse, whether or not you use a screen reader, captions are easier to include than ever.' ); ?></p>
     90                                        <h2><?php _e( 'Upload video captions directly in the block editor' ); ?></h2>
     91                                        <p><?php _e( 'To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.' ); ?></p>
    9292                                </div>
    9393                        </div>
    9494                </div>
     
    119119                                <p>
    120120                                        <?php
    121121                                        printf(
    122                                                 /* translators: %s: WCAG information link. */
    123                                                 __( 'What’s more, this default theme puts accessibility at the heart of your website. It conforms to <a href="%s">Web Content Accessibility Guidelines (WCAG) 2.1</a> at Level AAA right out of the box, so you can meet the highest level of international accessibility standards. Just add the necessary elements to your plugins, pictures, and other content, and you’re ready to go!' ),
     122                                                /* translators: 1: WordPress accessibility-ready guidelines link, 2: WCAG information link. */
     123                                                __( 'What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href="%1$s">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href="%2$s">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!' ),
     124                                                'https://make.wordpress.org/themes/handbook/review/accessibility/',
    124125                                                'https://www.w3.org/WAI/WCAG2AAA-Conformance'
    125126                                        );
    126127                                        ?>