servo/components/style
bors-servo a7743052ca Auto merge of #6185 - luniv:viewport-meta, r=mbrubeck
Implement <meta name=viewport> handling

Translate <meta name=viewport> as according to [CSS Device Adaption § 9](http://dev.w3.org/csswg/css-device-adapt/#viewport-meta)

Note: as the PR currently stands, handling `<meta name=viewport>` elements always occurs. This is probably not desired for some contexts (e.g. desktop), but I'm unsure of how to conditionally handle elements based on that.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6185)
<!-- Reviewable:end -->
2015-09-30 22:49:41 -06:00
..
animation.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
build.rs sort all uses 2015-08-20 20:47:12 +08:00
Cargo.toml Update servo to use published app units crate 2015-10-01 11:45:35 +10:00
custom_properties.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
font_face.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
legacy.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
lib.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
node.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
parser.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
properties.mako.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
stylesheets.rs Enable resetable and String prefs. 2015-09-25 00:58:48 +01:00
values.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
viewport.rs Implement CSS Device Adaption § 9 (Viewport <META> element) 2015-09-30 20:11:39 -07:00

servo-style

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