Skip to content

Commit 070fcce

Browse files
committed
[css-writing-modes] DoC Issue 34. Propose to weaken upright rendering of horizontal-only scripts
1 parent 5f2f74b commit 070fcce

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,15 +1215,14 @@ Orienting Text: the 'text-orientation' property</h3>
12151215
<p>This value is typical for layout of primarily vertical-script text.
12161216
<dt><dfn>upright</dfn></dt>
12171217
<dd><p>In vertical writing modes, characters from horizontal-only
1218-
scripts are rendered upright, i.e. in their standard horizontal
1219-
orientation.
1218+
scripts are rendered <a href="#typeset-upright">upright</a>,
1219+
i.e. in their standard horizontal orientation.
12201220
Characters from vertical scripts are set with their intrinsic orientation
12211221
and shaped normally.
12221222
See <a href="#vertical-orientations">Vertical Orientations</a> for further details.
12231223
<p>For the purposes of bidi reordering, this value causes all
12241224
characters to be treated as strong LTR.
12251225
This value causes the used value of 'direction' to be ''ltr''.
1226-
<p class="issue"><a href="https://lists.w3.org/Archives/Public/www-style/2015May/0004.html">Proposal to weaken to should</a>
12271226
<dt><dfn>sideways-right</dfn></dt>
12281227
<dd><p>In vertical writing modes, this causes text to be set as if
12291228
in a horizontal layout, but rotated 90&deg; clockwise.
@@ -1291,8 +1290,6 @@ Vertical Typesetting and Font Features</h4>
12911290
(E.g. the OpenType ''vert'' feature must be enabled.)
12921291
Furthermore, characters from horizontal cursive scripts (such as Arabic)
12931292
are shaped in their isolated forms when typeset upright.
1294-
<p class="issue"><a href="https://lists.w3.org/Archives/Public/www-style/2015May/0004.html">Proposal to weaken to should</a>,
1295-
see also ''upright''.
12961293

12971294
<p class="note">Note that even when typeset "upright",
12981295
some glyphs should appear rotated.
@@ -1314,6 +1311,11 @@ Vertical Typesetting and Font Features</h4>
13141311
the UA <em>may wish to</em> [[!RFC6919]] (but is not expected to)
13151312
synthesize the missing glyphs by <a href="#typeset-sideways">typesetting them sideways</a> etc.
13161313

1314+
<p>
1315+
The behavior to typeset complex scripts such as Indic and South East Asian in vertical upright
1316+
it not defined at this level of the specification.
1317+
Also, the behavior to typeset only part of a <i>character</i> in upright is not defined.
1318+
13171319
<dt id='typeset-sideways'>sideways characters
13181320
<dd>
13191321
Are typeset rotated 90&deg; sideways with horizontal metrics,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ From: Koji Ishii
274274
Comment: http://lists.w3.org/Archives/Public/www-style/2015Apr/0386.html
275275
Response: http://lists.w3.org/Archives/Public/www-style/2015Apr/0397.html
276276
Response: https://lists.w3.org/Archives/Public/www-style/2015May/0232.html
277-
Open: Accepted but needs clarification edits
277+
Closed: Accepted
278278
Verified: http://lists.w3.org/Archives/Public/www-style/2015May/0236.html
279279
----
280280
Issue 35.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,14 @@ <h1>CSS Writing Modes Level 3 Disposition of Comments for 2014-03-20 CR</h1>
328328
Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jun/0011.html'>https://lists.w3.org/Archives/Public/www-style/2015Jun/0011.html</a>
329329
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0313.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0313.html</a>
330330
</pre>
331-
<pre class='a open' id='issue-34'>
331+
<pre class='a' id='issue-34'>
332332
Issue 34. <a href='#issue-34'>#</a>
333333
Summary: Propose to weaken upright rendering of horizontal-only scripts
334334
From: Koji Ishii
335335
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0386.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0386.html</a>
336336
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0397.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0397.html</a>
337337
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0232.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0232.html</a>
338-
Open: Accepted but needs clarification edits
338+
Closed: Accepted
339339
Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0236.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0236.html</a>
340340
</pre>
341341
<pre class='r' id='issue-35'>

0 commit comments

Comments
 (0)