Skip to content

Commit 24fc691

Browse files
committed
dummy checkin for debugging
1 parent 1861721 commit 24fc691

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

css3-values/Overview.src.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,8 @@ <h3>Identifiers</h3>
254254

255255
<h3>Strings</h3>
256256

257-
<p>A <dfn>string</dfn> is a sequence of characters enclosed by double quotes or single quotes. Double quotes cannot occur inside double quotes, unless escaped (as '\"' or as '\22'). Analogously for single quotes ("\'" or "\27").
257+
<p>A <dfn>string</dfn> is a sequence of characters enclosed by double quotes or single quotes. Double quotes cannot occur inside double quotes, unless escaped (as '\"' or as '\22'). Analogously for single quotes ("\'" or "\27").<!--"-->
258258

259-
<div class=example>
260-
<pre>
261-
content: "this is a 'string'";
262-
content: "this is a \"string\"";
263-
content: 'this is a "string"';
264-
content: 'this is a \'string\'';
265-
</pre>
266-
</div>
267259

268260
<p>A string cannot directly contain a <span class="index">newline</span>. To
269261
include a newline in a string, use the escape "\A" (hexadecimal A is the line

0 commit comments

Comments
 (0)