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:
parent
acc7f66cf9
commit
9957d43e13
|
@ -1018,7 +1018,7 @@ span.description,
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.col-wrap h3 {
|
||||
.col-wrap h2 {
|
||||
margin: 12px 0;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
|
|
@ -1018,7 +1018,7 @@ span.description,
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.col-wrap h3 {
|
||||
.col-wrap h2 {
|
||||
margin: 12px 0;
|
||||
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
|
@ -422,7 +422,7 @@ if ( !is_null( $tax->labels->popular_items ) ) {
|
|||
if ( $tag_cloud ) :
|
||||
?>
|
||||
<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 ); ?>
|
||||
</div>
|
||||
<?php
|
||||
|
@ -475,7 +475,7 @@ if ( current_user_can($tax->cap->edit_terms) ) {
|
|||
?>
|
||||
|
||||
<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"
|
||||
<?php
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue