Changes between Initial Version and Version 1 of Ticket #33361, comment 1
- Timestamp:
- 09/05/2015 04:14:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33361, comment 1
initial v1 1 1 [https://core.trac.wordpress.org/attachment/ticket/33361/33361.01.patch 33361.01.patch] suggests the following changes: 2 2 * 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. 4 4 * Moves the `hndle` class off of the `span` in the "Status" metabox and on to the `h3` 5 5 * The second screenshot shows off the results, which looks more inline with other metabox header areas IMO