Skip to content

Commit

Permalink
State-preserving atomic move integration
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Sep 29, 2024
1 parent e0d7472 commit e2db3f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ these steps:
<ol>
<li><p>Let <var>document</var> be <var>removedNode</var>'s <a>node document</a>.

<li><p>If <var>document</var>'s <a for=Document>state-preserving atomic move in progress</a> is
true, then return.</p></li>

<li><p>Let <var>nodes</var> be <var>removedNode</var>'s
<a>shadow-including inclusive descendants</a> that have their <a>fullscreen flag</a> set, in
<a>shadow-including tree order</a>.
Expand Down

0 comments on commit e2db3f0

Please sign in to comment.