Skip to content

Commit 2f906b4

Browse files
committed
Use tuple notation
1 parent 5b01c96 commit 2f906b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dom.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ NULL, or U+003E (>).
273273
nor <var>prefix</var> is "<code>xmlns</code>", then <a>throw</a> a "{{NamespaceError!!exception}}"
274274
{{DOMException}}.
275275

276-
<li><p>Return <var>namespace</var>, <var>prefix</var>, and <var>localName</var>.
276+
<li><p>Return (<var>namespace</var>, <var>prefix</var>, <var>localName</var>).
277277
</ol>
278278

279279

@@ -5791,7 +5791,7 @@ method steps are:
57915791
<var>namespace</var>, <var>qualifiedName</var>, and <var>options</var>, are as follows:
57925792

57935793
<ol>
5794-
<li><p>Let <var>namespace</var>, <var>prefix</var>, and <var>localName</var> be the result of
5794+
<li><p>Let (<var>namespace</var>, <var>prefix</var>, <var>localName</var>) be the result of
57955795
[=validate and extract|validating and extracting=] <var>namespace</var> and
57965796
<var>qualifiedName</var> given "<code>element</code>".
57975797

@@ -6039,7 +6039,7 @@ steps are:
60396039
method steps are:
60406040

60416041
<ol>
6042-
<li><p>Let <var>namespace</var>, <var>prefix</var>, and <var>localName</var> be the result of
6042+
<li><p>Let (<var>namespace</var>, <var>prefix</var>, <var>localName</var>) be the result of
60436043
[=validate and extract|validating and extracting=] <var>namespace</var> and
60446044
<var>qualifiedName</var> given "<code>attribute</code>".
60456045

@@ -7365,7 +7365,7 @@ method steps are:
73657365
method steps are:
73667366

73677367
<ol>
7368-
<li><p>Let <var>namespace</var>, <var>prefix</var>, and <var>localName</var> be the result of
7368+
<li><p>Let (<var>namespace</var>, <var>prefix</var>, <var>localName</var>) be the result of
73697369
[=validate and extract|validating and extracting=] <var>namespace</var> and
73707370
<var>qualifiedName</var> given "<code>element</code>".
73717371

0 commit comments

Comments
 (0)