Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bzbarsky opened this issue Apr 13, 2017 · 1 comment
Closed

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

bzbarsky opened this issue Apr 13, 2017 · 1 comment

Comments

@bzbarsky
Copy link

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
Copy link
Owner

garykac commented Apr 26, 2017

This issue was moved to w3c/staticrange#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants