Skip to content

Commit 595f05c

Browse files
committed
[css-ruby] Editorial updates to ruby font size
1 parent 20489d8 commit 595f05c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

css-ruby/Overview.html

Lines changed: 3 additions & 3 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=20150112>12 January 2015</time></span></h2>
57+
<time class=dt-updated datetime=20150113>13 January 2015</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"><a class="p-name fn u-email email" href=mailto:kojiishi@gmail.com>Koji Ishii</a> (<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.
@@ -1016,8 +1016,8 @@ <h3 class="heading settled" data-level=3.6 id=ruby-size><span class=secno>3.6. <
10161016
However, UA may increase the font size when the it is too small to read,
10171017
or decrease if the text is too large to avoid ruby annotation being too large.
10181018
Also, the 'ruby-position: inter-character' usually require different font size such as 25% or 33%.
1019-
<p>This level of the specification does not provide a mechanism to control the size of <i>ruby annotations</i>
1020-
relative to <i>ruby base</i>.
1019+
<p>This level of the specification does not define any additional mechanism to automatically compute
1020+
the <i>ruby annotation</i> font size according to properties of <i>ruby container</i> or <i>ruby base</i>.
10211021

10221022
<h2 class="heading settled" data-level=4 id=ruby-props><span class=secno>4. </span><span class=content>
10231023
Ruby Formatting Properties</span><a class=self-link href=#ruby-props></a></h2>

css-ruby/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,8 @@ <h3 id="ruby-size">Ruby Annotation Font Size</h3>
903903
However, UA may increase the font size when the it is too small to read,
904904
or decrease if the text is too large to avoid ruby annotation being too large.
905905
Also, the 'ruby-position: inter-character' usually require different font size such as 25% or 33%.
906-
<p>This level of the specification does not provide a mechanism to control the size of <i>ruby annotations</i>
907-
relative to <i>ruby base</i>.
906+
<p>This level of the specification does not define any additional mechanism to automatically compute
907+
the <i>ruby annotation</i> font size according to properties of <i>ruby container</i> or <i>ruby base</i>.
908908

909909
<h2 id="ruby-props">
910910
Ruby Formatting Properties</h2>

0 commit comments

Comments
 (0)