mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
style: Make text-orientation, unicode-bidi, contain and will-change non-animatable.
Per recent CSSWG resolutions: https://github.com/w3c/csswg-drafts/issues/2737 https://github.com/w3c/csswg-drafts/issues/2751 Differential Revision: https://phabricator.services.mozilla.com/D3888
This commit is contained in:
parent
e338bd3add
commit
a2d6566d0b
3 changed files with 19 additions and 18 deletions
|
@ -40,15 +40,12 @@ ${helpers.single_keyword(
|
|||
servo_restyle_damage="rebuild_and_reflow",
|
||||
)}
|
||||
|
||||
// TODO(emilio): Should text-orientation be non-animatable? It affects the
|
||||
// WritingMode value, but not the logical -> physical mapping of properties,
|
||||
// which is the reason direction / writing-mode are non-animatable.
|
||||
${helpers.single_keyword(
|
||||
"text-orientation",
|
||||
"mixed upright sideways",
|
||||
extra_gecko_aliases="sideways-right=sideways",
|
||||
products="gecko",
|
||||
animation_value_type="discrete",
|
||||
animation_value_type="none",
|
||||
spec="https://drafts.csswg.org/css-writing-modes/#propdef-text-orientation",
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue