fune/servo/components/style/values/generics
Boris Chiou a1909a88ff Bug 1246764 - Part 2: Define path() for clip-path. r=emilio
For now, |clip-path: path()| is chrome-only, and not for shape-outside,
so we only implement the parser for clip-path. Besides, I didn't put
path() in BasicShape because path() doesn't use the reference box to
resolve the percentage or keywords (i.e. SVG path only accept floating
point or integer number as the css pixel value). Therefore, I add it into
ShapeSource, instead of BasicShape.

Differential Revision: https://phabricator.services.mozilla.com/D3633
2018-08-24 11:37:53 -07:00
..
background.rs Bug 1462829: Refactor vector types. r=hiro,xidorn 2018-05-21 12:07:28 +02:00
basic_shape.rs Bug 1246764 - Part 2: Define path() for clip-path. r=emilio 2018-08-24 11:37:53 -07:00
border.rs Bug 1457635: Move represents_keyword to the css attributes. r=xidorn 2018-04-30 05:10:37 +02:00
box.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
color.rs Bug 1467622 - P4: Correct background/foreground ratio mixing. r=xidorn 2018-07-03 14:15:06 +10:00
column.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
counters.rs No bug - Remove stray newline. r=me 2018-06-30 17:19:50 +02:00
effects.rs Bug 1461288: Distinguish between specified and computed URLs. r=xidorn 2018-05-14 12:29:40 +02:00
flex.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
font.rs No bug - Import style changes from Servo PR #20506. r=me 2018-05-21 11:59:40 +02:00
gecko.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
grid.rs Bug 1434130 part 11 - Add some attributes for SpecifiedValueInfo to help deriving more from types. r=emilio 2018-04-29 09:03:31 +10:00
image.rs No bug - Fix tidy issues and Servo build, and fix unit test bustage. r=me 2018-04-29 05:20:27 +02:00
mod.rs Bug 1465307 - P3: Extract {animated,computed}::Color common parts. r=xidorn 2018-06-05 11:49:51 +10:00
position.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
rect.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
size.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
svg.rs Bug 1462829: Refactor vector types. r=hiro,xidorn 2018-05-21 12:07:28 +02:00
text.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00
transform.rs Bug 1467277 - Avoid getting zero normalized vector of rotate3d for animations. r=hiro 2018-07-05 15:41:23 -07:00
ui.rs Bug 1460456 part 2 - Rename CaretColor to ColorOrAuto for reusing. r=heycam 2018-05-10 09:56:10 +10:00
url.rs Bug 1455576 part 2 - Add a ValueInfo trait for exposing types needed by devtools. r=emilio 2018-04-26 09:01:02 +10:00