#3876: Dialog elements should use explicit labels instead of implicit labels.
---------------------------+------------------------------------------------
 Reporter:  martinkou      |       Owner:  martinkou     
     Type:  Bug            |      Status:  new           
 Priority:  Normal         |   Milestone:  CKEditor 3.0  
Component:  Accessibility  |     Version:  SVN (CKEditor)
 Keywords:  IBM Confirmed  |  
---------------------------+------------------------------------------------
 Most dialogs elements in CKEditor 3 are using implicit labels at the
 moment. e.g.

 {{{
       <label id="68_uiElement" class="cke_dialog_ui_checkbox">
              <input class="cke_dialog_ui_checkbox_input"
  id="67_uiElement"
  type="checkbox" />
                    Match whole word
        </label>
 }}}

 [http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-associate-labels
 Checkpoint 12.4] of the WCAG 1.0 standard recommends explicit labels to be
 used instead.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3876>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to