You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: