Label accessibility tools bug

by Jimmy Mabey

HTML

<label for="input">Label</label>
<input id="input">

<label for="select">Select</label>
<select id="select">
<option>1</option>
</select>