Skip to content

Commit 8d3048c

Browse files
committed
minor editorial tweaks
1 parent a31cc2a commit 8d3048c

2 files changed

Lines changed: 19 additions & 18 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,8 +1095,8 @@ <h3 id=intro-baselines><span class=secno>4.1. </span> Introduction to
10951095
guide the alignment of glyphs from different fonts or font sizes when
10961096
typesetting.
10971097

1098-
<div class=figure> Alphabetic text in two font sizes with the baseline and
1099-
emboxes indicated</div>
1098+
<div class=figure> [Picture of alphabetic text in two font sizes with the
1099+
baseline and emboxes indicated.]</div>
11001100

11011101
<p>Different writing systems prefer different baseline tables.
11021102

@@ -1113,8 +1113,8 @@ <h3 id=intro-baselines><span class=secno>4.1. </span> Introduction to
11131113

11141114
<p>A well-constructed font contains a <dfn id=baseline-table>baseline
11151115
table</dfn>, which indicates the position of one or more baselines within
1116-
the font's design coordinate space. (This coordinate space is scaled with
1117-
the font size.)
1116+
the font's design coordinate space. (The design coordinate space is scaled
1117+
with the font size.)
11181118

11191119
<div class=figure>
11201120
<p><img alt="" src=baselines.gif></p>
@@ -1311,9 +1311,9 @@ <h3 id=text-orientation><span class=secno>5.1. </span>Orienting Text: the
13111311
scripts that do have an intrinsic vertical orientation are set in that
13121312
orientation. When available, vertical glyph variants and vertical font
13131313
metrics are used to set all punctuation and characters from any script
1314-
that is not rotated. In vertical writing modes, this value puts the UA
1315-
in a <i>vertical typographic mode</i> and is typical for layout of
1316-
primarily vertical-script text.
1314+
that is not rotated. In vertical writing modes, this value puts the
1315+
element in a <i>vertical typographic mode</i> and is typical for layout
1316+
of primarily vertical-script text.
13171317

13181318
<dt><dfn id=upright>upright</dfn>
13191319

@@ -1333,16 +1333,16 @@ <h3 id=text-orientation><span class=secno>5.1. </span>Orienting Text: the
13331333
class=property>direction</code></a>&rsquo; to be &lsquo;<code
13341334
class=css>ltr</code>&rsquo;.
13351335

1336-
<p>In vertical writing modes, this value puts the UA in a <i>vertical
1337-
typographic mode</i>.
1336+
<p>In vertical writing modes, this value puts the element in a
1337+
<i>vertical typographic mode</i>.
13381338

13391339
<dt><dfn id=rotate-right>rotate-right</dfn>
13401340

13411341
<dd>
13421342
<p>In vertical writing modes, this causes text to be set as if in a
13431343
horizontal layout (using horizontal glyph variants and metrics), but
13441344
rotated 90&deg; clockwise. This value puts the UA in a This value puts
1345-
the UA in a <i>horizontal typographic mode</i> and can be used for
1345+
the element in a <i>horizontal typographic mode</i> and can be used for
13461346
&lsquo;<code class=css>vertical-rl</code>&rsquo; text in a primarily
13471347
horizontal-script document.
13481348

@@ -1351,7 +1351,7 @@ <h3 id=text-orientation><span class=secno>5.1. </span>Orienting Text: the
13511351
<dd>
13521352
<p>In vertical writing modes, this causes text to be set as if in a
13531353
horizontal layout (using horizontal glyph variants and metrics), but
1354-
rotated 90&deg; counter-clockwise. This value puts the UA in a
1354+
rotated 90&deg; counter-clockwise. This value puts theelement in a
13551355
<i>horizontal typographic mode</i> and can be used for &lsquo;<code
13561356
class=css>vertical-lr</code>&rsquo; text in a primarily
13571357
horizontal-script document.

css3-writing-modes/Overview.src.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,8 @@ <h3 id="intro-baselines">
753753
the alignment of glyphs from different fonts or font sizes when typesetting.
754754

755755
<div class="figure">
756-
Alphabetic text in two font sizes with the baseline and emboxes indicated
756+
[Picture of alphabetic text in two font sizes with the baseline and
757+
emboxes indicated.]
757758
</div>
758759

759760
<p>Different writing systems prefer different baseline tables.</p>
@@ -772,8 +773,8 @@ <h3 id="intro-baselines">
772773

773774
<p>A well-constructed font contains a <dfn>baseline table</dfn>, which
774775
indicates the position of one or more baselines within the font's
775-
design coordinate space. (This coordinate space is scaled with the
776-
font size.)
776+
design coordinate space. (The design coordinate space is scaled with
777+
the font size.)
777778

778779
<div class="figure">
779780
<p><img alt=""
@@ -943,7 +944,7 @@ <h3 id="text-orientation">Orienting Text: the 'text-orientation' property</h3>
943944
When available, vertical glyph variants and vertical font metrics
944945
are used to set all punctuation and characters from any script
945946
that is not rotated.
946-
In vertical writing modes, this value puts the UA in a <i>vertical
947+
In vertical writing modes, this value puts the element in a <i>vertical
947948
typographic mode</i> and is typical for layout of primarily
948949
vertical-script text.
949950
<dt><dfn>upright</dfn></dt>
@@ -959,20 +960,20 @@ <h3 id="text-orientation">Orienting Text: the 'text-orientation' property</h3>
959960
<p>For the purposes of bidi reordering, this value causes all
960961
characters to be treated as strong LTR.
961962
This value causes the used value of 'direction' to be ''ltr''.
962-
<p>In vertical writing modes, this value puts the UA in a <i>vertical
963+
<p>In vertical writing modes, this value puts the element in a <i>vertical
963964
typographic mode</i>.
964965
<dt><dfn>rotate-right</dfn></dt>
965966
<dd><p>In vertical writing modes, this causes text to be set as if
966967
in a horizontal layout (using horizontal glyph variants and metrics),
967968
but rotated 90&deg; clockwise. This value puts the UA in a
968-
This value puts the UA in a <i>horizontal typographic mode</i> and
969+
This value puts the element in a <i>horizontal typographic mode</i> and
969970
can be used for ''vertical-rl'' text in a primarily horizontal-script
970971
document.
971972
<dt><dfn>rotate-left</dfn></dt>
972973
<dd><p>In vertical writing modes, this causes text to be set as if
973974
in a horizontal layout (using horizontal glyph variants and metrics),
974975
but rotated 90&deg; counter-clockwise.
975-
This value puts the UA in a <i>horizontal typographic mode</i> and
976+
This value puts theelement in a <i>horizontal typographic mode</i> and
976977
can be used for ''vertical-lr'' text in a primarily horizontal-script
977978
document.
978979
<p>If set on a non-replaced inline whose parent is not ''rotate-left'',

0 commit comments

Comments
 (0)