We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c5a60 commit 3fdc9efCopy full SHA for 3fdc9ef
css-values-4/Overview.bs
@@ -754,9 +754,10 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
754
<h3 id="strings">
755
Quoted Strings: the <<string>> type</h3>
756
757
- [=Strings=] are denoted by <dfn id="string-value"><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
+ [=Strings=] are denoted by <dfn id="string-value"><string></dfn>.
+ When written literally,
+ they consist of a sequence of characters delimited by double quotes or single quotes,
760
+ corresponding to the <<string-token>> production
761
in the <a href="https://www.w3.org/TR/css-syntax/">CSS Syntax Module</a> [[!CSS-SYNTAX-3]].
762
763
<div class=example>
0 commit comments