Skip to content

Commit e6577d7

Browse files
annevkfoolip
authored andcommitted
Editorial: pairs are tuples now
1 parent 4d9fcf0 commit e6577d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fullscreen.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ stated otherwise it is unset.
6363
<a>top layer</a> whose <a>fullscreen flag</a> is set, if any, and null otherwise.
6464

6565
<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.
6767

6868
<p>To <dfn>fullscreen an <var>element</var></dfn>, set <var>element</var>'s <a>fullscreen flag</a>
6969
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.
138138
steps:
139139

140140
<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>.
142143

143144
<li><p><a for=set>Empty</a> <var>document</var>'s <a>list of pending fullscreen events</a>.
144145

145146
<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>:
147148

148149
<ol>
149150
<li><p>Let <var>target</var> be <var>element</var> if <var>element</var> is <a>connected</a>

0 commit comments

Comments
 (0)