What fresh hell is THIS now? - Patrick Lauke
<a>
tag inside a <label>
tag would cause any accessibility issues?
<a>
is considered phrasing only "if it contains only phrasing content>" - wtf that means :). I'd avoid it.
[schoeyfield] Oh or it could be an LI. Maybe something like
<liclass="checklist__item"> <input class="checklist__checkbox" type="checkbox" id="someID" name="someName"> <label for="someID" class="checklist__label">Some Label</label> Regular LI content here and <a href="#">a link</a> </li>
Now I'm curious what a super accessible to-do list looks like.
outline:0
), or maybe scripting was changing focus onfocus. Focusing the container div will likely break the keyboard interaction for the select.