Opened 9 years ago
Closed 9 years ago
#34763 closed defect (bug) (fixed)
Updates screen iframes need a title attribute
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Administration | Keywords: | has-patch |
Focuses: | accessibility | Cc: |
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.
9 years ago
#4
@
9 years ago
- Milestone changed from Awaiting Review to 4.5
- Owner set to afercia
- Status changed from new to assigned
- Version changed from 4.3 to 4.4
Quickly discussed with the accessibility team and agreed to use the string Update progress
.
Note: See
TracTickets for help on using
tickets.
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.Side note: the iframe
height="170px"
attribute value shouldn't have a unit measure.