We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfdf76 commit c717ee4Copy full SHA for c717ee4
1 file changed
css3-lists/Overview.src.html
@@ -2123,14 +2123,14 @@ <h3 id='predefined-symbolic'>
2123
Predefined Symbolic Styles</h3>
2124
2125
<pre class=css><code><bdo dir="ltr">
2126
-@counter-style <dfn>asterisks</dfn> {
+@counter-style <dfn>asterisk</dfn> {
2127
type: symbolic;
2128
glyphs: '\2A';
2129
/* '*' */
2130
suffix: '';
2131
}
2132
2133
-@counter-style <dfn>footnotes</dfn> {
+@counter-style <dfn>footnote</dfn> {
2134
2135
glyphs: '\2A' '\2051' '\2020' '\2021';
2136
/* '*' '⁑' '†' '‡' */
0 commit comments