#8025 closed Bug (fixed)
Check boxes on Find and Replace dialog should be part of a Fieldset
Reported by: | Satya Minnekanti | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.2 |
Component: | Accessibility | Version: | |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
Currently check boxes on Find and replace dialog are not part of a field set.
This is a failure of WCAG 2.0 checkpoint 1.3.1 & u can look info at the following links http://www.w3.org/TR/UNDERSTANDING-WCAG20/content-structure-separation-programmatic.html
[ http://www.w3.org/TR/2010/NOTE-WCAG20-TECHS-20101014/H71]
Find Options is a good candidate for the Legend
we already implemented this for check boxes in Properties tab on Flash Properties dialog.
Attachments (1)
Change History (7)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|
Changed 14 years ago by
Attachment: | 8025.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → review |
comment:4 Changed 13 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7179].
comment:6 Changed 13 years ago by
Milestone: | → CKEditor 3.6.2 |
---|
Just to add some more context...
The checkboxes in the Find/Replace dialogs are visually grouped and logically form a group describig "Find Options" or something similar. This grouping should also be presented to Accessibility Tools. The standard way would be to add a fieldset with a legend around the checkboxes.
As Satya mentioned, we already have a fieldset for flash properties, so this would be a consistent technique.