Opened 9 years ago
Closed 9 years ago
#32227 closed defect (bug) (fixed)
Customizer: remove Header Image button should be a button
Reported by: | afercia | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Customize | Keywords: | has-patch |
Focuses: | ui, accessibility | Cc: |
Description
For semantics and keyboard accessibility, UI controls should use elements that have native support for keyboard interaction. In this case, a simple <button>
with a proper screen-reader-text
text will make this control usable and accessible.
About styling, see related #31325.
Attachments (2)
Change History (7)
This ticket was mentioned in Slack in #core by ocean90. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by rdall. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
In the proposed patch:
About the styling part, we should wait for #31325