mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
style: Share computed and specified value representation of -moz-context-properties.
Differential Revision: https://phabricator.services.mozilla.com/D30545
This commit is contained in:
parent
2bc4c42d45
commit
bbc77e3977
6 changed files with 89 additions and 70 deletions
|
@ -194,10 +194,8 @@ ${helpers.predefined_type(
|
|||
${helpers.predefined_type(
|
||||
"-moz-context-properties",
|
||||
"MozContextProperties",
|
||||
initial_value=None,
|
||||
vector=True,
|
||||
animation_value_type="none",
|
||||
"computed::MozContextProperties::default()",
|
||||
products="gecko",
|
||||
animation_value_type="none",
|
||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-context-properties)",
|
||||
allow_empty=True,
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue