Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHTML 5 form validation #10108
HTML 5 form validation #10108
Conversation
highfive
commented
Mar 21, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @Ms2ger (or someone else) soon. |
highfive
commented
Mar 21, 2016
|
Two issues that are being caught by TravisCI for us - be sure to run
|
|
Great work! There are some more changes we can make to increase the clarity of the new code, but this is looking good! Reviewed 1 of 2 files at r1, 1 of 6 files at r2, 13 of 13 files at r4. components/script/dom/element.rs, line 1918 [r4] (raw file): components/script/dom/element.rs, line 1928 [r4] (raw file): components/script/dom/element.rs, line 1932 [r4] (raw file): components/script/dom/element.rs, line 1949 [r4] (raw file): components/script/dom/htmlinputelement.rs, line 939 [r4] (raw file): components/script/dom/validation.rs, line 6 [r4] (raw file): components/script/dom/validitystate.rs, line 14 [r4] (raw file): components/script/dom/validitystate.rs, line 33 [r4] (raw file): components/script/dom/validitystate.rs, line 55 [r4] (raw file): components/script/dom/validitystate.rs, line 60 [r4] (raw file): etc. for the remainder of the method comments here. Comments from the review on Reviewable.io |
|
@bors-servo: try |
HTML 5 form validation Implemented the stub methods for HTML5 Form validations. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10108) <!-- Reviewable:end -->
|
|
742aaaf
to
13fac5d
|
@jdm Tried squashing the commits into a single one, it shows some code which does not belong to From Validation feature. Not sure how to get rid of it! |
|
@srm912 It looks like it worked fine to me! |
|
@bors-servo: r+ |
|
|
HTML 5 form validation Implemented the stub methods for HTML5 Form validations. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10108) <!-- Reviewable:end -->
|
|
|
Ah, my mistake. It appears there were rebasing errors that undid recent changes in htmlinputelement.rs and htmllabelelement.rs. Those will need to be undone in order for the changes to merge. |
8c5785a
to
7fdf055
|
Rebased in #10169. Thanks! |
Implement initial pieces of form validation. Rebase of #10108. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10169) <!-- Reviewable:end -->
tyagiarpit commentedMar 21, 2016
Implemented the stub methods for HTML5 Form validations.
This change is