We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6245fa commit 20b68cfCopy full SHA for 20b68cf
1 file changed
css3-values/Overview.html
@@ -494,6 +494,13 @@ <h3 id=strings><span class=secno>4.5 </span>Strings</h3>
494
‘<code class=css>\22</code>’). Analogously for single quotes
495
("\'" or "\27").<!--"-->
496
497
+ <div class=example>
498
+ <pre>
499
+content: "this is a ‘<code class=property><a href="#string">string</a></code>’";
500
+content: "this is a \"string\"";
501
+</pre>
502
+ </div>
503
+
504
<p>A string cannot directly contain a <span class=index
505
id=newline>newline</span>. To include a newline in a string, use the
506
escape "\A" (hexadecimal A is the line feed character in Unicode (U+000A),
0 commit comments