Ticket #3451 (closed enhancement: fixed)
ARIA work requires unique id for dialog title node.
| Reported by: | davidb | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | major | Milestone: | 1.7 |
| Component: | ui.dialog | Version: | 1.6rc1 |
| Keywords: | Cc: | michelled | |
| Blocking: | Blocked by: |
Description
We need to put an ARIA relation on the uiDialog node. This ARIA relation, aria-labelledby requires a value of 1 or more node ids. This allows the browser to build an accessible name for uiDialog from the nodes referred to by aria-labelledby. e.g. <div class="ui-dialog" role="dialog" labelledby="ui-dialog-title-unique-id"...
In discussing this with Scott we decided that a unique id needs to be generated for the title element of a jquery dialog.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


