Opened 11 years ago
Closed 11 years ago
#34763 closed defect (bug) (fixed)
Updates screen iframes need a title attribute
| Reported by: | afercia | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | Administration | Version: | 4.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | accessibility |
Description
When updating plugins or themes, the updates screen uses some iframes to display the update progress and for accessibility iframes need a title attribute to describe their contents.
Attachments (3)
Change History (11)
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
11 years ago
#4
@
11 years ago
- Milestone Awaiting Review → 4.5
- Owner set to
- Status new → assigned
- Version 4.3 → 4.4
Quickly discussed with the accessibility team and agreed to use the string Update progress.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The proposed patch adds a title attribute to the relevant iframes. For now, it uses
Updating...because it's an already existing translatable string. Wondering if should be something more descriptive or if it's better to keep it simple. Any thoughts more than welcome.Site note: the iframe
height="170px"attribute value shouldn't have a unit measure.