servo/components/style_traits
Emilio Cobos Álvarez d02c5b0281
style: Don't incorrectly clamp values in calc that might not be only lengths.
Expressions with percentages may be negative or positive at computed value time.

So, we can only clamp lengths at computed value time, which is what the other
browsers do.
2016-09-01 23:39:40 -07:00
..
Cargo.toml style: Don't incorrectly clamp values in calc that might not be only lengths. 2016-09-01 23:39:40 -07:00
cursor.rs Change style_traits to a single "servo" Cargo feature 2016-06-22 15:48:52 +02:00
lib.rs style: Don't incorrectly clamp values in calc that might not be only lengths. 2016-09-01 23:39:40 -07:00
values.rs style: Don't incorrectly clamp values in calc that might not be only lengths. 2016-09-01 23:39:40 -07:00
viewport.rs Update to euclid 0.8 2016-08-12 03:12:06 +02:00