Skip to content

Commit c717ee4

Browse files
committed
Switched "asterisks" and "footnotes" style to "asterisk" and "footnote".
1 parent adfdf76 commit c717ee4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-lists/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,14 +2123,14 @@ <h3 id='predefined-symbolic'>
21232123
Predefined Symbolic Styles</h3>
21242124

21252125
<pre class=css><code><bdo dir="ltr">
2126-
@counter-style <dfn>asterisks</dfn> {
2126+
@counter-style <dfn>asterisk</dfn> {
21272127
type: symbolic;
21282128
glyphs: '\2A';
21292129
/* '*' */
21302130
suffix: '';
21312131
}
21322132

2133-
@counter-style <dfn>footnotes</dfn> {
2133+
@counter-style <dfn>footnote</dfn> {
21342134
type: symbolic;
21352135
glyphs: '\2A' '\2051' '\2020' '\2021';
21362136
/* '*' '⁑' '†' '‡' */

0 commit comments

Comments
 (0)