@@ -953,6 +953,7 @@ Initial Letter Layout</h3>
953
953
which is either a <a>replaced element</a>
954
954
or which establishes an <a>independent formatting context</a> for its contents,
955
955
the sizing of the box
956
+ (aside from its <a>automatic size</a> in the <a>block axis</a> )
956
957
and layout of the contents within the box
957
958
follows the usual rules:
958
959
it is primarily the positioning of the box
@@ -1072,7 +1073,8 @@ Shaping and Glyph Selection</h4>
1072
1073
<h3 id="initial-letter-box-size">
1073
1074
Sizing the Initial Letter Box</h3>
1074
1075
1075
- If the <a>initial letter</a> ’s <a>specified width</a> /<a>specified height</a>
1076
+ For an <a>inline initial letter</a> ,
1077
+ if the <a>initial letter</a> ’s <a>specified width</a> /<a>specified height</a>
1076
1078
is <a>definite</a> ,
1077
1079
use that value
1078
1080
(clamped as required by the <a>min size</a> and <a>max size</a> properties,
@@ -1095,6 +1097,14 @@ Sizing the Initial Letter Box</h3>
1095
1097
with the hanging punctuation properly hanging)?
1096
1098
See <a href="https://github.com/w3c/csswg-drafts/issues/310">discussion</a> .
1097
1099
1100
+ For <a>atomic initial letters</a> ,
1101
+ sizing follows the usual rules for that type of <a>atomic inline</a> .
1102
+ However, if the box has an [=automatic size|automatic=] [=block size=] (''height/auto'' ),
1103
+ then its <a>block size</a> is determined
1104
+ as for an <a>inline initial letter</a>
1105
+ with ''initial-letter-align/border-box'' alignment,
1106
+ and is <a>definite</a> .
1107
+
1098
1108
<h4 id="initial-letter-content-align">
1099
1109
Alignment Within an Initial Letter Box</h4>
1100
1110
0 commit comments