Skip to content

Commit 5abb6c6

Browse files
committed
x
1 parent b4f65ce commit 5abb6c6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

css3-values/Overview.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,3 +493,13 @@ <h3 id=strings><span class=secno>4.5 </span>Strings</h3>
493493
quotes, unless escaped (as &lsquo;<code class=css>\"</code>&rsquo; or as
494494
&lsquo;<code class=css>\22</code>&rsquo;). Analogously for single quotes
495495
("\'" or "\27").<!--"-->
496+
497+
<div class=example>
498+
<pre>
499+
content: "this is a &lsquo;<code class=property><a href="#string">string</a></code>&rsquo;";
500+
content: &lsquo;<code class=css>this is a "string"</code>&rsquo;;
501+
content: &lsquo;<code class=css>this is a \</code>&rsquo;string\'';
502+
503+
504+
</pre>
505+
</div>

0 commit comments

Comments
 (0)