mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #14645 - upsuper:gecko-builtin-counter-styles, r=heycam
Move {lower,upper}-alpha to extra_servo_values These two counter styles are supported via @counter-style rules in UA style sheet in Gecko. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14645) <!-- Reviewable:end -->
This commit is contained in:
commit
fd5733fc1e
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@ ${helpers.single_keyword("list-style-position", "outside inside", animatable=Fal
|
||||||
//
|
//
|
||||||
// [1]: http://dev.w3.org/csswg/css-counter-styles/
|
// [1]: http://dev.w3.org/csswg/css-counter-styles/
|
||||||
${helpers.single_keyword("list-style-type", """
|
${helpers.single_keyword("list-style-type", """
|
||||||
disc none circle square decimal lower-alpha upper-alpha disclosure-open disclosure-closed
|
disc none circle square decimal disclosure-open disclosure-closed
|
||||||
""", extra_servo_values="""arabic-indic bengali cambodian cjk-decimal devanagari
|
""", extra_servo_values="""arabic-indic bengali cambodian cjk-decimal devanagari
|
||||||
gujarati gurmukhi kannada khmer lao malayalam mongolian
|
gujarati gurmukhi kannada khmer lao malayalam mongolian
|
||||||
myanmar oriya persian telugu thai tibetan cjk-earthly-branch
|
myanmar oriya persian telugu thai tibetan cjk-earthly-branch
|
||||||
cjk-heavenly-stem lower-greek hiragana hiragana-iroha katakana
|
cjk-heavenly-stem lower-greek hiragana hiragana-iroha katakana
|
||||||
katakana-iroha""",
|
katakana-iroha lower-alpha upper-alpha""",
|
||||||
gecko_constant_prefix="NS_STYLE_LIST_STYLE",
|
gecko_constant_prefix="NS_STYLE_LIST_STYLE",
|
||||||
animatable=False)}
|
animatable=False)}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue