|
60 | 60 | </p> |
61 | 61 | <h1 class="p-name no-ref" id=title>CSS Inline Layout Module Level 3</h1> |
62 | 62 | <h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft, |
63 | | - <span class=dt-updated><span class=value-title title=20141028>28 October 2014</span></span></span></h2> |
| 63 | + <span class=dt-updated><span class=value-title title=20141029>29 October 2014</span></span></span></h2> |
64 | 64 | <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-inline/>http://dev.w3.org/csswg/css-inline/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-inline/>http://www.w3.org/TR/css-inline/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2002/WD-css3-linebox-20020515/ rel=previous>http://www.w3.org/TR/2002/WD-css3-linebox-20020515/</a><dt>Feedback:<dd><span><a href="mailto:www-style@w3.org?subject=[css-inline] feedback">www-style@w3.org</a> with subject line “<kbd>[css-inline] <var>… message topic …</var></kbd>” (<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)</span><dt>Editors:<dd><div class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:dauwhe@gmail.com>Dave Cramer</a> (<span class="p-org org">Hachette Livre</span>)</div><dd><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://fantasai.inkedblade.net/contact>Elika J. Etemad</a> (<span class="p-org org">Invited Expert</span>)</div><dd><div class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:szilles@adobe.com>Steve Zilles</a> (<span class="p-org org">Adobe</span>)</div><dt>Issues list:<dd><span><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Linebox&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">CSS3 Line Layout issues in Bugzilla</a></span></dl></div> |
65 | 65 | <div data-fill-with=warning></div> |
66 | 66 | <p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2014 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply. |
@@ -2585,18 +2585,18 @@ <h4 class="heading settled" data-level=3.7.1 id=raised-sunken-caps><span class=s |
2585 | 2585 |
|
2586 | 2586 | <h4 class="heading settled" data-level=3.7.2 id=short-para-initial-letter><span class=secno>3.7.2. </span><span class=content>Short paragraphs with initial letters</span><a class=self-link href=#short-para-initial-letter></a></h4> |
2587 | 2587 |
|
2588 | | -<p>A paragraph with an initial letter may have fewer lines of text than the initial letter occupies. The initial letter acts as if it is a float, and the subsequent para may wrap around it.</p> |
| 2588 | +<p>A paragraph with an initial letter may have fewer lines of text than the initial letter occupies. The initial letter acts as if it is a float, and the subsequent para must wrap around it.</p> |
2589 | 2589 |
|
2590 | 2590 | <figure> |
2591 | 2591 | <img alt="short para with initial letter" src=initial-letter-short-para.png width=600> |
2592 | | -<p class=caption>The red text is a short paragraph with an initial letter. Note the subsequent paragraph wraps around the initial letter as if it were a float.</p> |
| 2592 | +<p class=caption>The red text is a short paragraph with an initial letter. Note the subsequent paragraph wraps around the initial letter just as text in the paragraph with the initial letter does.</p> |
2593 | 2593 | </figure> |
2594 | 2594 |
|
2595 | | -<p>If the subsequent paragraph also has an initial letter, then that initial letter must clear the float of the previous initial letter.</p> |
| 2595 | +<p>If the subsequent paragraph starts with an initial letter, then it must clear the previous paragraph’s initial letter.</p> |
2596 | 2596 |
|
2597 | 2597 | <figure> |
2598 | 2598 | <img alt="short para with initial letter followed by para with initial" src=initial-letter-short-para-initial.png width=600> |
2599 | | -<p class=caption>The red text is a short paragraph with an initial letter. If the subsequent paragraph also has an initial letter, its initial letter clears as if it was a float, too.</p> |
| 2599 | +<p class=caption>The red text is a short paragraph with an initial letter. The subsequent paragraph clears because it also has an initial letter.</p> |
2600 | 2600 | </figure> |
2601 | 2601 |
|
2602 | 2602 |
|
|
0 commit comments