servo/components/style/values/specified
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
..
basic_shape.rs Change parsing behavior and implement to_computed_value function 2016-08-27 22:56:46 +03:00
mod.rs style: Don't incorrectly clamp values in calc that might not be only lengths. 2016-09-01 23:39:40 -07:00
position.rs Change parsing behavior and implement to_computed_value function 2016-08-27 22:56:46 +03:00