Step 2 of the "is valid" algorithm should go away
bzbarsky opened this issue · 1 comments
bzbarsky commented
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.
garykac commented
This issue was moved to w3c/staticrange#4