Skip to content

Commit 72e67a2

Browse files
committed
[css2] Minor edits.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401278
1 parent 8061954 commit 72e67a2

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

css2/generate.src

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ would allow a user agent to render:</p>
405405
"Quote me!"
406406
</PRE>
407407

408-
<p>While this HTML fragment:
408+
While this HTML fragment:
409409

410410
<PRE class="html-example">
411411
&lt;HTML lang="no"&gt;
@@ -465,7 +465,7 @@ BLOCKQUOTE P:after {content: no-close-quote}
465465
BLOCKQUOTE P.last:after {content: close-quote}
466466
</pre>
467467

468-
<p>This relies on the last paragraph being marked with a class "last",
468+
This relies on the last paragraph being marked with a class "last",
469469
since there are no selectors that can match the last child of an
470470
element.
471471
</div>
@@ -486,7 +486,7 @@ The device of the order of the garter is &#8220;honi soit qui mal y
486486
pense&#8221;
487487
</blockquote>
488488

489-
<p>English inside French:
489+
English inside French:
490490

491491
<blockquote>
492492
Il disait: �&nbsp;Il faut mettre l'action en &#8249;&nbsp;fast
@@ -498,22 +498,22 @@ ensure the right quotes everywhere. Note the use of the ">" to set
498498
quotes on the children of elements with a "lang" attribute.
499499

500500
<pre class="example">
501-
HTML:lang(fr) {quotes: "�" "�" "\2039" "\203A"}
502-
HTML:lang(en) {quotes: "\201C" "\201D" "\2018" "\2019"}
503-
[LANG|=fr] > * {quotes: "�" "�" "\2039" "\203A"}
504-
[LANG|=en} > * {quotes: "\201C" "\201D" "\2018" "\2019"}
501+
HTML:lang(fr) {quotes: "�" "�" "\2039" "\203A"}
502+
HTML:lang(en) {quotes: "\201C" "\201D" "\2018" "\2019"}
503+
[LANG|=fr] > * {quotes: "�" "�" "\2039" "\203A"}
504+
[LANG|=en] > * {quotes: "\201C" "\201D" "\2018" "\2019"}
505505
</pre>
506506

507507
<p>The quotation marks are shown here in a form that most people will
508508
be able to type. If you can type them directly, they will look like
509509
this:
510510

511-
<blockquote class="example">
512-
HTML:lang(fr) {quotes: "�" "�" "&#8249;" "&#8250;"}<br>
513-
HTML:lang(en) {quotes: "&#8220;" "&#8221;" "&#8216;" "&#8217;"}<br>
514-
[LANG|=fr] > * {quotes: "�" "�" "&#8249;" "&#8250;"}<br>
515-
[LANG|=en} > * {quotes: "&#8220;" "&#8221;" "&#8216;" "&#8217;"}
516-
</blockquote>
511+
<pre class="example">
512+
HTML:lang(fr) {quotes: "�" "�" "&#8249;" "&#8250;"}
513+
HTML:lang(en) {quotes: "&#8220;" "&#8221;" "&#8216;" "&#8217;"}
514+
[LANG|=fr] > * {quotes: "�" "�" "&#8249;" "&#8250;"}
515+
[LANG|=en] > * {quotes: "&#8220;" "&#8221;" "&#8216;" "&#8217;"}
516+
</pre>
517517

518518
</div>
519519

0 commit comments

Comments
 (0)