diff --git a/fullscreen.bs b/fullscreen.bs index 5661cdf..71814a2 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -114,6 +114,9 @@ these steps:
  1. Let document be removedNode's node document. +

  2. If document's state-preserving atomic move in progress is + true, then return.

  3. +
  4. Let nodes be removedNode's shadow-including inclusive descendants that have their fullscreen flag set, in shadow-including tree order.