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. Built from https://develop.svn.wordpress.org/trunk@47521 git-svn-id: http://core.svn.wordpress.org/trunk@47296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -25,10 +25,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
|
||||
<div class="about__header">
|
||||
<div class="about__header-title">
|
||||
<h1>
|
||||
<p>
|
||||
<?php _e( 'WordPress' ); ?>
|
||||
<span><?php echo $display_version; ?></span>
|
||||
</h1>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="about__header-text">
|
||||
@@ -46,7 +46,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
</div>
|
||||
|
||||
<div class="about__section has-subtle-background-color is-feature">
|
||||
<h2><?php _e( 'Freedoms' ); ?></h2>
|
||||
<h1><?php _e( 'Freedoms' ); ?></h1>
|
||||
|
||||
<p class="about-description">
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user