Skip to content

Commit 2dbe668

Browse files
committed
[css-ruby] Clarified how inter-character affects writing-mode
--HG-- extra : rebase_source : 0a45eade7b762f3dc09e0fde855582c36c466d8e
1 parent ab1ef89 commit 2dbe668

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-ruby/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Ruby Layout Module Level 1</h1>
5656
<h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft,
57-
<time class=dt-updated datetime=20141215>15 December 2014</time></span></h2>
57+
<time class=dt-updated datetime=20141216>16 December 2014</time></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-ruby-1/>http://dev.w3.org/csswg/css-ruby-1/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-ruby-1/>http://www.w3.org/TR/css-ruby-1/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-ruby-20130919/ rel=previous>http://www.w3.org/TR/2013/WD-css3-ruby-20130919/</a><dt>Feedback:<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-ruby%5D%20feedback">www-style@w3.org</a> with subject line “<kbd>[css-ruby] <var>… message topic …</var></kbd>” (<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)</span><dt>Issue Tracking:<dd><a href=#issues-index>Inline In Spec</a><dt class=editor>Editors:<dd class=editor><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://fantasai.inkedblade.net/contact>Elika J. Etemad</a> (<span class="p-org org">Invited Expert</span>)</div><dd class=editor><div class="p-author h-card vcard"><span class="p-name fn">Koji Ishii</span> (<span class="p-org org">Google</span>)</div></dl></div>
5959
<div data-fill-with=warning></div>
6060
<p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2014 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.
@@ -1099,7 +1099,7 @@ <h3 class="heading settled" data-level=4.1 id=rubypos><span class=secno>4.1. </s
10991099
<dt><dfn class=css data-dfn-for=ruby-position data-dfn-type=value data-export="" id=valdef-ruby-position-inter-character><a class=css data-link-type=maybe href=#valdef-ruby-position-inter-character>inter-character</a><a class=self-link href=#valdef-ruby-position-inter-character></a></dfn></dt>
11001100
<dd>
11011101
<p>The ruby text appears on the right of the base in horizontal text.
1102-
This value forces the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-writing-modes-3/#propdef-writing-mode>writing-mode</a> of the <i>ruby annotation</i> to be vertical.
1102+
This value forces the computed value of <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-writing-modes-3/#propdef-writing-mode>writing-mode</a> of the <i>ruby annotation container</i> to be <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-writing-modes-3/#valdef-writing-mode-vertical-rl>vertical-rl</a>.
11031103

11041104
<p>This value is provided for the special case of traditional Chinese
11051105
as used especially in Taiwan:

css-ruby/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ <h3 id="rubypos">
991991
<dt><dfn>''inter-character''</dfn></dt>
992992
<dd>
993993
<p>The ruby text appears on the right of the base in horizontal text.
994-
This value forces the 'writing-mode' of the <i>ruby annotation</i> to be vertical.
994+
This value forces the computed value of 'writing-mode' of the <i>ruby annotation container</i> to be ''vertical-rl''.
995995

996996
<p>This value is provided for the special case of traditional Chinese
997997
as used especially in Taiwan:

0 commit comments

Comments
 (0)