#34265 closed defect (bug) (fixed)
#a11y-headings - the Updates screen
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | normal |
| Severity: | normal | Version: | 4.3 |
| Component: | Administration | Keywords: | has-patch has-screenshots |
| Focuses: | ui, accessibility | Cc: |
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.
10 years ago
#6
@
10 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.


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