diff --git a/source b/source index 9f6bfcc10b4..4653ab1b6cd 100644 --- a/source +++ b/source @@ -57526,15 +57526,15 @@ interface HTMLOptionElement : HTMLElement {
To get the option element nearest ancestor select given an
- option option, run these steps. They return a select or
- null.
To get the nearest ancestor
+ select given an Element element, run these steps. They
+ return a select or null.
Let ancestorOptgroup be null.
For each ancestor of option's ancestors, +
For each ancestor of elements's ancestors, in reverse tree order:
textarea element that is disabledoptgroup element that has a disabled attributeoptgroup element that has a disabled attribute or whose nearest ancestor select is disabledoption element that is disabledoption element that is disabled
+ or whose nearest ancestor
+ select is disabledfieldset element that is a disabled fieldset