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

Implements basic form resetting #4133

Merged
merged 12 commits into from Dec 16, 2014
Merged

Implements basic form resetting #4133

merged 12 commits into from Dec 16, 2014

Commits on Dec 16, 2014

  1. Fix crash in textinput

    mttr committed Dec 16, 2014
  2. Implements HTMLInputElement.defaultValue

    ...and changes SetValue to update the input text instead of the content
    attr.
    
    Also includes a comment summarizing everything I currently know with
    respect to an input elements checkedness vs its IDL attributes vs its
    content attributes.
    mttr committed Dec 16, 2014
  3. Implements basic form resetting

    What can this do? Reset `<input type=text>` fields back to their default
    value through a call to a form's reset method. That's all for now!
    
    Fixes compile error after rebase
    mttr committed Dec 16, 2014
  4. Adds reset method to FormControl

    mttr committed Dec 16, 2014
  5. Implements reset button

    mttr committed Dec 16, 2014
  6. htmltextarea: Fixed some value_changed issues

    Also modified tests/html/textarea.html to allow for the testing of the
    textarea's dirty value flag.
    mttr committed Dec 16, 2014
  7. Implements dirty value/checked flags for input

    And modifies test-inputs.html to test.
    
    Fixes wpt breaking mistake
    mttr committed Dec 16, 2014
  8. Implements :indeterminate pseudo-class

    Addresses reviews
    mttr committed Dec 16, 2014
  9. Additional updates for newly passing WPT's

    mttr committed Dec 16, 2014
You can’t perform that action at this time.