Skip to content

Commit ae3f844

Browse files
committed
[css-values-4] Export 'css identifier' as a term.
1 parent c73948d commit ae3f844

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

css-values-3/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ Property value examples</h3>
351351
<h2 id="textual-values">
352352
Textual Data Types</h2>
353353

354-
<dfn export lt="identifier|ident">Identifiers</dfn>, generically denoted by <dfn>&lt;ident></dfn>,
354+
<dfn export lt="CSS identifier | CSS ident | identifier | ident">Identifiers</dfn>,
355+
generically denoted by <dfn>&lt;ident></dfn>,
355356
consist of a sequence of characters conforming to the <<ident-token>> grammar. [[!CSS3SYN]]
356357
Identifiers cannot be quoted;
357358
otherwise they would be interpreted as strings.
@@ -371,7 +372,7 @@ Pre-defined Keywords</h3>
371372

372373
In the value definition fields,
373374
keywords with a pre-defined meaning appear literally.
374-
Keywords are CSS <a>identifiers</a>
375+
Keywords are <a>CSS identifiers</a>
375376
and are interpreted <a lt="ASCII case-insensitive">ASCII case-insensitively</a>
376377
(i.e., [a-z] and \[A-Z] are equivalent).
377378

css-values-4/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,8 @@ Combining Values: Interpolation, Addition, and Accumulation</h2>
437437
<h2 id="textual-values">
438438
Textual Data Types</h2>
439439

440-
<dfn export lt="identifier|ident">Identifiers</dfn>, generically denoted by <dfn>&lt;ident></dfn>,
440+
<dfn export lt="CSS identifier | CSS ident | identifier | ident">Identifiers</dfn>,
441+
generically denoted by <dfn>&lt;ident></dfn>,
441442
consist of a sequence of characters conforming to the <<ident-token>> grammar. [[!CSS3SYN]]
442443
Identifiers cannot be quoted;
443444
otherwise they would be interpreted as strings.
@@ -457,7 +458,7 @@ Pre-defined Keywords</h3>
457458

458459
In the value definition fields,
459460
keywords with a pre-defined meaning appear literally.
460-
Keywords are CSS <a>identifiers</a>
461+
Keywords are <a>CSS identifiers</a>
461462
and are interpreted <a lt="ASCII case-insensitive">ASCII case-insensitively</a>
462463
(i.e., [a-z] and \[A-Z] are equivalent).
463464

0 commit comments

Comments
 (0)