Opened 6 years ago
Closed 6 years ago
#49838 closed defect (bug) (fixed)
Freedoms page: the headings hierarchy skips one level
| Reported by: | afercia | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.4.1 |
| Component: | Administration | Version: | 5.4 |
| Severity: | normal | Keywords: | has-screenshots has-patch fixed-major |
| Cc: | Focuses: | accessibility, css |
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
@
6 years ago
- Keywords has-patch added
- Milestone Awaiting Review → 5.4.1
- Owner set to
- Status new → assigned
#2
@
6 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
49838.diff tries to adopt the CSS new naming convention specific to the "about.css" file. It introduces a CSS class
has-smaller-headingsto visually render H2 like they were H3. Please do let me know if this approach is OK @melchoyce @ryelle