In wp_comment_reply() change the H5 headings in fieldset legends for better accessibility.

Also, add a "Edit Comment" legend before the Quick Edit form to pair it with "Reply to Comment" and "Add new Comment" and move the Name, Email, and URL fields after the Comment textarea.

Props joedolson, afercia.

Fixes #33757.

git-svn-id: https://develop.svn.wordpress.org/trunk@34743 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2015-10-01 14:51:25 +00:00
parent b61d943435
commit 875ed40ffb
4 changed files with 46 additions and 24 deletions

View File

@@ -24,11 +24,15 @@
}
#save-action .spinner,
#show-comments a,
#show-comments .spinner {
#show-comments a {
float: left;
}
#show-comments .spinner {
float: none;
margin-top: 0;
}
#lost-connection-notice .spinner {
visibility: visible;
float: left;
@@ -247,7 +251,8 @@ ul.category-tabs li,
#normal-sortables .postbox #replyrow .submit {
float: none;
margin: 0;
padding: 0 7px 5px;
padding: 5px 7px 10px;
overflow: hidden;
}
#side-sortables .submitbox .submit input,