Skip to content

Commit bdb25f7

Browse files
author
dauwhe
committed
[css-inline] add remark clarifying meaning of '1'
1 parent 2e311f6 commit bdb25f7

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

css-inline/Overview.bs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,10 +2406,6 @@ Some styles of drop initials do not align with the first line of text. For examp
24062406

24072407

24082408

2409-
2410-
2411-
2412-
24132409
<div class="example">
24142410

24152411
<figure>
@@ -2427,7 +2423,7 @@ p::first-letter {
24272423
</div>
24282424

24292425

2430-
If the second argument is ''1'', that creates a pure raised initial letter (often called “raised cap” or “stick-up cap.”
2426+
If the second argument is ''1'', that creates a pure raised initial letter (often called “raised cap” or “stick-up cap.” It “sinks” to the first text baseline.
24312427

24322428

24332429
<div class="example">

css-inline/Overview.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,10 +2474,6 @@ <h3 class="heading settled" data-level=3.4 id=sizing-drop-initials><span class=s
24742474

24752475

24762476

2477-
2478-
2479-
2480-
24812477
<div class=example>
24822478

24832479
<figure>
@@ -2494,7 +2490,7 @@ <h3 class="heading settled" data-level=3.4 id=sizing-drop-initials><span class=s
24942490
</div>
24952491

24962492

2497-
<p>If the second argument is <span class=css>1</span>, that creates a pure raised initial letter (often called “raised cap” or “stick-up cap.”</p>
2493+
<p>If the second argument is <span class=css>1</span>, that creates a pure raised initial letter (often called “raised cap” or “stick-up cap.” It “sinks” to the first text baseline.</p>
24982494

24992495

25002496
<div class=example>

0 commit comments

Comments
 (0)