#43382 closed enhancement (fixed)
Terms list table: the Quick Edit link should be a button
| Reported by: | afercia | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | semantic-buttons has-patch |
| Cc: | Focuses: | ui, accessibility, javascript |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
43382.diff proposes the same changes already introduced for the Posts Quick Edit link in in #38677 / [42725].