Re: [whatwg/dom] Add validity criteria for StaticRange (#1009)

@annevk commented on this pull request.



> @@ -7650,6 +7650,21 @@ constructor steps are:
  <var>init</var>["{{StaticRangeInit/endOffset}}"]).
 </ol>
 
+<p>A {{StaticRange}} is <dfn for=StaticRange export>valid</dfn> if and only if all of the following
+conditions are true:

I'd suggest to shorten this to

> if all of the following are true:

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1009#pullrequestreview-741511456

Received on Monday, 30 August 2021 10:42:52 UTC