Bump H3 headings to H2 on the {Term} screens for better accessibility.

Props mrahmadawais.
Fixes #33658.

Built from https://develop.svn.wordpress.org/trunk@33917


git-svn-id: http://core.svn.wordpress.org/trunk@33886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-09-05 20:17:25 +00:00
parent acc7f66cf9
commit 9957d43e13
6 changed files with 7 additions and 7 deletions

View File

@ -1018,7 +1018,7 @@ span.description,
max-width: 100%; max-width: 100%;
} }
.col-wrap h3 { .col-wrap h2 {
margin: 12px 0; margin: 12px 0;
font-size: 1.1em; font-size: 1.1em;
} }

View File

@ -1018,7 +1018,7 @@ span.description,
max-width: 100%; max-width: 100%;
} }
.col-wrap h3 { .col-wrap h2 {
margin: 12px 0; margin: 12px 0;
font-size: 1.1em; font-size: 1.1em;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -422,7 +422,7 @@ if ( !is_null( $tax->labels->popular_items ) ) {
if ( $tag_cloud ) : if ( $tag_cloud ) :
?> ?>
<div class="tagcloud"> <div class="tagcloud">
<h3><?php echo $tax->labels->popular_items; ?></h3> <h2><?php echo $tax->labels->popular_items; ?></h2>
<?php echo $tag_cloud; unset( $tag_cloud ); ?> <?php echo $tag_cloud; unset( $tag_cloud ); ?>
</div> </div>
<?php <?php
@ -475,7 +475,7 @@ if ( current_user_can($tax->cap->edit_terms) ) {
?> ?>
<div class="form-wrap"> <div class="form-wrap">
<h3><?php echo $tax->labels->add_new_item; ?></h3> <h2><?php echo $tax->labels->add_new_item; ?></h2>
<form id="addtag" method="post" action="edit-tags.php" class="validate" <form id="addtag" method="post" action="edit-tags.php" class="validate"
<?php <?php
/** /**

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-33916'; $wp_version = '4.4-alpha-33917';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.