Skip to content

Commit 6b0bb04

Browse files
committed
Add 'default' to list of excluded keywords for <custom-ident>. <http://lists.w3.org/Archives/Public/www-style/2012May/0311.html>
1 parent 85a2750 commit 6b0bb04

4 files changed

Lines changed: 49 additions & 23 deletions

File tree

css3-values/Overview.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
194194
</ul>
195195

196196
<li><a href="#identifiers"><span class=secno>3.2. </span> User-defined
197-
Identifiers: the ‘<code class=css>&lt;author-ident></code>
197+
Identifiers: the ‘<code class=css>&lt;custom-ident></code>
198198
type</a>
199199

200200
<li><a href="#strings"><span class=secno>3.3. </span> Quoted Strings:
@@ -621,11 +621,11 @@ <h4 id=common-keywords><span class=secno>3.1.1. </span> CSS-wide keywords:
621621

622622
<h3 id=identifiers><span class=secno>3.2. </span> User-defined Identifiers:
623623
the ‘<a href="#identifier-value"><code
624-
class=css>&lt;author-ident></code></a>’ type</h3>
624+
class=css>&lt;custom-ident></code></a>’ type</h3>
625625

626-
<p>Some properties accept arbitrary user-defined identifiers as a component
627-
value. This generic data type is denoted by <dfn
628-
id=identifier-value><var>&lt;author-ident></var></dfn>, and represents any
626+
<p>Some properties accept arbitrary author-defined identifiers as a
627+
component value. This generic data type is denoted by <dfn
628+
id=identifier-value><var>&lt;custom-ident></var></dfn>, and represents any
629629
valid CSS <a href="#identifier"><i>identifier</i></a> that does not
630630
otherwise appear as a pre-defined keyword in that property's value
631631
definition. Such identifiers are fully case-sensitive, even in the ASCII
@@ -634,7 +634,9 @@ <h3 id=identifiers><span class=secno>3.2. </span> User-defined Identifiers:
634634
identifiers).
635635

636636
<p> The <a href="#common-keywords">CSS-wide keywords</a> are not valid <a
637-
href="#identifier-value"><var>&lt;author-ident>s</var></a>.
637+
href="#identifier-value"><var>&lt;custom-ident>s</var></a>. The ‘<code
638+
class=css>default</code>’ keyword is reserved and is also not a valid <a
639+
href="#identifier-value"><var>&lt;custom-ident>s</var></a>.
638640

639641
<h3 id=strings><span class=secno>3.3. </span> Quoted Strings: the ‘<a
640642
href="#string-value"><code class=css>&lt;string></code></a>’ type</h3>
@@ -2301,10 +2303,6 @@ <h2 class=no-num id=index>Index</h2>
23012303

23022304
<li>attr(), <a href="#attr" title="attr()"><strong>8.3.</strong></a>
23032305

2304-
<li><a href="#identifier-value"><var>&lt;author-ident></var></a>, <a
2305-
href="#identifier-value"
2306-
title="&lt;author-ident>"><strong>3.2.</strong></a>
2307-
23082306
<li>authoring tool, <a href="#authoring-tool"
23092307
title="authoring tool"><strong>9.2.</strong></a>
23102308

@@ -2315,6 +2313,10 @@ <h2 class=no-num id=index>Index</h2>
23152313
<li><a href="#color-value"><var>&lt;color></var></a>, <a
23162314
href="#color-value" title="&lt;color>"><strong>7.1.</strong></a>
23172315

2316+
<li><a href="#identifier-value"><var>&lt;custom-ident></var></a>, <a
2317+
href="#identifier-value"
2318+
title="&lt;custom-ident>"><strong>3.2.</strong></a>
2319+
23182320
<li>deg, <a href="#deg" title=deg><strong>6.1.</strong></a>
23192321

23202322
<li>dimension, <a href="#dimension"

css3-values/Overview.src.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -308,20 +308,21 @@ <h4 id="common-keywords">
308308
is designated as the property's initial value. [[CSS3CASCADE]]
309309

310310
<h3 id="identifiers">
311-
User-defined Identifiers: the ''&lt;author-ident>'' type</h3>
312-
313-
<p>Some properties accept arbitrary user-defined identifiers as a
314-
component value. This generic data type is denoted by
315-
<dfn id="identifier-value"><var>&lt;author-ident></var></dfn>,
316-
and represents any valid CSS <i>identifier</i> that does not
317-
otherwise appear as a pre-defined keyword in that property's value
318-
definition.
319-
Such identifiers are fully case-sensitive, even in the ASCII range
320-
(e.g. ''example'' and ''EXAMPLE'' are two different, unrelated
321-
user-defined identifiers).
311+
User-defined Identifiers: the ''&lt;custom-ident>'' type</h3>
312+
313+
<p>Some properties accept arbitrary author-defined identifiers as a
314+
component value. This generic data type is denoted by
315+
<dfn id="identifier-value"><var>&lt;custom-ident></var></dfn>,
316+
and represents any valid CSS <i>identifier</i> that does not
317+
otherwise appear as a pre-defined keyword in that property's value
318+
definition.
319+
Such identifiers are fully case-sensitive, even in the ASCII range
320+
(e.g. ''example'' and ''EXAMPLE'' are two different, unrelated
321+
user-defined identifiers).
322322

323323
<p>
324-
The <a href='#common-keywords'>CSS-wide keywords</a> are not valid <var>&lt;author-ident>s</var>.
324+
The <a href='#common-keywords'>CSS-wide keywords</a> are not valid <var>&lt;custom-ident>s</var>.
325+
The ''default'' keyword is reserved and is also not a valid <var>&lt;custom-ident>s</var>.
325326

326327
<h3 id="strings">
327328
Quoted Strings: the ''&lt;string>'' type</h3>

css3-values/issues-lc-2012.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,18 @@ <h1>CSS Values and Units Level 3 Disposition of Comments</h1>
280280
Comment: http://lists.w3.org/Archives/Public/www-style/2012May/1198.html
281281
Closed: Accepted
282282
</pre>
283+
<pre class="a" id="issue-33">
284+
Issue 33.
285+
Summary: default keyword should be excluded form &lt;custom-ident>
286+
From: John Daggett
287+
Comment: http://lists.w3.org/Archives/Public/www-style/2012May/0311.html
288+
Closed: Accepted
289+
</pre>
290+
<pre class="a" id="issue-34">
291+
Issue 34.
292+
Summary: &tl;identifier> is confusing, call it something else
293+
From: John Daggett
294+
Comment: http://www.w3.org/mid/94875180.4363765.1336548244121.JavaMail.root@mozilla.com
295+
Response: http://www.w3.org/mid/CAAWBYDD1PWEAwYw2v15URdhcpE8JcMcneSNxedseZdV13CQUiA@mail.gmail.com
296+
Closed: Accepted
297+
</pre>

css3-values/issues-lc-2012.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Response: [none required]
188188
Closed: Deferred
189189
----
190190
Issue 28.
191-
Summary: Define normalization handling of <author-ident>
191+
Summary: Define normalization handling of <custom-ident>
192192
From: fantasai
193193
Comment: http://lists.w3.org/Archives/Public/www-style/2012May/0026.html
194194
Response: http://lists.w3.org/Archives/Public/www-style/2012Jun/0680.html
@@ -218,3 +218,11 @@ From: Benjamin Lord
218218
Comment: http://lists.w3.org/Archives/Public/www-style/2012May/1198.html
219219
Closed: Accepted
220220
----
221+
Issue 33.
222+
Summary: default keyword should be excluded form <custom-ident>
223+
From: John Daggett
224+
Comment: http://lists.w3.org/Archives/Public/www-style/2012May/0311.html
225+
Closed: Accepted
226+
----
227+
Issue 34.
228+
Summary:

0 commit comments

Comments
 (0)