Skip to content

Commit

Permalink
[css-lists-3] Use comma-separated values in dfn-for (w3c#7081)
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom authored Feb 24, 2022
1 parent 428c56b commit 8137bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-lists-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ Manipulating Counter Values: the 'counter-increment' and 'counter-set' propertie
if there is no counter of the given name on the element yet.
Their values are defined as follows:

<dl dfn-type=value dfn-for="counter-set counter-increment">
<dl dfn-type=value dfn-for="counter-set,counter-increment">
<dt><dfn>none</dfn>
<dd>
This element does not alter the value of any counters.
Expand Down

0 comments on commit 8137bf5

Please sign in to comment.