#51846 closed defect (bug) (fixed)
The "alt" attribute missing on the image tag
Reported by: | Laxman Prajapati | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch commit needs-testing-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 (11)
#3
@
4 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.
4 years ago
#5
@
4 years ago
- Keywords needs-testing added
- Owner set to joedolson
- Status changed from new to assigned
#7
@
4 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
@
4 years ago
Scheduling this ticket for Testing Scrub, but need more information for the testers to QA it:
- What are the steps to reproduce the problem?
- Are there any testing dependencies such as a plugin or script?
- What is the expected behavior after applying the patch?
Version 0, edited 4 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Added "alt" attribute on the image tag.