This returns incomplete for the `label` element because we try to get the midpoint of the label, which is way outside the text content. ```html <label>Do you like peas? <input name="peas" style="width: 100%"> </label> ```
This returns incomplete for the
labelelement because we try to get the midpoint of the label, which is way outside the text content.