1 |
apache |
1.8 |
use utf8; |
2 |
wakaba |
1.1 |
$VAR1 = { |
3 |
apache |
1.8 |
qq'exact' => { |
4 |
|
|
qq'101cb11b97ebeadd9a2de1b1a916eda8' => { |
5 |
|
|
qq'en' => qq'\x5C<span\x5C class\x5C=secno\x5C>(.+)\x5C \x5C<\x5C/span\x5C>Case\x5C-sensitivity', |
6 |
|
|
qq'isPattern' => undef, |
7 |
|
|
qq'ja' => qq'<span class=secno>$1 </span>大文字と小文字の区別', |
8 |
|
|
qq'tags' => [] |
9 |
|
|
}, |
10 |
|
|
qq'1028a3037ec8a084d1b6b96c92cc2a71' => { |
11 |
|
|
qq'en' => qq'In conforming documents, there is only one <code><a href=#the-body-element>body</a></code> |
12 |
apache |
1.3 |
element. The <code title=dom-document-body><a href=#dom-document-body>document.body</a></code> |
13 |
apache |
1.8 |
DOM attribute provides scripts with easy access to a document\x27s |
14 |
apache |
1.3 |
<code><a href=#the-body-element>body</a></code> element.', |
15 |
apache |
1.8 |
qq'ja' => qq'適合文書には1つだけ <code><a href=#the-body-element>body</a></code> |
16 |
|
|
要素があります。 |
17 |
apache |
1.3 |
<code title=dom-document-body><a href=#dom-document-body>document.body</a></code> |
18 |
apache |
1.8 |
DOM 属性は文書の |
19 |
apache |
1.3 |
<code><a href=#the-body-element>body</a></code> |
20 |
apache |
1.8 |
要素への簡単なアクセス手段をスクリプトに提供します。', |
21 |
|
|
qq'tags' => [ |
22 |
|
|
qq'sections' |
23 |
|
|
] |
24 |
|
|
}, |
25 |
|
|
qq'104378aec6df123b0e170e2fee34d87a' => { |
26 |
|
|
qq'en' => qq'Remove all trailing U+003A COLON ("<code title="">:</code>") |
27 |
wakaba |
1.1 |
characters', |
28 |
apache |
1.8 |
qq'ja' => qq'末尾のすべての U+003A COLON ("<code title="">:</code>") 文字を削除', |
29 |
|
|
qq'tags' => [ |
30 |
|
|
qq'urls' |
31 |
|
|
] |
32 |
|
|
}, |
33 |
|
|
qq'105567c90487adcdcb3373e8d850713f' => { |
34 |
|
|
qq'en' => qq'If a site uses a consistent navigation toolbar on every page, then the |
35 |
wakaba |
1.1 |
link that would normally link to the page itself could be marked up using |
36 |
|
|
an <code><a href=#the-a-element>a</a></code> element:', |
37 |
apache |
1.8 |
qq'ja' => qq'あるサイトが各頁で共通の誘導ツールバーを用いている場合、 |
38 |
|
|
通常はその頁自体にリンクしているリンクは <code><a href=#the-a-element>a</a></code> |
39 |
|
|
要素を用いてマーク付けすることができます。', |
40 |
|
|
qq'tags' => [ |
41 |
|
|
qq'texts' |
42 |
|
|
] |
43 |
|
|
}, |
44 |
|
|
qq'105865732007caa7a5550244d11ca56d' => { |
45 |
|
|
qq'en' => qq'Web browsers', |
46 |
|
|
qq'isPattern' => undef, |
47 |
|
|
qq'ja' => qq'Web ブラウザー', |
48 |
|
|
qq'tags' => [ |
49 |
|
|
qq'browsers', |
50 |
|
|
qq'headings' |
51 |
|
|
] |
52 |
|
|
}, |
53 |
|
|
qq'107292c8f14f4a7876b9b5c0bd0bf3b9' => { |
54 |
|
|
qq'en' => qq'Some of the algorithms in this specification, for historical reasons, |
55 |
wakaba |
1.1 |
require the user agent to <dfn id=pause>pause</dfn> until some condition |
56 |
|
|
has been met. While a user agent is paused, it must ensure that no scripts |
57 |
|
|
execute (e.g. no event handlers, no timers, etc). User agents should |
58 |
|
|
remain responsive to user input while paused, however, albeit without |
59 |
|
|
letting the user interact with Web pages where that would involve invoking |
60 |
|
|
any script.', |
61 |
apache |
1.8 |
qq'ja' => qq'この仕様書にある算法のうちのいくつかは、歴史的な理由により、何らかの条件が満たされるまでの間、 |
62 |
|
|
利用者エージェントが<dfn id=pause>一時停止</dfn>することを要求しています。 |
63 |
|
|
利用者エージェントは、一時停止している間、スクリプト (事象取扱器やタイマーなど) |
64 |
|
|
が実行されないようにしなければ[[MUST:なりません]]。 |
65 |
|
|
しかし、一時停止中利用者エージェントは、 |
66 |
|
|
スクリプトの呼び出しに関わってくるような Web 頁との対話を利用者にさせないでおきながらも、 |
67 |
|
|
利用者の入力に応答的であり続ける[[SHOULD:べきです]]。', |
68 |
|
|
qq'tags' => [ |
69 |
|
|
qq'common' |
70 |
|
|
] |
71 |
|
|
}, |
72 |
|
|
qq'1079685e8ef9625c85e98f6e0922459b' => { |
73 |
|
|
qq'en' => qq'Finally, start tags must be closed by a U+003E GREATER-THAN |
74 |
wakaba |
1.1 |
SIGN (<code>></code>) character.', |
75 |
apache |
1.8 |
qq'ja' => qq'最後に、開始タグは U+003E GREATER-THAN |
76 |
|
|
SIGN (<code>></code>) もjいで閉じなければ[[MUST:なりません]]。', |
77 |
|
|
qq'tags' => [ |
78 |
|
|
qq'syntax' |
79 |
|
|
] |
80 |
|
|
}, |
81 |
|
|
qq'10af31cdfded89bdc54fae384f58b1a1' => { |
82 |
|
|
qq'en' => qq'\x5C<span\x5C class\x5C=secno\x5C>(.+)\x5C \x5C<\x5C/span\x5C>Structure\x5C of\x5C this\x5C specification', |
83 |
|
|
qq'isPattern' => undef, |
84 |
|
|
qq'ja' => qq'<span class=secno>$1 </span>この仕様書の構造', |
85 |
|
|
qq'tags' => [ |
86 |
|
|
qq'intro' |
87 |
|
|
] |
88 |
|
|
}, |
89 |
|
|
qq'10b132c35308300a66511006e2b3a2a4' => { |
90 |
|
|
qq'en' => qq' <i title=attr-bb-type-makeapp-state><a href=#the-make-application-state>make application</a></i> |
91 |
apache |
1.2 |
', |
92 |
apache |
1.8 |
qq'ja' => qq'<i title=attr-bb-type-makeapp-state><a href=#the-make-application-state>アプリケーション作成</a></i> |
93 |
|
|
', |
94 |
|
|
qq'tags' => [ |
95 |
|
|
qq'bb', |
96 |
|
|
qq'cell' |
97 |
|
|
] |
98 |
|
|
}, |
99 |
|
|
qq'10b72cc2fe096be2e297f98a34be5f53' => { |
100 |
|
|
qq'en' => qq'These steps must be aborted.', |
101 |
|
|
qq'isPattern' => undef, |
102 |
|
|
qq'ja' => qq'これらの段階群を停止しなければ[[MUST:なりません]]。', |
103 |
|
|
qq'tags' => [ |
104 |
|
|
qq'step', |
105 |
|
|
qq'media' |
106 |
|
|
] |
107 |
|
|
}, |
108 |
|
|
qq'10c1bccaba2db97d0cb33dc792905bc4' => { |
109 |
|
|
qq'en' => qq'If there are to be any attributes in the next step, there must |
110 |
wakaba |
1.1 |
first be one or more <a href=#space-character title="space character">space |
111 |
|
|
characters</a>.', |
112 |
apache |
1.8 |
qq'ja' => qq'次の段階で属性が存在する場合には、まず1文字以上の<a href=#space-character title="space character">間隔文字</a>がなければ[[MUST:なりません]]。', |
113 |
|
|
qq'tags' => undef |
114 |
|
|
}, |
115 |
|
|
qq'10cb566657ec0b686d5b79efd1212e51' => { |
116 |
|
|
qq'en' => qq'If present, the <code title=attr-mod-datetime><a href=#attr-mod-datetime>datetime</a></code> |
117 |
|
|
attribute must be a <a href=#valid-global-date-and-time-string>valid global date and time string</a> |
118 |
|
|
value.', |
119 |
|
|
qq'isPattern' => undef, |
120 |
|
|
qq'ja' => qq'<code title=attr-mod-datetime><a href=#attr-mod-datetime>datetime</a></code> |
121 |
|
|
属性が存在する場合には、<a href=#valid-global-date-and-time-string>妥当な大域日時文字列</a>値でなければ[[MUST:なりません]]。', |
122 |
|
|
qq'tags' => [ |
123 |
|
|
qq'edits' |
124 |
|
|
] |
125 |
|
|
}, |
126 |
|
|
qq'10f746581a73995c02fa5535b50695b4' => { |
127 |
|
|
qq'en' => qq'Optionally, a <a href=#doctype-legacy-string>DOCTYPE legacy string</a> (defined below).', |
128 |
|
|
qq'ja' => qq'任意選択で、 <a href=#doctype-legacy-string>DOCTYPE 遺物文字列</a> (後で定義します)。', |
129 |
|
|
qq'tags' => undef |
130 |
|
|
}, |
131 |
|
|
qq'61222ff828170b81d367b5d9d9fc0f47' => {} |
132 |
|
|
}, |
133 |
|
|
qq'pattern' => {} |
134 |
wakaba |
1.1 |
}; |