1 |
use utf8; |
2 |
$VAR1 = { |
3 |
qq'exact' => { |
4 |
qq'4c03cc5fcf12f6b9d76cf5b2de0b9504' => { |
5 |
qq'en' => qq'Zero or more <a href=#space-character title="space character">space |
6 |
characters</a>.', |
7 |
qq'ja' => qq'零個以上の<a href=#space-character title="space character">間隔文字</a>。', |
8 |
qq'tags' => [ |
9 |
qq'syntax' |
10 |
] |
11 |
}, |
12 |
qq'4c0a0e097862c099d8c121317407f6c4' => { |
13 |
qq'en' => qq'A U+0059 LATIN CAPITAL LETTER Y or U+0079 LATIN SMALL LETTER Y |
14 |
character.', |
15 |
qq'ja' => qq'U+0059 LATIN CAPITAL LETTER Y 文字か U+0079 LATIN SMALL LETTER Y 文字。', |
16 |
qq'tags' => undef |
17 |
}, |
18 |
qq'4c1bfca166092b9c34b38ee92fb1fe73' => { |
19 |
qq'en' => qq'This section describes features that apply most directly to Web |
20 |
browsers. Having said that, unless specified elsewhere, the requirements |
21 |
defined in this section <em>do</em> apply to all user agents, whether they |
22 |
are Web browsers or not.', |
23 |
qq'isPattern' => undef, |
24 |
qq'ja' => qq'この章では、 Web ブラウザーに最も直接的に適用される機能について説明します。 |
25 |
とはいえ、この章で定義する要件は、特に断らない限り、 |
26 |
Web ブラウザーであるか否かを問わず全ての利用者エージェントに適用<em>されます</em>。', |
27 |
qq'tags' => [ |
28 |
qq'browsers' |
29 |
] |
30 |
}, |
31 |
qq'4c2e9b4d54174e04cedd7f1bc96ef454' => { |
32 |
qq'en' => qq'Non-normative contents. |
33 |
', |
34 |
qq'isPattern' => undef, |
35 |
qq'ja' => qq'規定の一部でない内容。', |
36 |
qq'tags' => [ |
37 |
qq'notes' |
38 |
] |
39 |
}, |
40 |
qq'4c65f6ffade504556b3653ab0fc6c9c4' => { |
41 |
qq'en' => qq'<a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> in the range |
42 |
U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and interpret the |
43 |
resulting sequence as a base-ten integer. Multiply <var title="">value</var> by that integer.', |
44 |
qq'isPattern' => undef, |
45 |
qq'ja' => qq'範囲 U+0030 DIGIT ZERO (0) ~ U+0039 DIGIT NINE (9) |
46 |
の<a href=#collect-a-sequence-of-characters>文字の列を集め</a>、 |
47 |
得られた列を十進整数として解釈します。<var title="">value</var> にその整数を掛けます。', |
48 |
qq'tags' => [ |
49 |
qq'microsyntaxes', |
50 |
qq'step' |
51 |
] |
52 |
}, |
53 |
qq'4c7f11fcff4b861a5ce1a0a843ee43dc' => { |
54 |
qq'en' => qq'The string to use as the document\x27s title is given by the <code title=dom-document-title><a href=#document.title>document.title</a></code> DOM attribute. User |
55 |
agents should use the document\x27s title when referring to the |
56 |
document in their user interface.', |
57 |
qq'isPattern' => undef, |
58 |
qq'ja' => qq'文書の題名として使う文字列は <code title=dom-document-title><a href=#document.title>document.title</a></code> DOM 属性により与えられます。 |
59 |
利用者エージェントはその利用者界面において文書を指す時に文書の題名を使う[[SHOULD:べきです]]。', |
60 |
qq'tags' => [ |
61 |
qq'title' |
62 |
] |
63 |
}, |
64 |
qq'4c7f531fffe95a66c618a230515908dc' => { |
65 |
qq'en' => qq'Otherwise, if the database version provided is the empty string, or if |
66 |
the database doesn\x27t yet exist, or if the database exists and the version |
67 |
provided to the <code title=dom-opendatabase><a |
68 |
href=#dom-opendatabase>openDatabase()</a></code> method is the same as the |
69 |
current version associated with the database, then the method must return |
70 |
a <code><a href=#database>Database</a></code> object representing the |
71 |
database that has the name that was given. If no such database exists, it |
72 |
must be created first.', |
73 |
qq'ja' => qq'そうでない場合、指定されたデータベースの版が空文字列の場合、 |
74 |
またはデータベースがまだ存在しない場合、 |
75 |
またはデータベースが存在し、 <code title=dom-opendatabase><a |
76 |
href=#dom-opendatabase>openDatabase()</a></code> |
77 |
メソッドに指定されて版がデータベースに関連付けられている現在の版と同じである場合には、 |
78 |
メソッドは、指定された名前を持つデータベースを表す |
79 |
<code><a href=#database>Database</a></code> |
80 |
オブジェクトを返さなければ[[MUST:なりません]]。 |
81 |
そのようなデータベースが存在しない場合、 |
82 |
まずそれを作らなければ[[MUST:なりません]]。', |
83 |
qq'tags' => [ |
84 |
qq'storages' |
85 |
] |
86 |
}, |
87 |
qq'4c8476e2448114e13662a96a01796ef3' => { |
88 |
qq'en' => qq' If the next character is not one of U+0030 DIGIT ZERO (0) .. U+0039 |
89 |
DIGIT NINE (9), then return an error.', |
90 |
qq'ja' => qq'次の文字が U+0030 DIGIT ZERO (0) 〜 U+0039 |
91 |
DIGIT NINE (9) のうちの1つでない場合、誤りを返します。', |
92 |
qq'tags' => [ |
93 |
qq'microsyntaxes' |
94 |
] |
95 |
}, |
96 |
qq'4c8792e2e6c729d82304440688a67a3a' => { |
97 |
qq'en' => qq'XHTML2 defines a new vocabulary with features for hyperlinks, |
98 |
multimedia content, annotating document edits, rich metadata, |
99 |
declarative interactive forms, and describing the semantics of human |
100 |
literary works such as poems and scientific papers. <a href=#refsXHTML2>[XHTML2]</a>', |
101 |
qq'ja' => qq'XHTML2 はハイパーリンクや多媒体の内容、文書の編集の注釈付け、豊富なメタデータ、 |
102 |
宣言的な対話的フォーム、詩や科学的論文などの人文学的著作物の意味の記述のための機能を持った新しい語彙を定義しています。 |
103 |
<a href=#refsXHTML2>[XHTML2]</a>', |
104 |
qq'tags' => [ |
105 |
qq'intro' |
106 |
] |
107 |
}, |
108 |
qq'4ca7c3f561c471b72f469da8740a16d1' => { |
109 |
qq'en' => qq'All the <a href=#browsing-context title="browsing context">browsing |
110 |
contexts</a> that have the <a href=#browsing-context>browsing context</a> as |
111 |
their <a href=#opener-browsing-context>opener browsing context</a>.', |
112 |
qq'ja' => qq'当該<a href=#browsing-context>閲覧文脈</a>が<a href=#opener-browsing-context>開闢器閲覧文脈</a>であるすべての<a href=#browsing-context title="browsing context">閲覧文脈</a>。', |
113 |
qq'tags' => undef |
114 |
}, |
115 |
qq'4cc14a85e6232f82d81a2127855e830c' => { |
116 |
qq'en' => qq'If the character in the string <var title="">input</var> at position |
117 |
<var title="">position</var> is a U+0020 SPACE, U+002C COMMA, or U+003B |
118 |
SEMICOLON character, then return to step 4.', |
119 |
qq'ja' => qq'文字列 <var title="">input</var> の位置 <var title="">position</var> |
120 |
が U+0020 SPACE、U+002C COMMA、U+003B |
121 |
SEMICOLON のいずれかの文字であれば、段階 4 に戻ります。', |
122 |
qq'tags' => undef |
123 |
}, |
124 |
qq'4cc171d12fc59998f9478fee813b25a3' => { |
125 |
qq'en' => qq'Other menus (which allows the list to be nested)', |
126 |
qq'ja' => qq'他のメニュー (並びを入れ子にできます)', |
127 |
qq'tags' => [ |
128 |
qq'menu' |
129 |
] |
130 |
}, |
131 |
qq'4cc7e781e44db82f8bd32020954bb94a' => { |
132 |
qq'en' => qq'The two workers use a common library for performing the actual network |
133 |
calls. This library is as follows: |
134 |
|
135 |
', |
136 |
qq'ja' => qq'両労働者は実際のネットワークの呼び出しを行う共通のライブラリーを使います。 |
137 |
このライブラリーは次の通りです。', |
138 |
qq'tags' => [ |
139 |
qq'workers', |
140 |
qq'non-normative' |
141 |
] |
142 |
}, |
143 |
qq'4cebc50e0564cecc9cdf989adec24dfc' => { |
144 |
qq'en' => qq'The string "<code title="">GIF87a</code>", a GIF signature.', |
145 |
qq'ja' => qq'文字列「<code title="">GIF87a</code>」、GIF 署名。', |
146 |
qq'tags' => [ |
147 |
qq'common' |
148 |
] |
149 |
}, |
150 |
qq'dc0043d2cc7036eb9cea1592c94b3df9' => {}, |
151 |
qq'e11ef300774b70f27357444290b47f37' => {}, |
152 |
qq'e1c26ba5b927816dffed52bb8b3de4df' => {} |
153 |
}, |
154 |
qq'pattern' => { |
155 |
qq'4cd35d027f6366cfc32a06c9c4787996' => { |
156 |
qq'en' => qq'\x5C<span\x5C class\x5C=secno\x5C>(.+)\x5C \x5C<\x5C/span\x5C>Parse\x5C state', |
157 |
qq'ja' => qq'<span class=secno>\x241 </span>構文解析状態', |
158 |
qq'tags' => [ |
159 |
qq'parsing' |
160 |
] |
161 |
} |
162 |
} |
163 |
}; |