Skip to content

Commit 163206f

Browse files
committed
[css-syntax] Move code example to its own line.
1 parent 22e1e28 commit 163206f

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

css-syntax/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140127>27 January 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140201>1 February 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-syntax-3/>http://www.w3.org/TR/css-syntax-3/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/</a><dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/</a>
5959
<dt>Feedback:</dt>
6060
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -520,8 +520,9 @@ <h3 class="heading settled heading" data-level=3.2 id=input-byte-stream><span cl
520520

521521
<p> If neither of these options are available,
522522
authors should begin the stylesheet with a UTF-8 BOM
523-
or the exact characters <code>@charset "utf-8";</code>.
524-
</div>
523+
or the exact characters
524+
525+
<pre>@charset "utf-8";</pre> </div>
525526

526527
<h3 class="heading settled heading" data-level=3.3 id=environment-encoding><span class=secno>3.3 </span><span class=content>
527528
Environment encoding</span><a class=self-link href=#environment-encoding></a></h3>

css-syntax/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,9 @@ <h3 id="input-byte-stream">
358358

359359
If neither of these options are available,
360360
authors should begin the stylesheet with a UTF-8 BOM
361-
or the exact characters <code>@charset "utf-8";</code>.
361+
or the exact characters
362+
363+
<pre>@charset "utf-8";</pre>
362364
</div>
363365

364366
<h3 id="environment-encoding">

0 commit comments

Comments
 (0)