Skip to content

Commit 600b67c

Browse files
committed
[css-counter-styles] Specify that counter-style-name is a custom-ident.
--HG-- extra : rebase_source : feb2eb7351dc9a3a15786fe792bb066d42f59739
1 parent 42838d8 commit 600b67c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Defining Custom Counter Styles: the ''@counter-style'' rule</h2>
139139

140140
<pre>@counter-style <<counter-style-name>> { <<declaration-list>> }</pre>
141141

142-
where <dfn>&lt;counter-style-name></dfn> must be be a valid <a>identifier</a>.
142+
where <dfn>&lt;counter-style-name></dfn> is a <<custom-ident>>.
143143

144144
If a counter style's name is an <a>ASCII case-insensitive</a> match for "decimal" or "none",
145145
the ''@counter-style'' rule is invalid.

css-counter-styles/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</p>
6060
<h1 class="p-name no-ref" id=title>CSS Counter Styles Level 3</h1>
6161
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
62-
<span class=dt-updated><span class=value-title title=20140327>27 March 2014</span></span></span></h2>
62+
<span class=dt-updated><span class=value-title title=20140329>29 March 2014</span></span></span></h2>
6363
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-counter-styles/>http://dev.w3.org/csswg/css-counter-styles/</a><dt>Latest version:<dd><a href=http://w3.org/TR/css-counter-styles-3/>http://w3.org/TR/css-counter-styles-3/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-counter-styles/>http://dev.w3.org/csswg/css-counter-styles/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/ rel=previous>http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/</a>
6464
<dt>Feedback:</dt>
6565
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-counter-styles%5D%20feedback">www-style@w3.org</a>
@@ -292,7 +292,7 @@ <h2 class="heading settled heading" data-level=3 id=the-counter-style-rule><span
292292
<p> The general form of an <a class=css data-link-type=maybe href=#at-ruledef-counter-style title=@counter-style>@counter-style</a> rule is:
293293

294294
<pre>@counter-style <a class="production css-code" data-link-type=type href=#typedef-counter-style-name title="<counter-style-name>">&lt;counter-style-name&gt;</a> { <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-syntax-3/#typedef-declaration-list title="<declaration-list>">&lt;declaration-list&gt;</a> }</pre>
295-
<p> where <dfn class=css-code data-dfn-type=type data-export="" id=typedef-counter-style-name>&lt;counter-style-name&gt;<a class=self-link href=#typedef-counter-style-name></a></dfn> must be be a valid <a data-link-type=dfn href=http://dev.w3.org/csswg/css-syntax-3/#identifier title=identifier>identifier</a>.
295+
<p> where <dfn class=css-code data-dfn-type=type data-export="" id=typedef-counter-style-name>&lt;counter-style-name&gt;<a class=self-link href=#typedef-counter-style-name></a></dfn> is a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#identifier-value title="<custom-ident>">&lt;custom-ident&gt;</a>.
296296

297297
<p> If a counter style’s name is an <a data-link-type=dfn href=http://dev.w3.org/csswg/css-syntax-3/#ascii-case-insensitive title="ascii case-insensitive">ASCII case-insensitive</a> match for "decimal" or "none",
298298
the <a class=css data-link-type=maybe href=#at-ruledef-counter-style title=@counter-style>@counter-style</a> rule is invalid.

0 commit comments

Comments
 (0)