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:
Kyo Nagashima
2014-08-27 14:35:05 +09:00
parent a27d1a4e71
commit 49ee3a8b08
3 changed files with 9 additions and 5 deletions

View File

@@ -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 {