mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
style: Add gecko_pref annotation to the properties.
This commit is contained in:
parent
f4683d1718
commit
187d28c732
16 changed files with 42 additions and 2 deletions
|
@ -41,6 +41,7 @@ ${helpers.single_keyword("text-orientation",
|
|||
// https://drafts.csswg.org/css-color/
|
||||
${helpers.single_keyword("color-adjust",
|
||||
"economy exact", products="gecko",
|
||||
gecko_pref="layout.css.color-adjust.enabled",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-color/#propdef-color-adjust")}
|
||||
|
||||
|
@ -60,6 +61,7 @@ ${helpers.single_keyword("image-rendering",
|
|||
<%helpers:longhand name="image-orientation"
|
||||
products="gecko"
|
||||
animation_value_type="discrete"
|
||||
gecko_pref="layout.css.image-orientation.enabled"
|
||||
spec="https://drafts.csswg.org/css-images/#propdef-image-orientation, \
|
||||
/// additional values in https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation">
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue