Skip to content

Commit 502194f

Browse files
committed
[css-inline-3] Clarify that hanging punctuation is not measured for initial letter box sizing. w3c#310
1 parent 2171624 commit 502194f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css-inline-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,9 @@ Layout Model</h4>
603603
<li>
604604
Size the <a>initial letter</a>’s content box.
605605
The content box of a non-atomic inline initial letter
606-
is the smallest rectangle required to include the entirety of its glyphs
606+
is the smallest rectangle required to include the entirety of its glyphs--
607+
excluding any that <a spec="css-text-3">hang</a>
608+
(see 'hanging-punctuation')--
607609
as well as the margin boxes of any atomic inlines it contains.
608610

609611
<li>

0 commit comments

Comments
 (0)