Skip to content

Commit 9d268dd

Browse files
committed
Move the definition of <ident> to V&U.
1 parent 3711546 commit 9d268dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-values/Overview.bs

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

353-
An <dfn>identifier</dfn> is a sequence of characters conforming to the <<ident-token>> grammar. [[!CSS3SYN]]
353+
<dfn export lt="identifier|ident">Identifiers</dfn> are denoted by <dfn>&lt;ident></dfn>
354+
and consist of a sequence of characters conforming to the <<ident-token>> grammar. [[!CSS3SYN]]
354355
Identifiers cannot be quoted;
355356
otherwise they would be interpreted as strings.
356357

mediaqueries/Overview.bs

-1
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,6 @@ Syntax</h2>
707707
</pre>
708708

709709
The <<media-type>> production does not include the keywords ''only'', ''not'', ''and'', and ''or''.
710-
An <dfn>&lt;ident></dfn> is an <a>identifier</a>.
711710

712711
No whitespace is allowed between the “<” or “>” <<delim-token>>s and the following “=” <<delim-token>>,
713712
if it's present.

0 commit comments

Comments
 (0)