aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-12-19 23:59:00 -0800
committerGitHub <noreply@github.com>2016-12-19 23:59:00 -0800
commitfd5733fc1e5cda952e8d68783d4053fe4ae66eb1 (patch)
tree84a8eb03fb136f47998363589ccff58f854e2074
parente13f0017931e7f87cad13a13e3fe4e9bcbb9c554 (diff)
parent45eea0017104cc6a75bb8af629c8ea9fe06da44a (diff)
downloadservo-fd5733fc1e5cda952e8d68783d4053fe4ae66eb1.tar.gz
servo-fd5733fc1e5cda952e8d68783d4053fe4ae66eb1.zip
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 -->
-rw-r--r--components/style/properties/longhand/list.mako.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/style/properties/longhand/list.mako.rs b/components/style/properties/longhand/list.mako.rs
index d979685101d..b62e7222cb8 100644
--- a/components/style/properties/longhand/list.mako.rs
+++ b/components/style/properties/longhand/list.mako.rs
@@ -17,12 +17,12 @@ ${helpers.single_keyword("list-style-position", "outside inside", animatable=Fal
//
// [1]: http://dev.w3.org/csswg/css-counter-styles/
${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
gujarati gurmukhi kannada khmer lao malayalam mongolian
myanmar oriya persian telugu thai tibetan cjk-earthly-branch
cjk-heavenly-stem lower-greek hiragana hiragana-iroha katakana
- katakana-iroha""",
+ katakana-iroha lower-alpha upper-alpha""",
gecko_constant_prefix="NS_STYLE_LIST_STYLE",
animatable=False)}