Make WordPress Core


Ignore:
Timestamp:
03/27/2020 11:46:11 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

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

Props sabernhardt, ryelle, melchoyce, karmatosed, audrasjb, afercia, davidbaumwald, SergeyBiryukov.
Reviewed by ryelle, SergeyBiryukov.
Merges [47521] to the 5.4 branch.
See #49295.

Location:
branches/5.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.4

  • branches/5.4/src/wp-admin/freedoms.php

    r47477 r47522  
    2626    <div class="about__header">
    2727        <div class="about__header-title">
    28             <h1>
     28            <p>
    2929                <?php _e( 'WordPress' ); ?>
    3030                <span><?php echo $display_version; ?></span>
    31             </h1>
     31            </p>
    3232        </div>
    3333
     
    4747
    4848    <div class="about__section has-subtle-background-color is-feature">
    49         <h2><?php _e( 'Freedoms' ); ?></h2>
     49        <h1><?php _e( 'Freedoms' ); ?></h1>
    5050
    5151        <p class="about-description">
Note: See TracChangeset for help on using the changeset viewer.