Skip to content

Commit 20b68cf

Browse files
committed
x
1 parent c6245fa commit 20b68cf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css3-values/Overview.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,13 @@ <h3 id=strings><span class=secno>4.5 </span>Strings</h3>
494494
&lsquo;<code class=css>\22</code>&rsquo;). Analogously for single quotes
495495
("\'" or "\27").<!--"-->
496496

497+
<div class=example>
498+
<pre>
499+
content: "this is a &lsquo;<code class=property><a href="#string">string</a></code>&rsquo;";
500+
content: "this is a \"string\"";
501+
</pre>
502+
</div>
503+
497504
<p>A string cannot directly contain a <span class=index
498505
id=newline>newline</span>. To include a newline in a string, use the
499506
escape "\A" (hexadecimal A is the line feed character in Unicode (U+000A),

0 commit comments

Comments
 (0)