[wp-trac] [WordPress Trac] #33557: #a11y-headings - Post Meta Boxes H3 to H2

WordPress Trac noreply at wordpress.org
Sat Sep 5 16:10:42 UTC 2015


#33557: #a11y-headings - Post Meta Boxes H3 to H2
----------------------------+------------------------------
 Reporter:  Cheffheid       |       Owner:  joedolson
     Type:  defect (bug)    |      Status:  accepted
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  4.3
 Severity:  normal          |  Resolution:
 Keywords:                  |     Focuses:  accessibility
----------------------------+------------------------------

Comment (by afercia):

 In `/wp-admin/css/edit.css` I can see:
 {{{
 #poststuff h2 {
         margin-top: 20px;
         font-size: 1.5em;
         margin-bottom: 15px;
         padding: 0 0 3px;
         clear: left;
 }

 #poststuff h3 {
         font-size: 14px;
         padding: 8px 12px;
         margin: 0;
         line-height: 1.4;
 }
 }}}

 not 100% sure but looks like there are no `#poststuff h2` in core anymore.
 It was used in Press This old versions but couldn't find any other use.
 Thoughts? cc @SergeyBiryukov :) First introduced here
 https://core.trac.wordpress.org/changeset/6578

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


More information about the wp-trac mailing list