diff --git a/dom.bs b/dom.bs index 7aff3e0c9..f48bd1d4e 100644 --- a/dom.bs +++ b/dom.bs @@ -3910,8 +3910,8 @@ for a node root is the localName. -When invoked with the same argument, the same {{HTMLCollection}} -object may be returned as returned by an earlier call. +When invoked with the same argument, and as long as root's node document has not +changed, the same {{HTMLCollection}} object may be returned as returned by an earlier call. The diff --git a/dom.html b/dom.html index 1ceee73fb..0894018df 100644 --- a/dom.html +++ b/dom.html @@ -69,7 +69,7 @@

DOM

-

Living Standard — Last Updated

+

Living Standard — Last Updated

Participate: @@ -2072,7 +2072,8 @@

HTMLCollection rooted at root, whose filter matches descendant elements whose local name is localName. -

When invoked with the same argument, the same HTMLCollection object may be returned as returned by an earlier call.

+

When invoked with the same argument, and as long as root’s node document has not +changed, the same HTMLCollection object may be returned as returned by an earlier call.

The list of elements with namespace namespace and local name localName for a node root is the HTMLCollection returned by the following algorithm:

  1. If namespace is the empty string, set it to null. @@ -5109,8 +5110,8 @@

    queue a mutation observer compound microtask, in §4.3
  2. queue a mutation record, in §4.3.2
  3. quirks mode, in §4.5 -
  4. Range(), in §5.2
  5. Range, in §5.2 +
  6. Range(), in §5.2
  7. range, in §5.2
  8. RangeException, in §8.3
  9. record queue, in §4.3.1