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:
Emilio Cobos Álvarez 2019-05-16 23:03:27 +00:00
parent 5e4fdf647d
commit 2bc4c42d45
4 changed files with 135 additions and 28 deletions

View file

@ -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)",