diff --git a/source b/source index 640465da59f..6dc9d19de2d 100644 --- a/source +++ b/source @@ -20833,8 +20833,12 @@ interface HTMLHeadingElement : HTMLElement { and has a headingreset attribute, then return offset.

-
  • Set inclusiveAncestor to the parent node of inclusiveAncestor - within the flat tree.

  • +
  • If inclusiveAncestor's parent is a shadow root, then set + inclusiveAncestor to that shadow root's host and continue.

  • + +
  • Set inclusiveAncestor to inclusiveAncestor's parent + element.