diff --git a/source b/source index 877761a9424..43502ff896d 100644 --- a/source +++ b/source @@ -56850,27 +56850,6 @@ interface HTMLOptGroupElement : HTMLElement { attribute must be specified if the optgroup has no child legend element.

-
-

The optgroup HTML element removing - steps, given removedNode and oldParent, are:

- -
    -
  1. If oldParent is a select element and removedNode has an - option child, then run oldParent's selectedness setting - algorithm.

  2. -
-
- -
-

The optgroup HTML element moving steps, given movedNode - and oldParent, are:

- -
    -
  1. Run the optgroup HTML element removing steps given - movedNode and oldParent.

  2. -
-
-

To get an optgroup element's label, given an optgroup optgroup: