Skip to content

Commit 3fdc9ef

Browse files
committed
[css-values-4][editorial] Don't imply that <string> is only literals. #6506
1 parent 94c5a60 commit 3fdc9ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-values-4/Overview.bs

+4-3
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,10 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
754754
<h3 id="strings">
755755
Quoted Strings: the <<string>> type</h3>
756756

757-
[=Strings=] are denoted by <dfn id="string-value">&lt;string></dfn>
758-
and consist of a sequence of characters delimited by double quotes or
759-
single quotes. They correspond to the <<string-token>> production
757+
[=Strings=] are denoted by <dfn id="string-value">&lt;string></dfn>.
758+
When written literally,
759+
they consist of a sequence of characters delimited by double quotes or single quotes,
760+
corresponding to the <<string-token>> production
760761
in the <a href="https://www.w3.org/TR/css-syntax/">CSS Syntax Module</a> [[!CSS-SYNTAX-3]].
761762

762763
<div class=example>

0 commit comments

Comments
 (0)