-
Notifications
You must be signed in to change notification settings - Fork 4
/
362.txt
57 lines (43 loc) · 2.51 KB
/
362.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[7] [DFN[[CODE(HTMLe)@en[rb]]]] [[要素]]は、
[[ルビ]]の対象となる範囲を表す[[HTML要素]]でした。
* 代替
[8] [CODE(HTMLe)@en[rb]] [[要素]]は特に必要性が無いので、[[廃止]]されました。
[CODE(HTMLe)@en[rb]] [[要素]]に相当するものは何も要りません。
[9] [[ルビ]]の対象部分を [[CSS]] その他の目的で特にまとめたい時は、
[CODE(HTMLe)@en[span]] [[要素]]など他の普通の[[要素]]を使えます。
* 歴史
[1] [[WinIE]] は 6.0 でも [CODE(HTMLe)[rb]] 要素を実装していません。
[[汎用属性]]をつけてみるとか、[[スタイル・シート]]を使ってみるとか、 [[DOM]] で接触を試みるとかの方法で確認できます。
DOM による確認法の例:
[PRE[
<ruby><rb>ruby base</rb><rp>(</rp><rt>ruby text</rt><rp>)</rp></ruby>
<div id="a"></div>
<script type="text/javascript">
document.all.a.innerText = document.getElementsByTagName('/rb')[0].tagName;
/* とか、
document.all.a.innerText = document.getElementsByTagName('rb')[0].outerHTML;
*/
</script>
]PRE]
同様の方法で [CODE(HTMLe)[[[rp]]]] や [CODE(HTMLe)[[[rt]]]] は実装されていることが分かりますが・・・。
[2] [CITE@en[i18n WG position on Issue-172 "restore <rb> as an optional element"]]
( ([[Richard Ishida]] 著, [TIME[2012-02-10 07:15:36 +09:00]] 版))
<http://lists.w3.org/Archives/Public/public-html/2012Feb/0103.html>
[3] [CITE[Merge pull request #17 from w3c/new-ruby · e2ddb66 · w3c/html]]
( ([TIME[2014-01-11 01:17:08 +09:00]] 版))
<https://github.com/w3c/html/commit/e2ddb663fd04803d2be7f16026e2117ced167c01>
[4] [CITE[IRC logs: freenode / #whatwg / 20140110]]
( ([TIME[2014-01-11 10:10:26 +09:00]] 版))
<http://krijnhoetmer.nl/irc-logs/whatwg/20140110#l-390>
[5] [CITE@en-US[Internationalization Tag Set (ITS) Version 1.0]]
( ([TIME[2007-04-03 09:11:18 +09:00]] 版))
<http://www.w3.org/TR/its/#selection-local>
[6] [CITE@en[Support rb and rtc elements in the parser (ruby) · whatwg/html@8d1c8af]]
([TIME[2015-11-11 20:57:41 +09:00]] 版)
<https://github.com/whatwg/html/commit/8d1c8affec71058de29f8051cb2fa7f7bbad1fe6>
[10] [CITE@en[some updates to ruby elements / issue #115]]
([[jasonkiss]]著, [TIME[2018-02-08 05:11:18 +09:00]])
<https://github.com/w3c/html-aam/commit/386c23138de2e0dd0723805392b0c20a9c536f16>
[11] [CITE@en[Complete <ruby> related mappings · Issue #115 · w3c/html-aam]]
([TIME[2018-02-08 16:54:46 +09:00]])
<https://github.com/w3c/html-aam/issues/115>