@@ -110,8 +110,8 @@ Introduction to Writing Modes</h2>
110110 i.e. a leftward or rightward block flow.
111111
112112 <p class="note"> These terms should not be confused with
113- <dfn>vertical block flow</dfn> (which is a downward or
114- upward block flow) and <dfn>horizontal block flow</dfn> (which is
113+ <dfn noexport >vertical block flow</dfn> (which is a downward or
114+ upward block flow) and <dfn noexport >horizontal block flow</dfn> (which is
115115 leftward or rightward block flow). To avoid confusion, CSS
116116 specifications avoid this latter set of terms.</p>
117117
@@ -1054,7 +1054,7 @@ Introduction to Baselines</h3>
10541054
10551055 <p><em> This section is non-normative.</em></p>
10561056
1057- <p> A <dfn>baseline</dfn> is a line along the <a>inline axis</a> of a line box
1057+ <p> A <dfn noexport >baseline</dfn> is a line along the <a>inline axis</a> of a line box
10581058 along which individual glyphs of text are aligned. Baselines guide the
10591059 design of glyphs in a font (for example, the bottom of most alphabetic
10601060 glyphs typically align with the alphabetic baseline), and they guide
@@ -1081,7 +1081,7 @@ Introduction to Baselines</h3>
10811081 <p class="caption"> Preferred baselines in various writing systems</p>
10821082 </div>
10831083
1084- <p> A well-constructed font contains a <dfn>baseline table</dfn> , which
1084+ <p> A well-constructed font contains a <dfn noexport >baseline table</dfn> , which
10851085 indicates the position of one or more baselines within the font's
10861086 design coordinate space. (The design coordinate space is scaled with
10871087 the font size.)
@@ -1153,7 +1153,7 @@ Atomic Inline Baselines</h3>
11531153<h3 id="baseline-alignment">
11541154Baseline Alignment</h3>
11551155
1156- <p> The <dfn>dominant baseline</dfn>
1156+ <p> The <dfn noexport >dominant baseline</dfn>
11571157 (which <a href="#text-baselines">can change</a> based on the <a>typographic mode</a> )
11581158 is used in CSS for alignment in two cases:
11591159 <ul>
@@ -1222,9 +1222,9 @@ Introduction to Vertical Text Layout</h2>
12221222 </dl>
12231223
12241224 <p> A <dfn>vertical script</dfn> is one that has a native vertical orientation:
1225- i.e. one that is either vertical-only or that is bi-orientational.
1225+ i.e. one that is either [= vertical-only=] or that is [= bi-orientational=] .
12261226 A <dfn>horizontal script</dfn> is one that has a native horizontal orientation:
1227- i.e. one that is either horizontal-only or that is bi-orientational.
1227+ i.e. one that is either [= horizontal-only=] or that is [= bi-orientational=] .
12281228 (See <a href="#script-orientations">Appendix A</a> for a categorization of
12291229 scripts by native orientation.)
12301230
@@ -1258,7 +1258,7 @@ Introduction to Vertical Text Layout</h2>
12581258 </dl>
12591259
12601260 <p> Scripts with a native vertical orientation have an
1261- intrinsic bi-orientational transform, which orients them correctly in
1261+ intrinsic [= bi-orientational transform=] , which orients them correctly in
12621262 vertical text: most CJK (Chinese/Japanese/Korean) characters translate,
12631263 that is, they are always upright. Characters from other scripts,
12641264 such as Mongolian, rotate.
@@ -1268,7 +1268,7 @@ Introduction to Vertical Text Layout</h2>
12681268 stylistic preference depending on the text's usage, rather than a
12691269 matter of correctness.
12701270 The 'text-orientation' property's ''mixed'' and ''upright'' values
1271- are provided to specify rotation vs. translation of horizontal-only text.
1271+ are provided to specify rotation vs. translation of [= horizontal-only=] text.
12721272
12731273<h3 id="text-orientation">
12741274Orienting Text: the 'text-orientation' property</h3>
@@ -2082,7 +2082,7 @@ Orthogonal Flows</h3>
20822082 is calculated to fit its content;
20832083 and this resulting content-based size
20842084 is used as input to the <a>inline-axis</a>
2085- <var> min-content</var> and <var> max-content</var> of the parent.
2085+ [= min-content size=] and [= max-content size=] of the parent.
20862086 <p>
20872087 This means that when applying shrink-to-fit formula to a box
20882088 such as an inline-block, float, or table-cell,
@@ -2795,7 +2795,7 @@ New in Level 4</h3>
27952795 <li> Re-introduced the ''digits'' value of 'text-combine-upright' .
27962796 <li> Re-introduced <a href="#auto-multicol">automatic multi-column behavior</a> of orthogonal flows.
27972797 <li> Clarified the <a href="#bidi-fragmentation">conditions for bidi reordering-induced fragmentation</a> .
2798- (<a href="https://github.com/w3c/csswg-drafts/issues/1509">Issue 1509</>)
2798+ (<a href="https://github.com/w3c/csswg-drafts/issues/1509">Issue 1509</a > )
27992799 </ul>
28002800
28012801<h2 class="no-num" id="acknowledgements">
@@ -2835,7 +2835,7 @@ Steve Zilles</p>
28352835Vertical Scripts in Unicode</h2>
28362836 <p><em> This section is informative.</em></p>
28372837
2838- <p>This appendix lists the vertical and bi-orientational scripts in Unicode 6.0
2838+ <p> This appendix lists the [= vertical-only=] and [= bi-orientational=] scripts in Unicode 6.0
28392839 [[!UNICODE]] and their transformation from horizontal to vertical orientation.
28402840 Any script not listed explicitly is assumed to be <a>horizontal-only</a> .
28412841 The script classification of Unicode characters is given by [[!UAX24]] .
@@ -2865,10 +2865,10 @@ Vertical Scripts in Unicode</h2>
28652865 <p><strong> Exceptions:</strong>
28662866 For the purposes of this specification, all fullwidth (F) and wide (W) characters
28672867 are treated as belonging to a vertical script,
2868- and halfwidth characters (H) are treated as belonging to a horizontal script.
2868+ and halfwidth characters (H) are treated as belonging to a [= horizontal script=] .
28692869 [[!UAX11]]
28702870
2871- <p class="note"> Note that for vertical-only characters (such as Mongolian and Phags Pa letters),
2871+ <p class="note"> Note that for [= vertical-only=] characters (such as Mongolian and Phags Pa letters),
28722872 the glyphs in the Unicode code charts are shown in their vertical orientation.
28732873 In horizontal text, they are typeset in a 90° counter-clockwise
28742874 rotation from this orientation.
0 commit comments