This document:Public document·View comments·Disposition of Comments·
Nearby:Accessibility Guidelines Working Group Other specs in this tool Accessibility Guidelines Working Group's Issue tracker
Quick access to LC-2912 LC-2916 LC-2917 LC-2918 LC-2919 LC-2920 LC-2939 LC-2950 LC-2951 LC-2952 LC-2953 LC-2954 LC-2955 LC-2956 LC-2957 LC-2958 LC-2959 LC-2960 LC-2961 LC-2963
Previous: LC-2953 Next: LC-2963
https://github.com/w3c/wcag/pull/40 F68 is applicable for controls that use visible labels. Applicability HTML and XHTML controls that use visible labels F68: Failure of Success Criterion 1.3.1 and 4.1.2 due to the association of label and user interface controls not being programmatically determined http://www.w3.org/WAI/GL/2014/WD-WCAG20-TECHS-20140724/F68.html Thus we should remove unrelated example, related techniques and check conditions. Example 3 is the same example of H65 which is a technique for controls that cannot use visible labels. So this pull request removed Example 3. H65: Using the title attribute to identify form controls when the label element cannot be used http://www.w3.org/WAI/GL/2014/WD-WCAG20-TECHS-20140724/H65.html The aria-label and title are techniques for controls that cannot use visible labels. Thus this pull request removed related techniques and check conditions. As the aria-labelledby can be used for controls that use visible labels such as controls in the data table, this pull request doesn't modify that. Additional changes are Updated first sentence of test procedures to match notes of description (applicable input type is not limited to radio, checkbox, text, file or password) Replaced "input element" to "control element" in test procedure to match "For all input elements ... and all textarea and select elements" Make sure that ids in aria-labelledby are ids of the text label element instead of the control control