Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33361, comment 1


Ignore:
Timestamp:
09/05/2015 04:14:07 AM (10 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33361, comment 1

    initial v1  
    11[https://core.trac.wordpress.org/attachment/ticket/33361/33361.01.patch 33361.01.patch] suggests the following changes:
    22* Add a proper `h3` for the "Author" metabox
    3 * Add `screen-reader-text` class to `fieldset` tag in "Author" metabox to hide it. This is a compromise to avoid rewriting this metabox or introducing new CSS for hiding fieldset legends.
     3* Add `screen-reader-text` class to `legend` tag in "Author" metabox to hide it. This is a compromise to avoid rewriting this metabox or introducing new CSS for hiding fieldset legends.
    44* Moves the `hndle` class off of the `span` in the "Status" metabox and on to the `h3`
    55* The second screenshot shows off the results, which looks more inline with other metabox header areas IMO