mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Use an ArcSlice as the computed value representation of inherited list properties.
This adds a bit of complexity, which I think will pay off in the end. Removals incoming. Differential Revision: https://phabricator.services.mozilla.com/D30544
This commit is contained in:
parent
5e4fdf647d
commit
2bc4c42d45
4 changed files with 135 additions and 28 deletions
|
@ -196,7 +196,6 @@ ${helpers.predefined_type(
|
|||
"MozContextProperties",
|
||||
initial_value=None,
|
||||
vector=True,
|
||||
need_index=True,
|
||||
animation_value_type="none",
|
||||
products="gecko",
|
||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-context-properties)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue