Skip to content

Commit 81eb5c7

Browse files
committed
[css-inline] machine generated
1 parent fd9495b commit 81eb5c7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-inline/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</p>
6262
<h1 class="p-name no-ref" id=title>CSS Inline Layout Module Level 3</h1>
6363
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
64-
<span class=dt-updated><span class=value-title title=20140522>22 May 2014</span></span></span></h2>
64+
<span class=dt-updated><span class=value-title title=20140613>13 June 2014</span></span></span></h2>
6565
<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>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-inline/>http://dev.w3.org/csswg/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>
6666
<dt>Feedback:</dt>
6767
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-inline%5D%20feedback">www-style@w3.org</a>
@@ -2510,15 +2510,15 @@ <h3 class="heading settled heading" data-level=3.4 id=sizing-drop-initials><span
25102510
</figure>
25112511
<pre>
25122512
p::first-letter {
2513-
initial-letters: 3 2;
2513+
initial-letters: 2 3;
25142514
}
25152515

25162516
</pre>
25172517

25182518
</div>
25192519

25202520

2521-
<p>If the second argument is <span class=css data-link-type=maybe title=1>1</span>, that creates a pure raised initial letter (often called “raised cap” or “stick-up cap.”</p>
2521+
<p>If the first argument is <span class=css data-link-type=maybe title=1>1</span>, that creates a pure raised initial letter (often called “raised cap” or “stick-up cap.”</p>
25222522

25232523

25242524
<div class=example>
@@ -2529,7 +2529,7 @@ <h3 class="heading settled heading" data-level=3.4 id=sizing-drop-initials><span
25292529
</figure>
25302530
<pre>
25312531
p::first-letter {
2532-
initial-letters: 3 1;
2532+
initial-letters: 1 3;
25332533
}
25342534

25352535
</pre>
@@ -2545,13 +2545,13 @@ <h3 class="heading settled heading" data-level=3.5 id=initial-letter-exclusions>
25452545
<p class=caption>Incorrect: three-line initial letter with descender</p>
25462546
</figure>
25472547

2548-
<p>Text should be excluded around the glyph(s) used as initial letters:</p>
2548+
<p>Text should be excluded around the glyph bounding boxes of the initial letters:</p>
25492549

25502550

25512551

25522552
<figure>
25532553
<img alt="3-line drop cap with J, but four-line exclusion" src=Dropcap-J-3line-exclude.png width=480>
2554-
<p class=caption>Correct: text excluded around glyph</p>
2554+
<p class=caption>Correct: text excluded around glyph bounding box</p>
25552555
</figure>
25562556

25572557
<p class=issue id=issue-9cafd3f3><a class=self-link href=#issue-9cafd3f3></a>When the initial letter has a descender, we can say that the other text should be excluded around the em-square. But for characters without descenders, this is undesirable. How do we spec this?</p>

0 commit comments

Comments
 (0)