servo/components/style
bors-servo 5951056973 auto merge of #4133 : mttr/servo/form_resetting, r=jdm
We can reset `<input type=text>` fields! I wish I could've done something with checkboxes, but unfortunately, that's it for now.

In addition to that, this PR implements `HTMLInputAttribute.defaultValue`, updates wpt-test to expect passing tests as a result of that implementation, and fixes an index error crash with text inputs.

edit: also includes an html example where one may lazily watch form resets in action: ` tests/html/form_reset_handsfree.html`
2014-12-16 15:03:49 -07:00
..
properties style: Address review comments relating to bgcolor and column spans 2014-12-15 18:09:44 -08:00
.gitignore Cargoify servo 2014-09-08 20:21:42 -06:00
Cargo.toml script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -07:00
errors.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
font_face.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
legacy.rs Makes layout respect <textarea> rows attribute 2014-12-16 11:02:01 -08:00
lib.rs Makes layout respect <textarea> rows attribute 2014-12-16 11:02:01 -08:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs style: Address review comments relating to bgcolor and column spans 2014-12-15 18:09:44 -08:00
namespaces.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
node.rs Implements :indeterminate pseudo-class 2014-12-16 11:34:04 -08:00
parsing_utils.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs Implements :indeterminate pseudo-class 2014-12-16 11:34:04 -08:00
selectors.rs Implements :indeterminate pseudo-class 2014-12-16 11:34:04 -08:00
stylesheets.rs style: Address review comments relating to bgcolor and column spans 2014-12-15 18:09:44 -08:00

servo-style

Style system for Servo, using rust-cssparser for parsing.