Skip to content

Commit ff27683

Browse files
committed
Change user-ident to author-ident, since it's the style sheet author, not the UA user, that's identing it...
1 parent 136c47a commit ff27683

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css3-values/Overview.html

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

195195
<li><a href="#identifiers"><span class=secno>3.2. </span> User-defined
196-
Identifiers: the ‘<code class=css>&lt;user-ident&gt;</code>
196+
Identifiers: the ‘<code class=css>&lt;author-ident&gt;</code>
197197
type</a>
198198

199199
<li><a href="#strings"><span class=secno>3.3. </span> Quoted Strings:
@@ -614,11 +614,11 @@ <h4 id=common-keywords><span class=secno>3.1.1. </span> CSS-wide keywords:
614614
rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>
615615

616616
<h3 id=identifiers><span class=secno>3.2. </span> User-defined Identifiers:
617-
the ‘<code class=css>&lt;user-ident&gt;</code>’ type</h3>
617+
the ‘<code class=css>&lt;author-ident&gt;</code>’ type</h3>
618618

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

629629
<p> The <a href="#common-keywords">CSS-wide keywords</a> are not valid <a
630-
href="#identifier-value"><var>&lt;user-ident>s</var></a>.
630+
href="#identifier-value"><var>&lt;author-ident>s</var></a>.
631631

632632
<h3 id=strings><span class=secno>3.3. </span> Quoted Strings: the ‘<code
633633
class=css>&lt;string&gt;</code>’ type</h3>
@@ -2170,6 +2170,10 @@ <h2 class=no-num id=index>Index</h2>
21702170

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

2173+
<li><a href="#identifier-value"><var>&lt;author-ident></var></a>, <a
2174+
href="#identifier-value"
2175+
title="&lt;author-ident>"><strong>3.2.</strong></a>
2176+
21732177
<li>authoring tool, <a href="#authoring-tool"
21742178
title="authoring tool"><strong>9.2.</strong></a>
21752179

@@ -2287,10 +2291,6 @@ <h2 class=no-num id=index>Index</h2>
22872291
<li><a href="#url-value"><var>&lt;url></var></a>, <a href="#url-value"
22882292
title="&lt;url>"><strong>3.4.</strong></a>
22892293

2290-
<li><a href="#identifier-value"><var>&lt;user-ident></var></a>, <a
2291-
href="#identifier-value"
2292-
title="&lt;user-ident>"><strong>3.2.</strong></a>
2293-
22942294
<li>vh, <a href="#vh-unit" title=vh><strong>5.1.2.</strong></a>
22952295

22962296
<li>vmin, <a href="#vmin-unit" title=vmin><strong>5.1.2.</strong></a>

css3-values/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,11 @@ <h4 id="common-keywords">
307307
is designated as the property's initial value. [[CSS3CASCADE]]
308308

309309
<h3 id="identifiers">
310-
User-defined Identifiers: the ''&lt;user-ident&gt;'' type</h3>
310+
User-defined Identifiers: the ''&lt;author-ident&gt;'' type</h3>
311311

312312
<p>Some properties accept arbitrary user-defined identifiers as a
313313
component value. This generic data type is denoted by
314-
<dfn id="identifier-value"><var>&lt;user-ident></var></dfn>,
314+
<dfn id="identifier-value"><var>&lt;author-ident></var></dfn>,
315315
and represents any valid CSS <i>identifier</i> that does not
316316
otherwise appear as a pre-defined keyword in that property's value
317317
definition.
@@ -320,7 +320,7 @@ <h3 id="identifiers">
320320
user-defined identifiers).
321321

322322
<p>
323-
The <a href='#common-keywords'>CSS-wide keywords</a> are not valid <var>&lt;user-ident>s</var>.
323+
The <a href='#common-keywords'>CSS-wide keywords</a> are not valid <var>&lt;author-ident>s</var>.
324324

325325
<h3 id="strings">
326326
Quoted Strings: the ''&lt;string&gt;'' type</h3>

0 commit comments

Comments
 (0)