You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-values/Overview.src.html
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -254,16 +254,8 @@ <h3>Identifiers</h3>
254
254
255
255
<h3>Strings</h3>
256
256
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").<!--"-->
258
258
259
-
<divclass=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>
267
259
268
260
<p>A string cannot directly contain a <spanclass="index">newline</span>. To
269
261
include a newline in a string, use the escape "\A" (hexadecimal A is the line
0 commit comments