We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31491a8 commit bd473dfCopy full SHA for bd473df
1 file changed
css-lists-3/Overview.bs
@@ -901,7 +901,7 @@ Manipulating Counter Values: the 'counter-increment' and 'counter-set' propertie
901
h1::before {
902
content: "Chapter " counter(chapter) ". ";
903
counter-increment: chapter; /* Add 1 to chapter */
904
- counter-reset: section; /* Set section to 0 */
+ counter-set: section; /* Set section to 0 */
905
}
906
h2::before {
907
content: counter(chapter) "." counter(section) " ";
0 commit comments