#43382 closed enhancement (fixed)
Terms list table: the Quick Edit link should be a button
Reported by: | afercia | Owned by: | afercia |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | semantic-buttons has-patch |
Focuses: | ui, accessibility, javascript | Cc: |
Description
As done for the Posts list in #38677, the Quick Edit link should be a button. Currently, it uses a JS-generated role="button"
attribute, but marking it up directly as button is preferable.
Also, it would benefit from an aria-expanded
attribute to communicate to assistive technologies the expanded / collapsed status of the Quick Edit form. This would bring it in parity with what has been done for the Posts list Quick Edit in #38677 / [42725].
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
43382.diff proposes the same changes already introduced for the Posts Quick Edit link in in #38677 / [42725].