Opened 15 years ago
Closed 15 years ago
#3980 closed Bug (fixed)
Use <label> for all labels in dialogs
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | Accessibility | Version: | SVN (CKEditor) - OLD |
Keywords: | IBM Confirmed | Cc: | Damian |
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 (4)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.2 |
---|
comment:2 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by
Depends on #4981, changes are committed with [4920] on aria branch.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [5092] in 3.2.x branch.
Confirmed, beside semantic advantages, label usage is a key to introduce dialog fields to ATs on old browsers.