mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement constraining as per DEVICE-ADAPT § 6
Spec: http://dev.w3.org/csswg/css-device-adapt/#constraining
This commit is contained in:
parent
3b14c07051
commit
8977316d3e
4 changed files with 280 additions and 0 deletions
|
@ -34,6 +34,7 @@ extern crate selectors;
|
|||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
extern crate num;
|
||||
extern crate util;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue