@@ -4902,23 +4902,39 @@ the interface <var>node</var> <a>implements</a>:
4902
4902
4903
4903
<dl class=switch>
4904
4904
<dt> {{Element}}
4905
- <dd><p> Return the result of <a>locating a namespace prefix</a> for it using <var> namespace</var> .
4905
+ <dd><p> Return the result of <a>locating a namespace prefix</a> for <a>this</a> using
4906
+ <var> namespace</var> .
4906
4907
4907
4908
<dt> {{Document}}
4908
- <dd><p> Return the result of <a>locating a namespace prefix</a> for its <a>document element</a> ,
4909
- if its <a>document element</a> is non-null; otherwise null.
4909
+ <dd>
4910
+ <ol>
4911
+ <li><p> If <a>this</a> 's <a>document element</a> is null, then return null.
4912
+
4913
+ <li><p> Return the result of <a>locating a namespace prefix</a> for <a>this</a> 's
4914
+ <a>document element</a> using <var> namespace</var> .
4915
+ </ol>
4910
4916
4911
4917
<dt> {{DocumentType}}
4912
4918
<dt> {{DocumentFragment}}
4913
4919
<dd><p> Return null.
4914
4920
4915
4921
<dt> {{Attr}}
4916
- <dd><p> Return the result of <a>locating a namespace prefix</a> for its <a for=Attr>element</a> ,
4917
- if its <a for=Attr>element</a> is non-null; otherwise null.
4922
+ <dd>
4923
+ <ol>
4924
+ <li><p> If <a>this</a> 's <a for=Attr>element</a> is null, then return null.
4925
+
4926
+ <li><p> Return the result of <a>locating a namespace prefix</a> for <a>this</a> 's
4927
+ <a for=Attr>element</a> using <var> namespace</var> .
4928
+ </ol>
4918
4929
4919
4930
<dt> Otherwise
4920
- <dd><p> Return the result of <a>locating a namespace prefix</a> for its <a>parent element</a> , if
4921
- its <a>parent element</a> is non-null; otherwise null.
4931
+ <dd>
4932
+ <ol>
4933
+ <li><p> If <a>this</a> 's <a>parent element</a> is null, then return null.
4934
+
4935
+ <li><p> Return the result of <a>locating a namespace prefix</a> for <a>this</a> 's
4936
+ <a>parent element</a> using <var> namespace</var> .
4937
+ </ol>
4922
4938
</dl>
4923
4939
</ol>
4924
4940
@@ -10358,6 +10374,7 @@ Cyrille Tuzi,
10358
10374
Dan Burzo,
10359
10375
Daniel Clark,
10360
10376
Daniel Glazman,
10377
+ Darien Maillet Valentine<!-- bhathos; GitHub -->,
10361
10378
Darin Fisher,
10362
10379
David Bruant,
10363
10380
David Flanagan,
@@ -10436,7 +10453,7 @@ Manish Tripathi,
10436
10453
Marcos Caceres,
10437
10454
Mark Miller,
10438
10455
Martijn van der Ven,
10439
- Mason Freed, <!-- mfreed7; GitHub -->
10456
+ Mason Freed<!-- mfreed7; GitHub -->,
10440
10457
Mats Palmgren,
10441
10458
Mounir Lamouri,
10442
10459
Michael Stramel,
@@ -10493,7 +10510,7 @@ Tobie Langel,
10493
10510
Tom Pixley,
10494
10511
Travis Leithead,
10495
10512
Trevor Rowbotham,
10496
- <i> triple-underscore</i> <!--GitHub-->,
10513
+ <i> triple-underscore</i> <!-- GitHub -->,
10497
10514
Tristan Fraipont,
10498
10515
Veli Şenol,
10499
10516
Vidur Apparao,
0 commit comments