Make WordPress Core


Ignore:
Timestamp:
03/27/2020 11:39:37 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Improve accessibility of the 5.4 About page:

  • Remove vertical text and unnecessary italics.
  • Update H1 headings on About, Credits, Freedoms, Privacy pages to be unique to each page.

Props sabernhardt, ryelle, melchoyce, karmatosed, audrasjb, afercia, davidbaumwald, SergeyBiryukov.
See #49295.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r47500 r47521  
    2121        <div class="about__header">
    2222            <div class="about__header-title">
    23                 <h1>
     23                <p>
    2424                    <?php _e( 'WordPress' ); ?>
    2525                    <span><?php echo $display_version; ?></span>
    26                 </h1>
     26                </p>
    2727            </div>
    2828
     
    4242
    4343        <div class="about__section is-feature has-accent-background-color">
    44             <p><?php _e( 'Say hello to more and better.' ); ?></p>
     44            <h1><?php _e( 'Say hello to more and better.' ); ?></h1>
     45
    4546            <p><?php _e( 'More ways to make your pages come alive. With easier ways to get it all done and looking better than ever&mdash;and boosts in speed you can feel.' ); ?></p>
    4647        </div>
     
    106107                    <li><?php _e( 'Know at a glance whether you&#8217;re in a block&#8217;s Edit or Navigation mode. Or, if you have restricted vision, your screen reader will tell you which mode you&#8217;re in.' ); ?></li>
    107108                </ul>
    108                 <p><em><?php _e( 'Of course, if you want to work with the very latest tools and features, install the <a href="https://wordpress.org/plugins/gutenberg/">Gutenberg plugin</a>. You&#8217;ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?></em></p>
     109                <p><?php _e( 'Of course, if you want to work with the very latest tools and features, install the <a href="https://wordpress.org/plugins/gutenberg/">Gutenberg plugin</a>. You&#8217;ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?></p>
    109110            </div>
    110111            <div class="column is-edge-to-edge">
Note: See TracChangeset for help on using the changeset viewer.