[wp-trac] [WordPress Trac] #26601: Inappropriate content in headings on admin screens

WordPress Trac noreply at wordpress.org
Fri Mar 27 13:28:09 UTC 2015


#26601: Inappropriate content in headings on admin screens
-------------------------------------+-------------------------------------
 Reporter:  grahamarmfield           |       Owner:  johnbillion
     Type:  defect (bug)             |      Status:  reviewing
 Priority:  normal                   |   Milestone:  4.2
Component:  Administration           |     Version:  3.8
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-testing  |     Focuses:  accessibility,
  dev-feedback                       |  administration
-------------------------------------+-------------------------------------

Comment (by 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;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/26601#comment:43>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list