garykac/staticrange

Step 2 of the "is valid" algorithm should go away

bzbarsky opened this issue · 1 comments

The step is:

If sr’s startOffset is less than 0 or sr’s endOffset is less than 0,

Offsets are unsigned, so they can't be less than 0.

This issue was moved to w3c/staticrange#4