|
74 | 74 | <h1 class="p-name no-ref" id="title">CSS Ruby Layout Module Level 1</h1> |
75 | 75 |
|
76 | 76 | <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, |
77 | | - <time class="dt-updated" datetime="2015-02-07">7 February 2015</time></span></h2> |
| 77 | + <time class="dt-updated" datetime="2015-02-23">23 February 2015</time></span></h2> |
78 | 78 |
|
79 | 79 | <div data-fill-with="spec-metadata"> |
80 | 80 | <dl> |
@@ -2182,22 +2182,27 @@ <h3 class="no-num heading settled" id="default-ua-ruby"><span class="content"> |
2182 | 2182 | for rendering HTML and XHTML ruby markup as ruby layout: |
2183 | 2183 |
|
2184 | 2184 | </p> |
2185 | | - <pre>ruby { display: ruby; } |
2186 | | -rb { display: ruby-base; white-space: nowrap; } |
2187 | | -rp { display: none; } |
2188 | | -rt { display: ruby-text; } |
2189 | | -rbc { display: ruby-base-container; } |
2190 | | -rtc { display: ruby-text-container; } |
2191 | | -rtc, rt { white-space: nowrap; font-size: 50%; line-height: 1; } |
2192 | | -rtc:lang(zh-TW), rt:lang(zh-TW) { font-size: 30%; } /* bopomofo */ |
2193 | | -rtc > rt { font-size: inherit; } |
2194 | | -rtc:lang(zh), rt:lang(zh) { ruby-align: center; } |
2195 | | -ruby, rb, rt, rbc, rtc { unicode-bidi: isolate; }</pre> |
| 2185 | + <pre>ruby { display: ruby; } |
| 2186 | +ruby > rp { display: none; } |
| 2187 | +ruby > rbc { display: ruby-base-container; } |
| 2188 | +ruby > rtc { display: ruby-text-container; } |
| 2189 | +ruby > rb, rbc > rb { display: ruby-base; white-space: nowrap; } |
| 2190 | +ruby > rt, rtc > rt { display: ruby-text; } |
| 2191 | +ruby, rb, rt, rbc, rtc { unicode-bidi: isolate; } |
2196 | 2192 |
|
2197 | | - |
2198 | | - <p>Additional rules for UAs supporting the relevant features of <a data-link-type="biblio" href="#biblio-css3-text-decor">[CSS3-TEXT-DECOR]</a> and <a data-link-type="biblio" href="#biblio-css3-fonts">[CSS3-FONTS]</a>: |
2199 | | -</p> |
2200 | | - <pre>rtc, rt { font-variant-east-asian: ruby; text-emphasis: none; }</pre> |
| 2193 | + |
| 2194 | +rtc:lang(zh), rt:lang(zh) { |
| 2195 | + ruby-align: center; } |
| 2196 | +ruby > rtc, ruby > rt, rtc > rt { |
| 2197 | + font-variant-east-asian: ruby; /* See [[CSS3-FONTS]] */ |
| 2198 | + text-emphasis: none; /* See [[CSS3-TEXT-DECOR]] */ |
| 2199 | + white-space: nowrap; |
| 2200 | + line-height: 1; |
| 2201 | + font-size: 50%; } |
| 2202 | +rtc:lang(zh-TW), rt:lang(zh-TW) { |
| 2203 | + font-size: 25%; } /* bopomofo */ |
| 2204 | +rtc > rt { |
| 2205 | + font-size: inherit; }</pre> |
2201 | 2206 |
|
2202 | 2207 |
|
2203 | 2208 | <p class="note" role="note">Authors should not use the above rules: |
@@ -2316,6 +2321,7 @@ <h2 class="no-num heading settled" id="acknowledgments"><span class="content"> |
2316 | 2321 | Masayasu Ishikawa (<span lang="ja">石川雅康</span>), |
2317 | 2322 | Taichi Kawabata, |
2318 | 2323 | Chris Pratley, |
| 2324 | + Xidorn Quan, |
2319 | 2325 | Takao Suzuki (<span lang="ja">鈴木 孝雄</span>), |
2320 | 2326 | Frank Yung-Fong Tang, |
2321 | 2327 | Chris Thrasher, |
@@ -2535,8 +2541,6 @@ <h3 class="no-num heading settled" id="informative"><span class="content">Inform |
2535 | 2541 | <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a href="http://www.w3.org/TR/2013/CR-css3-values-20130730/">CSS Values and Units Module Level 3</a>. 30 July 2013. W3C Candidate Recommendation. (Work in progress.) URL: <a href="http://www.w3.org/TR/2013/CR-css3-values-20130730/">http://www.w3.org/TR/2013/CR-css3-values-20130730/</a> |
2536 | 2542 | <dt id="biblio-jis4051"><a class="self-link" href="#biblio-jis4051"></a>[JIS4051] |
2537 | 2543 | <dd>???. Formatting rules for Japanese documents (『日本語文書の組版方法』). 2004. In Japanese |
2538 | | - <dt id="biblio-css3-fonts"><a class="self-link" href="#biblio-css3-fonts"></a>[css3-fonts] |
2539 | | - <dd>John Daggett. <a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts Module Level 3</a>. 11 December 2012. WD. URL: <a href="http://www.w3.org/TR/css3-fonts/">http://www.w3.org/TR/css3-fonts/</a> |
2540 | 2544 | <dt id="biblio-jlreq"><a class="self-link" href="#biblio-jlreq"></a>[jlreq] |
2541 | 2545 | <dd>Yasuhiro Anan; et al. <a href="http://www.w3.org/TR/jlreq/">Requirements for Japanese Text Layout</a>. 3 April 2012. NOTE. URL: <a href="http://www.w3.org/TR/jlreq/">http://www.w3.org/TR/jlreq/</a> |
2542 | 2546 | <dt id="biblio-ruby"><a class="self-link" href="#biblio-ruby"></a>[ruby] |
|
0 commit comments