Implement CSS Device Adaption § 9 (Viewport <META> element)

Spec: http://dev.w3.org/csswg/css-device-adapt/#viewport-meta
This commit is contained in:
James Gilbertson 2015-05-21 01:08:37 -06:00 committed by Jamie Gilbertson
parent 5d04f8dc8e
commit 61f7a0a1ee
3 changed files with 401 additions and 57 deletions

View file

@ -3,6 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(plugin)]
#![cfg_attr(test, feature(core_intrinsics))]
#![plugin(string_cache_plugin)]
extern crate app_units;