[wp-trac] [WordPress Trac] #26601: Inappropriate content in headings on admin screens
WordPress Trac
noreply at wordpress.org
Sun Jun 28 16:11:04 UTC 2015
#26601: Inappropriate content in headings on admin screens
------------------------------+--------------------------------------------
Reporter: grahamarmfield | Owner: joedolson
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 4.3
Component: Administration | Version: 3.8
Severity: normal | Resolution:
Keywords: has-patch needs- | Focuses: accessibility, administration
refresh |
------------------------------+--------------------------------------------
Comment (by trishasalas):
Replying to [comment:43 afercia]:
> Just noticed one thing to take into consideration, using `position:
relative` on the `<header>` or any other block element may "cover" the
Screen Options and Help tabs, making very difficult to click them also
when they're open, see screenshot:
>
> [[Image(https://cldup.com/cor-Ei8TwH.png)]]
>
> {{{
> .wrap > header {
> display: block;
> padding: 9px 0 4px 0;
> position: relative;
> }
> }}}
@afercia, thanks for that observation! I went with a div as opposed to the
`<header>` but in it’s current unstyled state it overlaps the ‘Screen
Options’ tab in the same way. Adding display ‘inline’ remedies the
situation but I’d like a sanity check that I won't be breaking anything
further down the road ;)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26601#comment:64>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list