Skip to content

Commit a8a2293

Browse files
author
dauwhe
committed
[css-inline] wordsmithing
1 parent 752d48f commit a8a2293

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css-inline/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,18 +2529,18 @@ An initial letter does not affect the position of its containing element. For
25292529

25302530
<h4 id="short-para-initial-letter">Short paragraphs with initial letters</h4>
25312531

2532-
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.
2532+
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.
25332533

25342534
<figure>
25352535
<img src="initial-letter-short-para.png" alt="short para with initial letter" width="600"/>
2536-
<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>
2536+
<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>
25372537
</figure>
25382538

2539-
If the subsequent paragraph also has an initial letter, then that initial letter must clear the float of the previous initial letter.
2539+
If the subsequent paragraph starts with an initial letter, then it must clear the previous paragraph’s initial letter.
25402540

25412541
<figure>
25422542
<img src="initial-letter-short-para-initial.png" alt="short para with initial letter followed by para with initial" width="600"/>
2543-
<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>
2543+
<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>
25442544
</figure>
25452545

25462546

css-inline/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</p>
6161
<h1 class="p-name no-ref" id=title>CSS Inline Layout Module Level 3</h1>
6262
<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>
6464
<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&amp;product=CSS&amp;component=Linebox&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">CSS3 Line Layout issues in Bugzilla</a></span></dl></div>
6565
<div data-fill-with=warning></div>
6666
<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
25852585

25862586
<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>
25872587

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>
25892589

25902590
<figure>
25912591
<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>
25932593
</figure>
25942594

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>
25962596

25972597
<figure>
25982598
<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>
26002600
</figure>
26012601

26022602

0 commit comments

Comments
 (0)