Skip to content

Commit d7155c9

Browse files
committed
[css-writing-modes] Fix more links.
1 parent 302d773 commit d7155c9

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

css-writing-modes-3/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Use <i> Autolinks: yes
2525
spec:css21; type:property; text:float
2626
spec:css21; type:property; text:clear
2727
spec:css-multicol-1; type:property; text:column-gap
28+
spec:css-text-3; type:dfn; text:character
2829
</pre>
2930

3031
<style>
@@ -871,7 +872,8 @@ Block Flow Direction: the 'writing-mode' property</h3>
871872
<p>If a box has a different 'writing-mode' value than its parent box
872873
(i.e. nearest ancestor without ''display: contents''):
873874
<ul>
874-
<li>If the box would otherwise become an in-flow box with a computed 'display' of ''inline'',
875+
<li>If the box would otherwise become an in-flow box
876+
with a computed 'display' of ''display/inline'',
875877
its 'display' computes instead to ''inline-block''.
876878
<li>If the box is a block container,
877879
then it establishes a new block formatting context.
@@ -1310,11 +1312,12 @@ Vertical Typesetting and Font Features</h4>
13101312
(East Asian fonts usually provide alternates for East Asian codepoints,
13111313
but Western fonts typically lack any vertical typesetting features
13121314
and East Asian fonts typically lack vertical substitutions for Western codepoints.)
1313-
Unicode published draft data on which <i>characters</i> should appear sideways
1315+
Unicode published draft data on which characters should appear sideways
13141316
as the SVO property in <a href="http://www.unicode.org/reports/tr50/tr50-6.Orientation.txt">this data file</a>;
13151317
however, this property has been abandoned for the current revision of [[!UTR50]].
13161318

1317-
<p><i>Characters</i> which are classified as <code>Tr</code> or <code>Tu</code> in [[!UTR50]]
1319+
<p><i>Typographic character units</i> which are classified
1320+
as <code>Tr</code> or <code>Tu</code> in [[!UTR50]]
13181321
are expected to have alternate glyphs or positioning for typesetting upright in vertical text.
13191322
In the case of <code>Tr</code> <i>characters</i>,
13201323
if such vertical alternate glyphs are missing from the font,

css-writing-modes/Overview.bs

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Use <i> Autolinks: yes
2828
spec:css21; type:property; text:float
2929
spec:css21; type:property; text:clear
3030
spec: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

Comments
 (0)