Opened 3 weeks ago
Closed 13 days ago
#8275 closed defect (bug) (fixed)
Profile page: The heading hierarchy is incorrect
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Profiles | Keywords: | |
| Cc: |
Description
The plugin titles on the plugin page are currently in h3 tags, but they should be in h4 tags.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Good catch, thanks! Fixed in r24841. The plugin titles under the "Developer" / "Contributor" / "Support Rep" group headings are h4 now. The same flat hierarchy existed in the Favorites tab and the Translation Editor groups, so those item titles were demoted too. The Themes tab keeps h3 titles, since that tab has no group heading above them and h2 → h3 is already correct there.
Props wildworks