@@ -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<HTML lang="no">
@@ -465,7 +465,7 @@ BLOCKQUOTE P:after {content: no-close-quote}
465465BLOCKQUOTE 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",
469469since there are no selectors that can match the last child of an
470470element.
471471</div>
@@ -486,7 +486,7 @@ The device of the order of the garter is “honi soit qui mal y
486486pense”
487487</blockquote>
488488
489- <p> English inside French:
489+ English inside French:
490490
491491<blockquote>
492492Il disait: � Il faut mettre l'action en ‹ fast
@@ -498,22 +498,22 @@ ensure the right quotes everywhere. Note the use of the ">" to set
498498quotes 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
508508be able to type. If you can type them directly, they will look like
509509this:
510510
511- <blockquote class="example">
512- HTML:lang(fr) {quotes: "�" "�" "‹" "›"}<br>
513- HTML:lang(en) {quotes: "“" "”" "‘" "’"}<br>
514- [LANG|=fr] > * {quotes: "�" "�" "‹" "›"}<br>
515- [LANG|=en} > * {quotes: "“" "”" "‘" "’"}
516- </blockquote >
511+ <pre class="example">
512+ HTML:lang(fr) {quotes: "�" "�" "‹" "›"}
513+ HTML:lang(en) {quotes: "“" "”" "‘" "’"}
514+ [LANG|=fr] > * {quotes: "�" "�" "‹" "›"}
515+ [LANG|=en] > * {quotes: "“" "”" "‘" "’"}
516+ </pre >
517517
518518</div>
519519
0 commit comments