Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

8025.patch (3.5 KB) - added by Sa'ar Zac Elias 13 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 13 years ago by Damian

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.

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed

Changed 13 years ago by Sa'ar Zac Elias

Attachment: 8025.patch added

comment:3 Changed 13 years ago by Sa'ar Zac Elias

Owner: set to Sa'ar Zac Elias
Status: confirmedreview

comment:4 Changed 13 years ago by Garry Yao

Status: reviewreview_passed

comment:5 Changed 13 years ago by Sa'ar Zac Elias

Resolution: fixed
Status: review_passedclosed

Fixed with [7179].

comment:6 Changed 13 years ago by Wiktor Walc

Milestone: CKEditor 3.6.2
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy