mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Make predefined counter style names ASCII-lowercase.
This commit is contained in:
parent
e7a2a98d8a
commit
82c04113d0
3 changed files with 117 additions and 1 deletions
60
components/style/counter_style/predefined.rs
Normal file
60
components/style/counter_style/predefined.rs
Normal file
|
@ -0,0 +1,60 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
predefined! {
|
||||
"decimal-leading-zero",
|
||||
"arabic-indic",
|
||||
"armenian",
|
||||
"upper-armenian",
|
||||
"lower-armenian",
|
||||
"bengali",
|
||||
"cambodian",
|
||||
"khmer",
|
||||
"cjk-decimal",
|
||||
"devanagari",
|
||||
"georgian",
|
||||
"gujarati",
|
||||
"gurmukhi",
|
||||
"hebrew",
|
||||
"kannada",
|
||||
"lao",
|
||||
"malayalam",
|
||||
"mongolian",
|
||||
"myanmar",
|
||||
"oriya",
|
||||
"persian",
|
||||
"lower-roman",
|
||||
"upper-roman",
|
||||
"tamil",
|
||||
"telugu",
|
||||
"thai",
|
||||
"tibetan",
|
||||
"lower-alpha",
|
||||
"lower-latin",
|
||||
"upper-alpha",
|
||||
"upper-latin",
|
||||
"cjk-earthly-branch",
|
||||
"cjk-heavenly-stem",
|
||||
"lower-greek",
|
||||
"hiragana",
|
||||
"hiragana-iroha",
|
||||
"katakana",
|
||||
"katakana-iroha",
|
||||
"disc",
|
||||
"circle",
|
||||
"square",
|
||||
"disclosure-open",
|
||||
"disclosure-closed",
|
||||
"japanese-informal",
|
||||
"japanese-formal",
|
||||
"korean-hangul-formal",
|
||||
"korean-hanja-informal",
|
||||
"korean-hanja-formal",
|
||||
"simp-chinese-informal",
|
||||
"simp-chinese-formal",
|
||||
"trad-chinese-informal",
|
||||
"trad-chinese-formal",
|
||||
"cjk-ideographic",
|
||||
"ethiopic-numeric",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue