mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement CSS Device Adaption § 9 (Viewport <META> element)
Spec: http://dev.w3.org/csswg/css-device-adapt/#viewport-meta
This commit is contained in:
parent
5d04f8dc8e
commit
61f7a0a1ee
3 changed files with 401 additions and 57 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue