mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Follow WD-css-counter-styles-3-20140826
See also: http://www.w3.org/TR/2014/WD-css-counter-styles-3-20140826/
This commit is contained in:
@@ -107,9 +107,9 @@
|
||||
@counter-style counter-style {
|
||||
system: cyclic;
|
||||
negative: symbolic;
|
||||
prefix: numeric;
|
||||
prefix: numbers;
|
||||
suffix: additive;
|
||||
range: override;
|
||||
range: extends;
|
||||
pad: cjk-decimal;
|
||||
fallback: disclosure-open;
|
||||
symbols: disclosure-closed;
|
||||
@@ -119,6 +119,8 @@
|
||||
display: trad-chinese-formal;
|
||||
display: ethiopic-numeric;
|
||||
display: symbols("*" "\2020" "\2021" "\A7");
|
||||
display: bullets;
|
||||
display: words;
|
||||
}
|
||||
|
||||
.display {
|
||||
|
||||
Reference in New Issue
Block a user