Ticket #51415: 51415-text-a11y-changes.diff
File 51415-text-a11y-changes.diff, 2.2 KB (added by , 4 years ago) |
---|
-
wp-admin/about.php
87 87 </div> 88 88 <div class="about__section has-2-columns is-wider-left has-transparent-background-color"> 89 89 <div class="column"> 90 <h2><?php _e( ' Caption videos—rightin 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> 92 92 </div> 93 93 </div> 94 94 </div> … … 119 119 <p> 120 120 <?php 121 121 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/', 124 125 'https://www.w3.org/WAI/WCAG2AAA-Conformance' 125 126 ); 126 127 ?>