Skip to content

Commit b53347d

Browse files
frivoalfantasai
authored andcommitted
[css-writing-modes] Bikeshed fixes
1 parent a310414 commit b53347d

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

css-writing-modes-3/Overview.bs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Introduction to Writing Modes</h2>
108108
i.e. a leftward or rightward block flow.
109109

110110
<p class="note">These terms should not be confused with
111-
<dfn>vertical block flow</dfn> (which is a downward or
112-
upward block flow) and <dfn>horizontal block flow</dfn> (which is
111+
<dfn noexport>vertical block flow</dfn> (which is a downward or
112+
upward block flow) and <dfn noexport>horizontal block flow</dfn> (which is
113113
leftward or rightward block flow). To avoid confusion, CSS
114114
specifications avoid this latter set of terms.</p>
115115

@@ -977,7 +977,7 @@ Introduction to Baselines</h3>
977977

978978
<p><em>This section is non-normative.</em></p>
979979

980-
<p>A <dfn>baseline</dfn> is a line along the <a>inline axis</a> of a line box
980+
<p>A <dfn noexport>baseline</dfn> is a line along the <a>inline axis</a> of a line box
981981
along which individual glyphs of text are aligned. Baselines guide the
982982
design of glyphs in a font (for example, the bottom of most alphabetic
983983
glyphs typically align with the alphabetic baseline), and they guide
@@ -1004,7 +1004,7 @@ Introduction to Baselines</h3>
10041004
<p class="caption">Preferred baselines in various writing systems</p>
10051005
</div>
10061006

1007-
<p>A well-constructed font contains a <dfn>baseline table</dfn>, which
1007+
<p>A well-constructed font contains a <dfn noexport>baseline table</dfn>, which
10081008
indicates the position of one or more baselines within the font's
10091009
design coordinate space. (The design coordinate space is scaled with
10101010
the font size.)
@@ -1076,7 +1076,7 @@ Atomic Inline Baselines</h3>
10761076
<h3 id="baseline-alignment">
10771077
Baseline Alignment</h3>
10781078

1079-
<p>The <dfn>dominant baseline</dfn>
1079+
<p>The <dfn noexport>dominant baseline</dfn>
10801080
(which <a href="#text-baselines">can change</a> based on the <a>typographic mode</a>)
10811081
is used in CSS for alignment in two cases:
10821082
<ul>
@@ -1145,9 +1145,9 @@ Introduction to Vertical Text Layout</h2>
11451145
</dl>
11461146

11471147
<p>A <dfn>vertical script</dfn> is one that has a native vertical orientation:
1148-
i.e. one that is either vertical-only or that is bi-orientational.
1148+
i.e. one that is either [=vertical-only=] or that is [=bi-orientational=].
11491149
A <dfn>horizontal script</dfn> is one that has a native horizontal orientation:
1150-
i.e. one that is either horizontal-only or that is bi-orientational.
1150+
i.e. one that is either [=horizontal-only=] or that is [=bi-orientational=].
11511151
(See <a href="#script-orientations">Appendix A</a> for a categorization of
11521152
scripts by native orientation.)
11531153

@@ -1181,7 +1181,7 @@ Introduction to Vertical Text Layout</h2>
11811181
</dl>
11821182

11831183
<p>Scripts with a native vertical orientation have an
1184-
intrinsic bi-orientational transform, which orients them correctly in
1184+
intrinsic [=bi-orientational transform=], which orients them correctly in
11851185
vertical text: most CJK (Chinese/Japanese/Korean) characters translate,
11861186
that is, they are always upright. Characters from other scripts,
11871187
such as Mongolian, rotate.
@@ -1191,7 +1191,7 @@ Introduction to Vertical Text Layout</h2>
11911191
stylistic preference depending on the text's usage, rather than a
11921192
matter of correctness.
11931193
The 'text-orientation' property's ''mixed'' and ''upright'' values
1194-
are provided to specify rotation vs. translation of horizontal-only text.
1194+
are provided to specify rotation vs. translation of [=horizontal-only=] text.
11951195

11961196
<h3 id="text-orientation">
11971197
Orienting Text: the 'text-orientation' property</h3>
@@ -1986,7 +1986,7 @@ Orthogonal Flows</h3>
19861986
is calculated to fit its content;
19871987
and this resulting content-based size
19881988
is used as input to the <a>inline-axis</a>
1989-
<var>min-content</var> and <var>max-content</var> of the parent.
1989+
[=min-content size=] and [=max-content size=] of the parent.
19901990
<p>
19911991
This means that when applying shrink-to-fit formula to a box
19921992
such as an inline-block, float, or table-cell,
@@ -2567,7 +2567,7 @@ Steve Zilles</p>
25672567
Vertical Scripts in Unicode</h2>
25682568
<p><em>This section is informative.</em></p>
25692569

2570-
<p>This appendix lists the vertical and bi-orientational scripts in Unicode 6.0
2570+
<p>This appendix lists the [=vertical-only=] and [=bi-orientational=] scripts in Unicode 6.0
25712571
[[!UNICODE]] and their transformation from horizontal to vertical orientation.
25722572
Any script not listed explicitly is assumed to be <a>horizontal-only</a>.
25732573
The script classification of Unicode characters is given by [[!UAX24]].
@@ -2597,10 +2597,10 @@ Vertical Scripts in Unicode</h2>
25972597
<p><strong>Exceptions:</strong>
25982598
For the purposes of this specification, all fullwidth (F) and wide (W) characters
25992599
are treated as belonging to a vertical script,
2600-
and halfwidth characters (H) are treated as belonging to a horizontal script.
2600+
and halfwidth characters (H) are treated as belonging to a [=horizontal script=].
26012601
[[!UAX11]]
26022602

2603-
<p class="note">Note that for vertical-only characters (such as Mongolian and Phags Pa letters),
2603+
<p class="note">Note that for [=vertical-only=] characters (such as Mongolian and Phags Pa letters),
26042604
the glyphs in the Unicode code charts are shown in their vertical orientation.
26052605
In horizontal text, they are typeset in a 90&deg; counter-clockwise
26062606
rotation from this orientation.

css-writing-modes-4/Overview.bs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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">
11541154
Baseline 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">
12741274
Orienting 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>
28352835
Vertical 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&deg; counter-clockwise
28742874
rotation from this orientation.

0 commit comments

Comments
 (0)