#51846 closed defect (bug) (fixed)
The "alt" attribute missing on the image tag
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Customize | Keywords: | has-patch commit needs-test-info |
| Focuses: | accessibility, coding-standards | Cc: |
Description
The "alt" attribute missing on the image tag, Which is need as a standard workflow. So I have added the "alt" attribute on the image tag.
Attachments (1)
Change History (12)
#3
@
5 years ago
- Component changed from General to Customize
That image tag is a hidden placeholder in the Customizer preview when no logo is chosen. There is no src attribute for it either.
While the attribute would be unnecessary, I like the idea of adding it anyway.
This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.
5 years ago
#5
@
5 years ago
- Keywords needs-testing added
- Owner set to joedolson
- Status changed from new to assigned
#7
@
5 years ago
- Keywords commit added; needs-testing removed
- Owner changed from joedolson to audrasjb
Just tested the patch: it applies well against trunk, it looks good to me and it doesn't introduces any bad behavior in the customizer. Marking this for commit.
#9
@
5 years ago
Please provide need more information for testers to manually test the patch (including at Test Scrubs):
- What are the steps to reproduce the problem?
- What are the steps to test?
- Are there any testing dependencies such as a plugin or script?
- What is the expected behavior after applying the patch?
Note: See
TracTickets for help on using
tickets.
Added "alt" attribute on the image tag.