diff --git a/css-lists-3/Overview.bs b/css-lists-3/Overview.bs index 51066033559..f8cb06723c1 100644 --- a/css-lists-3/Overview.bs +++ b/css-lists-3/Overview.bs @@ -1041,8 +1041,8 @@ Outputting Counters: the ''counter()'' and ''counters()'' functions but can be used by an author anywhere that accepts a <>. Their syntax is:
-		counter()  =  counter( <>, [ <> | none ]? )
-		counters() = counters( <>, <>, [ <> | none ]? )
+		counter()  =  counter( <>, [ <> | none ]? )
+		counters() = counters( <>, <>, [ <> | none ]? )
 	
For both functions, the first argument represents the name of a counter, @@ -1221,7 +1221,7 @@ Outputting Counters: the ''counter()'' and ''counters()'' functions but this is a *little bit* clumsy, and doesn't work for siblings.) - Suggestion is to add a counter-value(<>) function, + Suggestion is to add a counter-value(<>) function, which returns the value of the named counter as an integer, rather than returning a string.