Skip to content

Commit e54d7b4

Browse files
committed
Made the additive-glyphs grammar correctly specify a comma-separated list.
1 parent d50ea50 commit e54d7b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-lists/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ <h3 id=counter-style-glyphs><span class=secno>8.7. </span> Marker
22512251
<tr>
22522252
<th>Value:
22532253

2254-
<td>[ &lt;integer> && [ &lt;string> | &lt;image> ] ]+
2254+
<td>[ &lt;integer> && [ &lt;string> | &lt;image> ] ]#
22552255

22562256
<tr>
22572257
<th>Initial:

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ <h3 id='counter-style-glyphs'>
15151515
<td><dfn id="descdef-additive-glyphs">additive-glyphs</dfn>
15161516
<tr>
15171517
<th>Value:
1518-
<td>[ &lt;integer> && [ &lt;string> | &lt;image> ] ]+
1518+
<td>[ &lt;integer> && [ &lt;string> | &lt;image> ] ]#
15191519
<tr>
15201520
<th>Initial:
15211521
<td>N/A

0 commit comments

Comments
 (0)