File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ stated otherwise it is unset.
63
63
<a>top layer</a> whose <a>fullscreen flag</a> is set, if any, and null otherwise.
64
64
65
65
<p> All <a for=/>documents</a> have an associated <dfn>list of pending fullscreen events</dfn> , which
66
- is an <a>ordered set</a> of (<a>string</a> , <a>element</a> ) <a>pairs </a> . It is initially empty.
66
+ is an <a>ordered set</a> of (<a>string</a> , <a>element</a> ) <a>tuples </a> . It is initially empty.
67
67
68
68
<p> To <dfn>fullscreen an <var>element</var></dfn> , set <var> element</var> 's <a>fullscreen flag</a>
69
69
and <a for="top layer">add</a> it to its <a>node document</a> 's <a>top layer</a> .
@@ -138,12 +138,13 @@ security risk, or platform limitation.
138
138
steps:
139
139
140
140
<ol>
141
- <li><p> Let <var> pairs</var> be <var> document</var> 's <a>list of pending fullscreen events</a> .
141
+ <li><p> Let <var> pendingEvents</var> be <var> document</var> 's
142
+ <a>list of pending fullscreen events</a> .
142
143
143
144
<li><p> <a for=set>Empty</a> <var> document</var> 's <a>list of pending fullscreen events</a> .
144
145
145
146
<li>
146
- <p> <a>For each</a> (<var> type</var> , <var> element</var> ) in <var> pairs </var> :
147
+ <p> <a>For each</a> (<var> type</var> , <var> element</var> ) in <var> pendingEvents </var> :
147
148
148
149
<ol>
149
150
<li><p> Let <var> target</var> be <var> element</var> if <var> element</var> is <a>connected</a>
You can’t perform that action at this time.
0 commit comments