I did a double-take when I read this sentence in the accessibility lesson. The <label> element itself is completely above the <input> element as a sibling in the DOM, so I think this edit helps. Alternatively, I think "clicking text inside the label" would clear up my confusion, too.
I did a double-take when I read this sentence in the accessibility lesson. The
<label>
element itself is completely above the<input>
element as a sibling in the DOM, so I think this edit helps. Alternatively, I think "clicking text inside the label" would clear up my confusion, too.