Filling in a label's {input,textarea,select} based on proximity or
sibling hierarchy, while possible, is not semantically correct, and
is different than browser / a11y behavior.
This commit changes the behavior of fillForm (implemented in terms of
fillInLabel) to behave properly.
Filling in a
label
's{input,textarea,select}
based on proximity or sibling hierarchy, while possible, is not semantically correct, and is different than browser / a11y behavior.This commit changes the behavior of
fillForm
(implemented in terms offillInLabel
) to behave properly.