@@ -28,6 +28,7 @@ Use <i> Autolinks: yes
2828spec:css21; type:property; text:float
2929spec:css21; type:property; text:clear
3030spec:css-multicol-1; type:property; text:column-gap
31+ spec:css-text-3; type:dfn; text:character
3132</pre>
3233
3334<style>
@@ -882,7 +883,8 @@ Block Flow Direction: the 'writing-mode' property</h3>
882883 <p> If a box has a different 'writing-mode' value than its parent box
883884 (i.e. nearest ancestor without ''display: contents'' ):
884885 <ul>
885- <li> If the box would otherwise become an in-flow box with a computed 'display' of ''inline'' ,
886+ <li> If the box would otherwise become an in-flow box
887+ with a computed 'display' of ''display/inline'' ,
886888 its 'display' computes instead to ''inline-block'' .
887889 <li> If the box is a block container,
888890 then it establishes a new block formatting context.
@@ -1321,11 +1323,12 @@ Vertical Typesetting and Font Features</h4>
13211323 (East Asian fonts usually provide alternates for East Asian codepoints,
13221324 but Western fonts typically lack any vertical typesetting features
13231325 and East Asian fonts typically lack vertical substitutions for Western codepoints.)
1324- Unicode published draft data on which <i> characters</i> should appear sideways
1326+ Unicode published draft data on which characters should appear sideways
13251327 as the SVO property in <a href="http://www.unicode.org/reports/tr50/tr50-6.Orientation.txt">this data file</a> ;
13261328 however, this property has been abandoned for the current revision of [[!UTR50]] .
13271329
1328- <p><i> Characters</i> which are classified as <code> Tr</code> or <code> Tu</code> in [[!UTR50]]
1330+ <p><i> Typographic character units</i> which are classified
1331+ as <code> Tr</code> or <code> Tu</code> in [[!UTR50]]
13291332 are expected to have alternate glyphs or positioning for typesetting upright in vertical text.
13301333 In the case of <code> Tr</code> <i> characters</i> ,
13311334 if such vertical alternate glyphs are missing from the font,
@@ -2070,18 +2073,18 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
20702073 where:
20712074 <dl>
20722075 <dt><var> min-content</var>
2073- <dd> the <a href="https://www.w3.org/TR/css3-sizing/#min-content-measure" >min-content inline- size</a> of the box
2076+ <dd> the <a>min-content inline size</a> of the box
20742077
20752078 <dt><var> max-content</var>
2076- <dd> the <a href="https://www.w3.org/TR/css3-sizing/#max-content-measure" >max-content inline- size</a> of the box
2079+ <dd> the <a>max-content inline size</a> of the box
20772080
20782081 <dt><var> constraint</var>
20792082 <dd> the <i> inline-axis</i> size
20802083 that would <a>stretch fit</a> into to the smaller of
20812084 <ul>
20822085 <li> the <i> available space</i>
2083- <li> the nearest fixed-size ancestor <a>scrollport</a> ’s <a> size</a>
2084- <li> the initial containing block’s <i> size</i>
2086+ <li> the nearest fixed-size ancestor <a>scrollport</a> ’s inner size
2087+ <li> the initial containing block’s size
20852088 </dl>
20862089
20872090 <div class="note">
0 commit comments