mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Make vertical writing mode (left/right) in text-emphasis-position optional
Differential Revision: https://phabricator.services.mozilla.com/D158399
This commit is contained in:
parent
d4742aefb9
commit
4dd841a036
4 changed files with 16 additions and 12 deletions
|
@ -221,9 +221,9 @@ ${helpers.predefined_type(
|
|||
${helpers.predefined_type(
|
||||
"text-emphasis-position",
|
||||
"TextEmphasisPosition",
|
||||
"computed::TextEmphasisPosition::DEFAULT",
|
||||
"computed::TextEmphasisPosition::OVER",
|
||||
engines="gecko",
|
||||
initial_specified_value="specified::TextEmphasisPosition::DEFAULT",
|
||||
initial_specified_value="specified::TextEmphasisPosition::OVER",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-text-decor/#propdef-text-emphasis-position",
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue