You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-inline] Minor tweaks to initial letter: add more info to some issues, tweak wording of sentence, switch from 固 to 因 which is probably less obscure.
Copy file name to clipboardExpand all lines: css-inline/Overview.bs
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1065,6 +1065,9 @@ Raised and sunken caps</h4>
1065
1065
</figure>
1066
1066
1067
1067
Issue: Handle glyph ink above cap height of font.
1068
+
Proposal: Make it an exclusion area for line boxes and border boxes. Include margin specified on initial-letter as part of exclusion area in order to control spacing.
1069
+
1070
+
Issue: Draw a box model diagram here. Does the margin of the initial letter collapse with its container?
1068
1071
1069
1072
1070
1073
<h4 id="short-para-initial-letter">
@@ -1108,7 +1111,7 @@ Interaction with floats</h4>
1108
1111
Floats always clear an initial letter when floated to the same side.
1109
1112
When floated to the opposite side,
1110
1113
they are pushed down to clear the initial letter
1111
-
only if they have specified 'clear' to this side
1114
+
only if they have specified 'clear' to the affected side
1112
1115
or they do not fit without overlapping the initial letter.
1113
1116
1114
1117
Issue: Is this the behavior we want? What if the float is on the same line as the initial letter?
0 commit comments