[backwardok] I’m looking around the guidelines and I thought I saw somewhere that visual labels were required for form fields, and the closest thing I’ve seen is 3.3.2 (https://www.w3.org/TR/UNDERSTANDING-WCAG20/minimize-error-cues.html), but it doesn’t specify if the label needs to be persistent (doesn’t go away upon data entry)
[backwardok] is this an actual standard that’s part of wcag or is this something that’s just strongly advised? I ask because I’d like to enforce persistent visual labels for form fields, and would like to tie that to an a11y guideline, but I haven’t found that exact wording anywhere
[backwardok] also see in H44 (https://www.w3.org/TR/2016/NOTE-WCAG20-TECHS-20161007/H44): “for Success Criterion 3.3.2, the label element must be visible since it provides assistance to all users who need help understanding the purpose of the field.”
[garcialo]@backwardok WCAG also doesn't specify if color contrast "needs to be persistent." At the very least, it's pretty much implied that in states where users will be interacting with a webpage, the guidelines must be met in order to claim conformance.
[garcialo] ...including after data is entered into an input
[ghanek] Persistent labels are good for those w cognitive concerns (& we who are interrupted often, busy, or easily distracted). I'd tie that to SC 3.3.2, @backwardok
[ghanek] I'll also add to that above group, those of who began a form-based task, and suddenly had to clean up the bio-hazard spill generated by interactions between young humans and pets. (dog emoji) :children_crossing:
[ghanek]@higley In Firefox, my team uses aXe, WAVE, and Ainspector Sidebar. Each have different philosophies driving them, which is a good thing. We also use aXe & WAVE in Chrome.
[dylanb] problem is right now that Mozilla has screwed the pooch and you cannot install aXe for FF directly, you have to download the xpi and then install via about:addons -> settings -> install from file
[dylanb] we are working on porting the new UI from Chrome to FF for FF 57