diff --git a/source b/source index e6c462593cb..1c412b1d1e0 100644 --- a/source +++ b/source @@ -57156,11 +57156,26 @@ interface HTMLOptionElement : HTMLElement { null.
Let ancestorOptgroup be null.
For each ancestor of option's ancestors, in reverse tree order:
If ancestor is a datalist, hr, or
+ option element, then return null.
If ancestor is an optgroup element:
If ancestorOptgroup is not null, then return null.
Set ancestorOptgroup to ancestor.
If ancestor is a select, then return
ancestor.