1 |
wakaba |
1.1 |
$VAR1 = { |
2 |
|
|
'exact' => { |
3 |
|
|
'030dfe6bd789ea692539758c7453a1d6' => { |
4 |
|
|
'en' => ' If <var title="">position</var> is past the end of <var |
5 |
|
|
title="">input</var>, return an error.', |
6 |
|
|
'ja' => "<var title=\"\">position</var> \x{304c} <var |
7 |
|
|
title=\"\">input</var> \x{306e}\x{7d42}\x{308f}\x{308a}\x{3092}\x{904e}\x{304e}\x{3066}\x{3044}\x{308c}\x{3070}\x{3001}\x{8aa4}\x{308a}\x{3092}\x{8fd4}\x{3057}\x{307e}\x{3059}\x{3002}", |
8 |
|
|
'tags' => [ |
9 |
|
|
'microsyntaxes' |
10 |
|
|
] |
11 |
|
|
}, |
12 |
|
|
'03100d1ee403be709f47c37e6b55c758' => { |
13 |
|
|
'en' => 'A background |
14 |
|
|
number-crunching worker', |
15 |
|
|
'ja' => "\x{6570}\x{5024}\x{51e6}\x{7406}\x{80cc}\x{666f}\x{52b4}\x{50cd}\x{8005}", |
16 |
|
|
'tags' => [ |
17 |
|
|
'workers' |
18 |
|
|
] |
19 |
|
|
}, |
20 |
|
|
'0313313a593685d912ae5233b7c3aca3' => { |
21 |
|
|
'en' => 'Browsing contexts', |
22 |
|
|
'ja' => "\x{95b2}\x{89a7}\x{6587}\x{8108}", |
23 |
|
|
'tags' => [ |
24 |
|
|
'browsers' |
25 |
|
|
] |
26 |
|
|
}, |
27 |
|
|
'032c64c4578761e123ff4c2a3cb469dc' => { |
28 |
|
|
'en' => 'A <code><a href=#the-dt-element>dt</a></code> element\'s <span title=syntax-end-tag>end |
29 |
|
|
tag</span> may be omitted if the <code><a href=#the-dt-element>dt</a></code> element is |
30 |
|
|
immediately followed by another <code><a href=#the-dt-element>dt</a></code> element or a |
31 |
|
|
<code><a href=#the-dd-element>dd</a></code> element.', |
32 |
|
|
'ja' => "<code><a href=#the-dt-element>dt</a></code> \x{8981}\x{7d20}\x{306e}<span title=syntax-end-tag>\x{7d42}\x{4e86}\x{30bf}\x{30b0}</span>\x{306f}\x{3001} |
33 |
|
|
<code><a href=#the-dt-element>dt</a></code> \x{8981}\x{7d20}\x{306e}\x{76f4}\x{5f8c}\x{304c}\x{5225}\x{306e} |
34 |
|
|
<code><a href=#the-dt-element>dt</a></code> \x{8981}\x{7d20}\x{304b} |
35 |
|
|
<code><a href=#the-dd-element>dd</a></code> \x{8981}\x{7d20}\x{306e}\x{5834}\x{5408}\x{3001}\x{7701}\x{7565}\x{3057}\x{3066}[[MAY:\x{69cb}\x{3044}\x{307e}\x{305b}\x{3093}]]\x{3002}", |
36 |
|
|
'tags' => [ |
37 |
|
|
'syntax' |
38 |
|
|
] |
39 |
|
|
}, |
40 |
|
|
'032fa8e20386e5c1e5a12610faae4043' => { |
41 |
|
|
'en' => 'Named character references', |
42 |
|
|
'ja' => "\x{540d}\x{524d}\x{4ed8}\x{304d}\x{6587}\x{5b57}\x{53c2}\x{7167}", |
43 |
apache |
1.2 |
'tags' => undef |
44 |
wakaba |
1.1 |
}, |
45 |
|
|
'038abb2ac066976427a22d1e4f5a6456' => { |
46 |
|
|
'en' => 'Groupings of browsing contexts', |
47 |
|
|
'ja' => "\x{95b2}\x{89a7}\x{6587}\x{8108}\x{306e}\x{7fa4}\x{5316}", |
48 |
apache |
1.2 |
'tags' => undef |
49 |
wakaba |
1.1 |
}, |
50 |
apache |
1.4 |
'038d1a68500c418230de84ae92821257' => { |
51 |
|
|
'en' => 'The <dfn id=dom-document-getelementsbyclassname title=dom-document-getElementsByClassName><code>getElementsByClassName(<var title="">classNames</var>)</code></dfn> method takes a string that |
52 |
|
|
contains an <a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated |
53 |
|
|
tokens</a> representing classes. When called, the method must |
54 |
|
|
return a live <code>NodeList</code> object containing all the |
55 |
|
|
elements in the document, in <a href=#tree-order>tree order</a>, that have all |
56 |
|
|
the classes specified in that argument, having obtained the classes |
57 |
|
|
by <a href=#split-a-string-on-spaces title="split a string on spaces">splitting a string on |
58 |
|
|
spaces</a>. If there are no tokens specified in the argument, |
59 |
|
|
then the method must return an empty <code>NodeList</code>. If the |
60 |
|
|
document is in <a href=#quirks-mode>quirks mode</a>, then the comparisons for |
61 |
|
|
the classes must be done in an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> |
62 |
|
|
manner, otherwise, the comparisons must be done in a |
63 |
|
|
<a href=#case-sensitive>case-sensitive</a> manner.', |
64 |
|
|
'isPattern' => undef, |
65 |
apache |
1.5 |
'ja' => "<dfn id=dom-document-getelementsbyclassname title=dom-document-getElementsByClassName><code>getElementsByClassName(<var title=\"\">classNames</var>)</code></dfn> \x{30e1}\x{30bd}\x{30c3}\x{30c9}\x{306f}\x{3001} |
66 |
apache |
1.4 |
\x{30af}\x{30e9}\x{30b9}\x{3092}\x{8868}\x{3059}<a href=#unordered-set-of-unique-space-separated-tokens>\x{56fa}\x{6709}\x{9593}\x{9694}\x{5206}\x{96e2}\x{5b57}\x{53e5}\x{306e}\x{975e}\x{9806}\x{5e8f}\x{4ed8}\x{304d}\x{96c6}\x{5408}</a>\x{3092}\x{542b}\x{3093}\x{3060}\x{6587}\x{5b57}\x{5217}\x{3092}\x{53d6}\x{308a}\x{307e}\x{3059}\x{3002} |
67 |
|
|
\x{3053}\x{306e}\x{30e1}\x{30bd}\x{30c3}\x{30c9}\x{304c}\x{547c}\x{3073}\x{51fa}\x{3055}\x{308c}\x{305f}\x{6642}\x{306b}\x{306f}\x{3001} |
68 |
|
|
\x{3053}\x{306e}\x{5f15}\x{6570}\x{3092}<a href=#split-a-string-on-spaces title=\"split a string on spaces\">\x{6587}\x{5b57}\x{5217}\x{3092}\x{9593}\x{9694}\x{3067}\x{5206}\x{5272}\x{3059}\x{308b}</a>\x{3053}\x{3068}\x{306b}\x{3088}\x{3063}\x{3066}\x{5f97}\x{305f}\x{30af}\x{30e9}\x{30b9}\x{306b}\x{3064}\x{3044}\x{3066}\x{3001} |
69 |
|
|
\x{3059}\x{3079}\x{3066}\x{306e}\x{30af}\x{30e9}\x{30b9}\x{3092}\x{6301}\x{3064}\x{3001} |
70 |
|
|
\x{6587}\x{66f8}\x{4e2d}\x{306b}\x{3042}\x{308b}\x{3059}\x{3079}\x{3066}\x{306e}\x{8981}\x{7d20}\x{3092}<a href=#tree-order>\x{6728}\x{9806}</a>\x{306b}\x{542b}\x{3093}\x{3060}\x{751f}\x{304d}\x{305f} |
71 |
apache |
1.5 |
<code>NodeList</code> \x{30aa}\x{30d6}\x{30b8}\x{30a7}\x{30af}\x{30c8}\x{3092}\x{8fd4}\x{3055}\x{306a}\x{3051}\x{308c}\x{3070}[[MUST:\x{306a}\x{308a}\x{307e}\x{305b}\x{3093}]]\x{3002} |
72 |
|
|
\x{5f15}\x{6570}\x{306b}\x{5b57}\x{53e5}\x{304c}1\x{3064}\x{3082}\x{6307}\x{5b9a}\x{3055}\x{308c}\x{306a}\x{304b}\x{3063}\x{305f}\x{5834}\x{5408}\x{3001} |
73 |
|
|
\x{30e1}\x{30bd}\x{30c3}\x{30c9}\x{306f}\x{7a7a}\x{306e} <code>NodeList</code> \x{3092}\x{8fd4}\x{3055}\x{306a}\x{3051}\x{308c}\x{3070}[[MUST:\x{306a}\x{308a}\x{307e}\x{305b}\x{3093}]]\x{3002} |
74 |
|
|
\x{6587}\x{66f8}\x{304c}<a href=#quirks-mode>\x{5947}\x{7656}\x{30e2}\x{30fc}\x{30c9}</a>\x{306e}\x{5834}\x{5408}\x{3001} |
75 |
|
|
\x{30af}\x{30e9}\x{30b9}\x{306e}\x{6bd4}\x{8f03}\x{306f} <a href=#ascii-case-insensitive>ASCII \x{5927}\x{6587}\x{5b57}\x{30fb}\x{5c0f}\x{6587}\x{5b57}\x{4e0d}\x{533a}\x{5225}</a>\x{306a}\x{5f62}\x{3067}\x{884c}\x{308f}\x{306a}\x{3051}\x{308c}\x{3070}[[MUST:\x{306a}\x{308a}\x{307e}\x{305b}\x{3093}]]\x{3002}\x{305d}\x{3046}\x{3067}\x{306a}\x{3044}\x{5834}\x{5408}\x{3001}\x{6bd4}\x{8f03}\x{306f}<a href=#case-sensitive>\x{5927}\x{6587}\x{5b57}\x{30fb}\x{5c0f}\x{6587}\x{5b57}\x{3092}\x{533a}\x{5225}</a>\x{3059}\x{308b}\x{5f62}\x{3067}\x{884c}\x{308f}\x{306a}\x{3051}\x{308c}\x{3070}[[MUST:\x{306a}\x{308a}\x{307e}\x{305b}\x{3093}]]\x{3002}", |
76 |
apache |
1.4 |
'tags' => [ |
77 |
|
|
'documents' |
78 |
|
|
] |
79 |
|
|
}, |
80 |
wakaba |
1.1 |
'03bfaee27b3b5cfb28deef84a0f416e5' => { |
81 |
|
|
'en' => 'Threads', |
82 |
|
|
'ja' => "\x{30b9}\x{30ec}\x{30c3}\x{30c9}", |
83 |
apache |
1.2 |
'tags' => undef |
84 |
|
|
}, |
85 |
|
|
'03d5b0add5122e9a4767ac2d7f6acfde' => { |
86 |
|
|
'en' => 'Displaying ASCII art.', |
87 |
|
|
'is_pattern' => undef, |
88 |
apache |
1.3 |
'ja' => "ASCII \x{7d75}\x{3092}\x{8868}\x{793a}\x{3059}\x{308b}\x{5834}\x{5408}\x{3002}", |
89 |
apache |
1.2 |
'tags' => [ |
90 |
|
|
'item', |
91 |
|
|
'pre' |
92 |
|
|
] |
93 |
wakaba |
1.1 |
}, |
94 |
|
|
'da141e63816761a51d7968477ce23b7a' => {} |
95 |
|
|
}, |
96 |
|
|
'pattern' => { |
97 |
|
|
'03721408e85b4bb45342025a431997b4' => { |
98 |
|
|
'en' => '\\<span\\ class\\=secno\\>(.+)\\ \\<\\/span\\>Unsigned\\ integers', |
99 |
|
|
'ja' => "<span class=secno>\$1 </span>\x{7b26}\x{53f7}\x{7121}\x{3057}\x{6574}\x{6570}", |
100 |
|
|
'tags' => undef |
101 |
|
|
} |
102 |
|
|
} |
103 |
|
|
}; |