- From: Paul Adam <paul.adam@deque.com>
- Date: Tue, 24 Nov 2015 11:04:33 -0600
- To: Andrew Kirkpatrick <akirkpat@adobe.com>, Gregg Vanderheiden RTF <gregg@raisingthefloor.org>
- Cc: WCAG <w3c-wai-gl@w3.org>
- Message-Id: <3B20E336-5410-46C0-902E-40244551CB94@deque.com>
Hi Andrew/Gregg, I’m still hoping to get a response to these questions: ------------------------ Hi Gregg, how do you make the relationship between the label and control programmatically determinable? I would think programmatic determination could be created between a label and it’s input via: <label FOR/ID> (explicit labels) <label><input></label> (wrapped labels) <input aria-labelledby=“lbl”><span id=lbl> <input aria-describedby=“lbl”><span id=lbl> I’m not seeing how the title attribute on an input can create a programmatic determinable relationship. Title creates an accessible description or accessible name. <input type=checkbox title=“I agree”><span>I agree</span> I don’t see any programmatic relationship in that code. Thanks! Paul J. Adam Accessibility Evangelist www.deque.com <http://www.deque.com/> > On Nov 19, 2015, at 12:49 PM, Gregg Vanderheiden <gregg@raisingthefloor.org <mailto:gregg@raisingthefloor.org>> wrote: > > correct > the requirement is not that it be programmatically connected — but that the relationship between the label and the control be programmatically determinable if it can be visually determinable (for example). > > g > ------------------------------------- Paul J. Adam Accessibility Evangelist www.deque.com > On Nov 21, 2015, at 1:34 PM, Andrew Kirkpatrick <akirkpat@adobe.com> wrote: > > CALL FOR CONSENSUS – ends Wednesday November 25 at 9am Boston time. > > WCAGers, > > We have discussed the issue raised in GitHub regarding the need for radio button and checkbox labels to be defined so that the labels are clickable (https://github.com/w3c/wcag/issues/122 <https://github.com/w3c/wcag/issues/122>). It seems that we have arrived at a consensus on this issue. > > This was discussed on this thread: https://lists.w3.org/Archives/Public/w3c-wai-gl/2015OctDec/0193.html <https://lists.w3.org/Archives/Public/w3c-wai-gl/2015OctDec/0193.html> > > We believe that the consensus view is reflected in this response: > https://github.com/w3c/wcag/issues/122#issuecomment-158676010 <https://github.com/w3c/wcag/issues/122#issuecomment-158676010> > > If you have new concerns that haven’t been already addressed that should make the WG reconsider this decision, please respond to this call before Wednesday November 25 at 9am Boston time. > > Thanks, > AWK > > Andrew Kirkpatrick > Group Product Manager, Accessibility > Adobe > > akirkpat@adobe.com > http://twitter.com/awkawk > http://blogs.adobe.com/accessibility
Received on Tuesday, 24 November 2015 17:05:06 UTC