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.

  1. Let ancestorOptgroup be null.

  2. -

    For each ancestor of option's ancestors, +

    For each ancestor of elements's ancestors, in reverse tree order:

      @@ -79215,9 +79215,14 @@ contradict people?
    1. a textarea element that is disabled
    2. -
    3. an optgroup element that has a disabled attribute
    4. +
    5. an optgroup element that has a disabled attribute or whose nearest ancestor select is disabled
    6. -
    7. an option element that is disabled
    8. +
    9. an option element that is disabled + or whose nearest ancestor + select is disabled
    10. a fieldset element that is a disabled fieldset