File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,15 @@ its <a>node document</a>'s <a>top layer</a>.
97
97
<li><p> <a>Exit fullscreen</a> <var> document</var> .
98
98
</ol>
99
99
100
- <p> Whenever the <a>removing steps</a> run with an <var> oldNode </var> , run these steps:
100
+ <p> Whenever the <a>removing steps</a> run with a <var> removedNode </var> , run these steps:
101
101
102
102
<ol>
103
- <li><p> Let <var> nodes</var> be <var> oldNode</var> 's <a>shadow-including inclusive descendants</a>
104
- that have their <a>fullscreen flag</a> set, in <a>shadow-including tree order</a> .
103
+ <li><p> Let <var> nodes</var> be <var> removedNode</var> 's
104
+ <a>shadow-including inclusive descendants</a> that have their <a>fullscreen flag</a> set, in
105
+ <a>shadow-including tree order</a> .
105
106
106
107
<li>
107
- <p> <a>For each</a> <var> node</var> in <var> nodes</var> , run these substeps :
108
+ <p> <a>For each</a> <var> node</var> in <var> nodes</var> :
108
109
109
110
<ol>
110
111
<li><p> If <var> node</var> is its <a>node document</a> 's <a>fullscreen element</a> ,
You can’t perform that action at this time.
0 commit comments