servo/components/style/values/specified
Emilio Cobos Álvarez bd314747da
style: Implement the body text color quirk in a more straight-forward way.
This avoids grabbing the document when values that inherit from the body,
whatever that means, aren't under the body.

In that case we'll get a semi-random value, but that's also mishandled by Gecko
anyways (and probably Blink, though haven't tested), and doesn't really make
much sense.
2017-09-16 02:44:56 +02:00
..
align.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
angle.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
background.rs Update cssparser to 0.18 2017-07-24 11:39:12 +02:00
basic_shape.rs Introduce ComputedUrl 2017-08-09 13:55:39 +02:00
border.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
box.rs Use generics for the vertical-align property 2017-08-30 23:01:12 +02:00
calc.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
color.rs style: Implement the body text color quirk in a more straight-forward way. 2017-09-16 02:44:56 +02:00
effects.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
flex.rs Rename LengthOrPercentageOrAutoOrContent to FlexBasis 2017-06-17 13:46:35 +02:00
gecko.rs Thread ParseError return values through CSS parsing. 2017-06-09 16:46:25 -04:00
grid.rs style: Properly use integers on grid properties, and derive ToComputedValue. 2017-09-11 11:29:27 +02:00
image.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
length.rs Auto merge of #18499 - heycam:rule-cache, r=emilio 2017-09-14 04:28:50 -05:00
mod.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
percentage.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
position.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
rect.rs Move specified and computed percentages to submodules 2017-08-14 02:47:43 +02:00
svg.rs style: Remove HasViewportPercentage. 2017-08-29 23:51:21 +02:00
text.rs Use CSSPixelLength in LengthOrPercentage{*}. 2017-09-13 18:10:46 +08:00
time.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
transform.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00