Dom icon indicating copy to clipboard operation
Dom copied to clipboard

Test HTMLSelectElement::options when using optgroup

Open g105b opened this issue 2 years ago • 0 comments

Options of a select can be grouped with optgroup. The HTMLSelectElement::length property makes a call to HTMLElement::elements - but this currently only looks at the contained children, not the deeper ancestors, which I believe to be a bug.

g105b avatar May 19 '22 15:05 g105b