- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 12 Feb 2011 04:42:04 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv17242
Modified Files:
Overview.html Overview.src.html
Log Message:
minor editorial tweaks
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Overview.html 12 Feb 2011 04:33:04 -0000 1.76
+++ Overview.html 12 Feb 2011 04:42:02 -0000 1.77
@@ -1095,8 +1095,8 @@
guide the alignment of glyphs from different fonts or font sizes when
typesetting.
- <div class=figure> Alphabetic text in two font sizes with the baseline and
- emboxes indicated</div>
+ <div class=figure> [Picture of alphabetic text in two font sizes with the
+ baseline and emboxes indicated.]</div>
<p>Different writing systems prefer different baseline tables.
@@ -1113,8 +1113,8 @@
<p>A well-constructed font contains a <dfn id=baseline-table>baseline
table</dfn>, which indicates the position of one or more baselines within
- the font's design coordinate space. (This coordinate space is scaled with
- the font size.)
+ the font's design coordinate space. (The design coordinate space is scaled
+ with the font size.)
<div class=figure>
<p><img alt="" src=baselines.gif></p>
@@ -1311,9 +1311,9 @@
scripts that do have an intrinsic vertical orientation are set in that
orientation. When available, vertical glyph variants and vertical font
metrics are used to set all punctuation and characters from any script
- that is not rotated. In vertical writing modes, this value puts the UA
- in a <i>vertical typographic mode</i> and is typical for layout of
- primarily vertical-script text.
+ that is not rotated. In vertical writing modes, this value puts the
+ element in a <i>vertical typographic mode</i> and is typical for layout
+ of primarily vertical-script text.
<dt><dfn id=upright>upright</dfn>
@@ -1333,8 +1333,8 @@
class=property>direction</code></a>’ to be ‘<code
class=css>ltr</code>’.
- <p>In vertical writing modes, this value puts the UA in a <i>vertical
- typographic mode</i>.
+ <p>In vertical writing modes, this value puts the element in a
+ <i>vertical typographic mode</i>.
<dt><dfn id=rotate-right>rotate-right</dfn>
@@ -1342,7 +1342,7 @@
<p>In vertical writing modes, this causes text to be set as if in a
horizontal layout (using horizontal glyph variants and metrics), but
rotated 90° clockwise. This value puts the UA in a This value puts
- the UA in a <i>horizontal typographic mode</i> and can be used for
+ the element in a <i>horizontal typographic mode</i> and can be used for
‘<code class=css>vertical-rl</code>’ text in a primarily
horizontal-script document.
@@ -1351,7 +1351,7 @@
<dd>
<p>In vertical writing modes, this causes text to be set as if in a
horizontal layout (using horizontal glyph variants and metrics), but
- rotated 90° counter-clockwise. This value puts the UA in a
+ rotated 90° counter-clockwise. This value puts theelement in a
<i>horizontal typographic mode</i> and can be used for ‘<code
class=css>vertical-lr</code>’ text in a primarily
horizontal-script document.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- Overview.src.html 12 Feb 2011 04:33:04 -0000 1.80
+++ Overview.src.html 12 Feb 2011 04:42:02 -0000 1.81
@@ -753,7 +753,8 @@
the alignment of glyphs from different fonts or font sizes when typesetting.
<div class="figure">
- Alphabetic text in two font sizes with the baseline and emboxes indicated
+ [Picture of alphabetic text in two font sizes with the baseline and
+ emboxes indicated.]
</div>
<p>Different writing systems prefer different baseline tables.</p>
@@ -772,8 +773,8 @@
<p>A well-constructed font contains a <dfn>baseline table</dfn>, which
indicates the position of one or more baselines within the font's
- design coordinate space. (This coordinate space is scaled with the
- font size.)
+ design coordinate space. (The design coordinate space is scaled with
+ the font size.)
<div class="figure">
<p><img alt=""
@@ -943,7 +944,7 @@
When available, vertical glyph variants and vertical font metrics
are used to set all punctuation and characters from any script
that is not rotated.
- In vertical writing modes, this value puts the UA in a <i>vertical
+ In vertical writing modes, this value puts the element in a <i>vertical
typographic mode</i> and is typical for layout of primarily
vertical-script text.
<dt><dfn>upright</dfn></dt>
@@ -959,20 +960,20 @@
<p>For the purposes of bidi reordering, this value causes all
characters to be treated as strong LTR.
This value causes the used value of 'direction' to be ''ltr''.
- <p>In vertical writing modes, this value puts the UA in a <i>vertical
+ <p>In vertical writing modes, this value puts the element in a <i>vertical
typographic mode</i>.
<dt><dfn>rotate-right</dfn></dt>
<dd><p>In vertical writing modes, this causes text to be set as if
in a horizontal layout (using horizontal glyph variants and metrics),
but rotated 90° clockwise. This value puts the UA in a
- This value puts the UA in a <i>horizontal typographic mode</i> and
+ This value puts the element in a <i>horizontal typographic mode</i> and
can be used for ''vertical-rl'' text in a primarily horizontal-script
document.
<dt><dfn>rotate-left</dfn></dt>
<dd><p>In vertical writing modes, this causes text to be set as if
in a horizontal layout (using horizontal glyph variants and metrics),
but rotated 90° counter-clockwise.
- This value puts the UA in a <i>horizontal typographic mode</i> and
+ This value puts theelement in a <i>horizontal typographic mode</i> and
can be used for ''vertical-lr'' text in a primarily horizontal-script
document.
<p>If set on a non-replaced inline whose parent is not ''rotate-left'',
Received on Saturday, 12 February 2011 04:42:06 UTC