Ticket #3980 (closed Bug: fixed)
Use <label> for all labels in dialogs
| Reported by: | fredck | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.2 |
| Component: | Accessibility | Version: | SVN (CKEditor) - OLD |
| Keywords: | IBM Confirmed | Cc: | damo |
Description
There are some labels in the dialogs that are being defined with <span> or <div> tags. We should instead use the proper <label> element for them.
Change History
comment:2 Changed 3 years ago by garry.yao
- Owner set to garry.yao
- Status changed from new to assigned
Confirmed, beside semantic advantages, label usage is a key to introduce dialog fields to ATs on old browsers.
comment:3 Changed 3 years ago by garry.yao
Depends on #4981, changes are committed with [4920] on aria branch.
Note: See
TracTickets for help on using
tickets.
