Skip to content

Commit 06276c6

Browse files
committed
[css-counter-styles-3] Remove issue about the grammar for @counter-style, because it's not necessary to be technically correct right now. I'll fix it properly once we get Syntax.
--HG-- extra : rebase_source : b1ede64af1e179873cadbe68720e1c127a470d71
1 parent b5c7945 commit 06276c6

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

css-counter-styles-3/Overview.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -452,11 +452,6 @@ <h2 id=the-counter-style-rule><span class=secno>3. </span> Defining Custom
452452
}
453453
</pre>
454454

455-
<p class=issue> This isn't strictly correct. For example, multiple
456-
semicolons in a row are valid. This should be done with some productions
457-
from the Syntax spec, so I can just say <code>&lt;declaration-list></code>
458-
or something.
459-
460455
<p> The <a
461456
href="#speak-as-counter-style"><i>&lt;counter-style-name></i></a> must be
462457
be a valid identifier and must not be ‘<a href="#decimal"><code

css-counter-styles-3/Overview.src.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ <h2 id='the-counter-style-rule'>
182182
}
183183
</pre>
184184

185-
<p class='issue'>
186-
This isn't strictly correct.
187-
For example, multiple semicolons in a row are valid.
188-
This should be done with some productions from the Syntax spec,
189-
so I can just say <code>&lt;declaration-list></code> or something.
190-
191185
<p>
192186
The <i>&lt;counter-style-name></i> must be be a valid identifier
193187
and must not be ''decimal'' or ''none'',

0 commit comments

Comments
 (0)