@@ -226,18 +226,18 @@ Inheritance and the ''::first-line'' Pseudo-element</h4>
226226 The first line will be styled
227227 by the ‘::first-line’ pseudo-element.
228228 The other lines will be treated
229- as ordinary lines in the paragraph.</P >
229+ as ordinary lines in the paragraph.</p >
230230 </pre>
231231
232232 And in the case of the second rendering:
233233
234234 <pre class="lang-markup">
235- <P ><strong> <p::first-line></strong> This is a somewhat long<strong> </p::first-line></strong> HTML paragraph
235+ <p ><strong> <p::first-line></strong> This is a somewhat long<strong> </p::first-line></strong> HTML paragraph
236236 that will be broken into several lines.
237237 The first line will be styled
238238 by the ‘::first-line’ pseudo-element.
239239 The other lines will be treated
240- as ordinary lines in the paragraph.</P >
240+ as ordinary lines in the paragraph.</p >
241241 </pre>
242242 </div>
243243
@@ -251,24 +251,24 @@ Inheritance and the ''::first-line'' Pseudo-element</h4>
251251 with a <code> span</code> element encompassing the first sentence:
252252
253253 <pre class="lang-markup">
254- <P ><strong> <span></strong> This is a somewhat long HTML paragraph
254+ <p ><strong> <span></strong> This is a somewhat long HTML paragraph
255255 that will be broken into several lines.<strong> </span></strong>
256256 The first line will be styled
257257 by the ‘::first-line’ pseudo-element.
258258 The other lines will be treated
259- as ordinary lines in the paragraph.</P >
259+ as ordinary lines in the paragraph.</p >
260260 </pre>
261261
262262 The effect of the first rendering
263263 would be similar to the following [=fictional tag sequence=] :
264264
265265 <pre class="lang-markup">
266- <P<P ><strong> <p::first-line><span></strong> This is a somewhat long HTML paragraph
267- that<strong> </span></P>< p::first-line><span></strong> will be broken into several lines.<strong> </span></strong>
266+ <p ><strong> <p::first-line><span></strong> This is a somewhat long HTML paragraph
267+ that<strong> </span></p::first-line><span></strong> will be broken into several lines.<strong> </span></strong>
268268 The first line will be styled
269269 by the ‘::first-line’ pseudo-element.
270270 The other lines will be treated
271- as ordinary lines in the paragraph.</P >
271+ as ordinary lines in the paragraph.</p >
272272 </pre>
273273 </div>
274274
0 commit comments