Opened 5 years ago
Closed 5 years ago
#49838 closed defect (bug) (fixed)
Freedoms page: the headings hierarchy skips one level
Reported by: | afercia | Owned by: | afercia |
---|---|---|---|
Milestone: | 5.4.1 | Priority: | normal |
Severity: | normal | Version: | 5.4 |
Component: | Administration | Keywords: | has-screenshots has-patch fixed-major |
Focuses: | accessibility, css | Cc: |
Description
In the Freedoms page wp-admin/freedoms.php
, the headings hierarchy skips one level.
All the h3
headings should be bumped up by one level.
Attachments (5)
Change History (11)
#1
@
5 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 5.4.1
- Owner set to afercia
- Status changed from new to assigned
#2
@
5 years ago
I've attached a screenshot of the patch applied. For curiosity I also added a screenshot of using default h2s, which probably are too big :) So shrinking them down makes sense. I would change the class to be on the headings themselves, since that's what they affect— something like is-smaller-heading
.
Note: See
TracTickets for help on using
tickets.
49838.diff tries to adopt the CSS new naming convention specific to the "about.css" file. It introduces a CSS class
has-smaller-headings
to visually render H2 like they were H3. Please do let me know if this approach is OK @melchoyce @ryelle