mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: reindent list-style-type.
This commit is contained in:
parent
6da1b2fff5
commit
1f4b3556e6
1 changed files with 15 additions and 11 deletions
|
@ -17,23 +17,27 @@ ${helpers.single_keyword("list-style-position", "outside inside", animation_valu
|
||||||
//
|
//
|
||||||
// [1]: http://dev.w3.org/csswg/css-counter-styles/
|
// [1]: http://dev.w3.org/csswg/css-counter-styles/
|
||||||
% if product == "servo":
|
% if product == "servo":
|
||||||
${helpers.single_keyword("list-style-type", """
|
${helpers.single_keyword(
|
||||||
disc none circle square decimal disclosure-open disclosure-closed lower-alpha upper-alpha
|
"list-style-type",
|
||||||
|
"""disc none circle square decimal disclosure-open disclosure-closed lower-alpha upper-alpha
|
||||||
arabic-indic bengali cambodian cjk-decimal devanagari gujarati gurmukhi kannada khmer lao
|
arabic-indic bengali cambodian cjk-decimal devanagari gujarati gurmukhi kannada khmer lao
|
||||||
malayalam mongolian myanmar oriya persian telugu thai tibetan cjk-earthly-branch
|
malayalam mongolian myanmar oriya persian telugu thai tibetan cjk-earthly-branch
|
||||||
cjk-heavenly-stem lower-greek hiragana hiragana-iroha katakana katakana-iroha""",
|
cjk-heavenly-stem lower-greek hiragana hiragana-iroha katakana katakana-iroha""",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-type",
|
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-type",
|
||||||
servo_restyle_damage="rebuild_and_reflow")}
|
servo_restyle_damage="rebuild_and_reflow",
|
||||||
|
)}
|
||||||
% else:
|
% else:
|
||||||
${helpers.predefined_type("list-style-type",
|
${helpers.predefined_type(
|
||||||
"ListStyleType",
|
"list-style-type",
|
||||||
"computed::ListStyleType::disc()",
|
"ListStyleType",
|
||||||
initial_specified_value="specified::ListStyleType::disc()",
|
"computed::ListStyleType::disc()",
|
||||||
animation_value_type="discrete",
|
initial_specified_value="specified::ListStyleType::disc()",
|
||||||
boxed=True,
|
animation_value_type="discrete",
|
||||||
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-type",
|
boxed=True,
|
||||||
servo_restyle_damage="rebuild_and_reflow")}
|
spec="https://drafts.csswg.org/css-lists/#propdef-list-style-type",
|
||||||
|
servo_restyle_damage="rebuild_and_reflow",
|
||||||
|
)}
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
${helpers.predefined_type("list-style-image",
|
${helpers.predefined_type("list-style-image",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue