Skip to content

Commit bfa7065

Browse files
committed
[css-counter-styles] More <custom-ident> stuff.
--HG-- extra : rebase_source : c17e66123ec33ee73e87324e799ef5fe9f06f042
1 parent cf916ba commit bfa7065

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,9 +2027,9 @@ The <code>CSSCounterStyleRule</code> interface</h3>
20272027
<a>Parse a component value</a> from the value.
20282028

20292029
<li>
2030-
If the returned value is an <<ident-token>>,
2031-
and the <<ident-token>>’s representation is not an <a>ASCII case-insensitive</a> match for "decimal" or "none",
2032-
replace the associated rule's name with the <<ident-token>>'s representation.
2030+
If the returned value is an <<custom-ident>>,
2031+
and the <<custom-ident>>’s representation is not an <a>ASCII case-insensitive</a> match for "decimal" or "none",
2032+
replace the associated rule's name with the <<custom-ident>>'s representation.
20332033

20342034
<li>Otherwise, do nothing.
20352035
</ol>

css-counter-styles/Overview.html

Lines changed: 4 additions & 4 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=20140331>31 March 2014</span></span></span></h2>
62+
<span class=dt-updated><span class=value-title title=20140401>1 April 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>
@@ -2047,9 +2047,9 @@ <h3 class="heading settled heading" data-level=9.2 id=the-csscounterstylerule-in
20472047
<a data-link-type=dfn href=http://dev.w3.org/csswg/css-syntax-3/#parse-a-component-value0 title="parse a component value">Parse a component value</a> from the value.
20482048

20492049
<li>
2050-
If the returned value is an <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-syntax-3/#typedef-ident-token title="<ident-token>">&lt;ident-token&gt;</a>,
2051-
and the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-syntax-3/#typedef-ident-token title="<ident-token>">&lt;ident-token&gt;</a>’s representation is not 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",
2052-
replace the associated rule’s name with the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-syntax-3/#typedef-ident-token title="<ident-token>">&lt;ident-token&gt;</a>'s representation.
2050+
If the returned value is an <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>,
2051+
and the <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>’s representation is not 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",
2052+
replace the associated rule’s name with the <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>'s representation.
20532053

20542054
<li>Otherwise, do nothing.
20552055
</ol>

0 commit comments

Comments
 (0)