File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7650,6 +7650,21 @@ constructor steps are:
7650
7650
<var> init</var> ["{{StaticRangeInit/endOffset}}"] ).
7651
7651
</ol>
7652
7652
7653
+ <p> A {{StaticRange}} is <dfn for=StaticRange export>valid</dfn> if all of the following are true:
7654
+
7655
+ <ul>
7656
+ <li><p> Its <a for=range>start</a> and <a for=range>end</a> are in the same <a>node tree</a> .
7657
+
7658
+ <li><p> Its <a for=range>start offset</a> is between 0 and its <a for=range>start node</a> 's
7659
+ <a>length</a> , inclusive.
7660
+
7661
+ <li><p> Its <a for=range>end offset</a> is between 0 and its <a for=range>end node</a> 's
7662
+ <a>length</a> , inclusive.
7663
+
7664
+ <li><p> Its <a for=range>start</a> is <a for="boundary point">before</a> or
7665
+ <a for="boundary point">equal</a> to its <a for=range>end</a> .
7666
+ </ul>
7667
+
7653
7668
7654
7669
<h3 id=interface-range>Interface {{Range}}</h3>
7655
7670
@@ -10013,6 +10028,7 @@ Chris Paris,
10013
10028
Chris Rebert,
10014
10029
Cyrille Tuzi,
10015
10030
Dan Burzo,
10031
+ Daniel Clark,
10016
10032
Daniel Glazman,
10017
10033
Darin Fisher,
10018
10034
David Bruant,
You can’t perform that action at this time.
0 commit comments