Ticket #7132 (closed feature: fixed)
Tabs: Deprecate url method; use aria-controls instead of title to specify panels
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.9.0 |
| Component: | ui.tabs | Version: | 1.8.10 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
We will also be keeping the href attribute unmodified and storing the panel id in the aria-controls attribute. The aria-controls attribute will be set for all tabs, regardless of whether they are local or remote. This will remove the need for the url method, which is also being removed. It will be possible to pre-define a value in the aria-controls value for remote tabs, removing the need to specify the location in the title attribute (which is also being removed).
Change History
comment:1 Changed 2 years ago by scott.gonzalez
- Priority changed from minor to blocker
- Status changed from new to open
comment:2 Changed 2 years ago by scott.gonzalez
Partially fixed in 1e2d3145fff7cdeca61e62f95eb1e30c37e664c5.
Note: See
TracTickets for help on using
tickets.

