diff --git a/dom.bs b/dom.bs index dd41c0418..d809e06fd 100644 --- a/dom.bs +++ b/dom.bs @@ -7650,6 +7650,21 @@ constructor steps are: init["{{StaticRangeInit/endOffset}}"]). +
A {{StaticRange}} is valid if all of the following are true: + +
Its start offset is between 0 and its start node's + length, inclusive. + +
Its end offset is between 0 and its end node's + length, inclusive. + +