Skip to content

Commit 4555801

Browse files
committed
[css-writing-modes] DoC issue 41. writing-mode: sideways-left editorial cleanup
1 parent 69ff6fb commit 4555801

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ Introduction to Writing Modes</h2>
134134
modes on the same page.
135135
</ul>
136136

137-
<p>The 'text-orientation' component of the writing mode determines the
138-
<i>line orientation</i>, and controls
139-
details of text layout such as the <i>glyph orientation</i>.
137+
<p>The 'text-orientation' component of the writing mode
138+
controls the <i>glyph orientation</i>.
140139

141140
<p class="note">See Unicode Technical Note #22 [[UTN22]]
142141
(<a href="http://fantasai.inkedblade.net/style/discuss/vertical-text/paper">HTML version</a>)
@@ -1430,8 +1429,8 @@ Abstract Box Terminology</h2>
14301429
<a href="#orthogonal-flows">orthogonal flows</a>.)
14311430
Although they derive from the behavior of text, these abstract
14321431
mappings exist even for boxes that do not contain any line boxes:
1433-
they are calculated directly from the values of the 'writing-mode',
1434-
'text-orientation', and 'direction' properties.
1432+
they are calculated directly from the values of the 'writing-mode'
1433+
and 'direction' properties.
14351434

14361435
<p>There are three sets of directional terms in CSS:
14371436

@@ -1531,8 +1530,7 @@ Flow-relative Directions</h3>
15311530
<p class="note">Note that while determining the <i>block-start</i> and
15321531
<i>block-end</i> sides of a box depends only on the 'writing-mode' property,
15331532
determining the <i>inline-start</i> and <i>inline-end</i> sides of a box depends
1534-
not only on the 'writing-mode' property but also the 'direction' <em>and</em>
1535-
'text-orientation' properties.</p>
1533+
not only on the 'writing-mode' property but also the 'direction' property.</p>
15361534

15371535
<div class="example">
15381536
<p>An English (LTR-TB) block:</p>
@@ -1575,8 +1573,9 @@ inline-start side | | | inline-end side |
15751573
Line-relative Directions</h3>
15761574

15771575
<p>The <dfn export>line orientation</dfn> determines which side of a line
1578-
box is the logical “top” (ascender side). It is given by a combination
1579-
of 'text-orientation' and 'writing-mode'. Usually the line-relative “top”
1576+
box is the logical “top” (ascender side).
1577+
It is given by the 'writing-mode' property.
1578+
Usually the line-relative “top”
15801579
corresponds to the <i>block-start</i> side, but this is not always the case:
15811580
in Mongolian typesetting (and thus by default in ''vertical-lr'' writing
15821581
modes), the line-relative “top” corresponds to the <i>block-end</i> side.

css-writing-modes/issues-cr-2014.bs-issues

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,7 @@ Summary: proposed writing-mode: sideways-left and text-orientation: sideways
328328
From: Koji Ishii
329329
Comment: http://lists.w3.org/Archives/Public/www-style/2015Jun/0040.html
330330
Comment: https://lists.w3.org/Archives/Public/www-style/2015Jul/0060.html
331-
Open
332-
Resolved: =WG= to decide
331+
Closed: Accepted
333332
----
334333
Issue 42.
335334
Summary: always synthesize inline-block central baseline

css-writing-modes/issues-cr-2014.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,14 +390,13 @@ <h1>CSS Writing Modes Level 3 Disposition of Comments for 2014-03-20 CR</h1>
390390
Closed: Accepted
391391
Closed: Editorial
392392
</pre>
393-
<pre class='open' id='issue-41'>
393+
<pre class='a' id='issue-41'>
394394
Issue 41. <a href='#issue-41'>#</a>
395395
Summary: proposed writing-mode: sideways-left and text-orientation: sideways
396396
From: Koji Ishii
397397
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Jun/0040.html'>http://lists.w3.org/Archives/Public/www-style/2015Jun/0040.html</a>
398398
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0060.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0060.html</a>
399-
Open
400-
Resolved: =WG= to decide
399+
Closed: Accepted
401400
</pre>
402401
<pre class='a' id='issue-42'>
403402
Issue 42. <a href='#issue-42'>#</a>

0 commit comments

Comments
 (0)