mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
html form validation initial steps with test html file, added stub methods, added code to handle validations
This commit is contained in:
parent
e4fcc066d1
commit
2a40877851
9 changed files with 124 additions and 15 deletions
1
components/script/dom/htmltextareaelement.rs
Normal file → Executable file
1
components/script/dom/htmltextareaelement.rs
Normal file → Executable file
|
@ -406,4 +406,5 @@ impl VirtualMethods for HTMLTextAreaElement {
|
|||
|
||||
impl FormControl for HTMLTextAreaElement {}
|
||||
|
||||
|
||||
impl Validatable for HTMLTextAreaElement {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue