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
implement range input sanitization #19761
Changes from all commits
File filter...
Jump to…
| "testharness" | ||
| ], | ||
| "html/semantics/forms/the-input-element/range.html": [ | ||
| "dd51c517a149c51e939a30dcad5e93f196e35cff", | ||
| "e992526fb5f117456a870e52c84eab5a7f4b14ab", | ||
| "testharness" | ||
| ], | ||
| "html/semantics/forms/the-input-element/required_attribute.html": [ |
| @@ -9,6 +9,6 @@ | ||
| [range input value equals 100] | ||
| expected: FAIL | ||
|
|
||
| [range input value equals 2] | ||
| [range input value set to an integer] | ||
tigercosmos
Author
Collaborator
|
||
| expected: FAIL | ||
|
|
||
Please add a spec link for this.