#34265 closed defect (bug) (fixed)
#a11y-headings - the Updates screen
| Reported by: | afercia | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Administration | Version: | 4.3 |
| Severity: | normal | Keywords: | has-patch has-screenshots |
| Cc: | Focuses: | ui, accessibility |
Description (last modified by )
In the Updates screen, while the update process is running, some headings appear, one for each updated item:
These headings are currently <h4> so there are two missing levels, however they're inside an iframe which, technically, is a separated document.
Wondering what to do here, would changing them in <h2> be correct?
#a11y-headings
Attachments (2)
Change History (10)
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
11 years ago
#6
@
11 years ago
We've discussed a bit this ticket in our last accessibility team chat on Slack, for a more proper semantic all the updated items should be probably marked up as list items. After all this is a list, even when there's just one update.
By the way there are many things running here: PHP output buffering, error handling, inline JavaScript, etc. I'd be inclined to keep it simple and just change the headings level.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


The attached patch changes these headings in
<h2>, waiting for some feedback tough.