/[suikacvs]/markup/html/html5/spec-ja/data2/4c.dat
Suika

Contents of /markup/html/html5/spec-ja/data2/4c.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations) (download)
Sun Nov 30 12:32:21 2008 UTC (15 years, 11 months ago) by apache
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +17 -0 lines
/: 4c655a2032df349448569aa4975484c2 updated by wakaba

1 apache 1.5 use utf8;
2 wakaba 1.1 $VAR1 = {
3 apache 1.5 qq'exact' => {
4     qq'4c03cc5fcf12f6b9d76cf5b2de0b9504' => {
5     qq'en' => qq'Zero or more <a href=#space-character title="space character">space
6 wakaba 1.1 characters</a>.',
7 apache 1.5 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 wakaba 1.1 character.',
15 apache 1.5 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 wakaba 1.1 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 apache 1.5 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 apache 1.4 ',
34 apache 1.5 qq'isPattern' => undef,
35     qq'ja' => qq'規定の一部でない内容。',
36     qq'tags' => [
37     qq'notes'
38     ]
39     },
40 apache 1.7 qq'4c655a2032df349448569aa4975484c2' => {
41     qq'en' => qq'If the event is being fired due to an invocation of the
42     <code title=dom-Storage-setItem><a href=#dom-storage-setitem>setItem()</a></code> or <code title=dom-Storage-removeItem><a href=#dom-storage-removeitem>removeItem()</a></code> methods, the
43     event must have its <code title=dom-StorageEvent-key><a href=#dom-storageevent-key>key</a></code>
44     attribute set to the name of the key in question, its <code title=dom-StorageEvent-oldValue><a href=#dom-storageevent-oldvalue>oldValue</a></code> attribute set to
45     the old value of the key in question, or null if the key is newly
46     added, and its <code title=dom-StorageEvent-newValue>newValue</code>
47     attribute set to the new value of the key in question, or null if
48     the key was removed.',
49     qq'isPattern' => undef,
50     qq'ja' => qq'事象が <code title=dom-Storage-setItem><a href=#dom-storage-setitem>setItem()</a></code> メソッドや <code title=dom-Storage-removeItem><a href=#dom-storage-removeitem>removeItem()</a></code> メソッドの呼び出しによって発火されている場合には、
51     事象の <code title=dom-StorageEvent-key><a href=#dom-storageevent-key>key</a></code> 属性は当該鍵名に、 <code title=dom-StorageEvent-oldValue><a href=#dom-storageevent-oldvalue>oldValue</a></code>
52     属性は当該鍵の古い値に、 <code title=dom-StorageEvent-newValue>newValue</code> は当該鍵の新しい値か、鍵が削除される場合には null に設定しなければ[[MUST:なりません]]。',
53     qq'tags' => [
54     qq'storage'
55     ]
56     },
57 apache 1.5 qq'4c65f6ffade504556b3653ab0fc6c9c4' => {
58     qq'en' => qq'<a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> in the range
59     U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), and interpret the
60     resulting sequence as a base-ten integer. Multiply <var title="">value</var> by that integer.',
61     qq'isPattern' => undef,
62     qq'ja' => qq'範囲 U+0030 DIGIT ZERO (0) ~ U+0039 DIGIT NINE (9)
63     の<a href=#collect-a-sequence-of-characters>文字の列を集め</a>、
64     得られた列を十進整数として解釈します。<var title="">value</var> にその整数を掛けます。',
65     qq'tags' => [
66     qq'microsyntaxes',
67     qq'step'
68     ]
69     },
70 apache 1.6 qq'4c7f11fcff4b861a5ce1a0a843ee43dc' => {
71     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
72     agents should use the document\x27s title when referring to the
73     document in their user interface.',
74     qq'isPattern' => undef,
75     qq'ja' => qq'文書の題名として使う文字列は <code title=dom-document-title><a href=#document.title>document.title</a></code> DOM 属性により与えられます。
76     利用者エージェントはその利用者界面において文書を指す時に文書の題名を使う[[SHOULD:べきです]]。',
77     qq'tags' => [
78     qq'title'
79     ]
80     },
81 apache 1.5 qq'4c7f531fffe95a66c618a230515908dc' => {
82     qq'en' => qq'Otherwise, if the database version provided is the empty string, or if
83     the database doesn\x27t yet exist, or if the database exists and the version
84 wakaba 1.1 provided to the <code title=dom-opendatabase><a
85     href=#dom-opendatabase>openDatabase()</a></code> method is the same as the
86     current version associated with the database, then the method must return
87     a <code><a href=#database>Database</a></code> object representing the
88     database that has the name that was given. If no such database exists, it
89     must be created first.',
90 apache 1.5 qq'ja' => qq'そうでない場合、指定されたデータベースの版が空文字列の場合、
91     またはデータベースがまだ存在しない場合、
92     またはデータベースが存在し、 <code title=dom-opendatabase><a
93 wakaba 1.1 href=#dom-opendatabase>openDatabase()</a></code>
94 apache 1.5 メソッドに指定されて版がデータベースに関連付けられている現在の版と同じである場合には、
95     メソッドは、指定された名前を持つデータベースを表す
96 wakaba 1.1 <code><a href=#database>Database</a></code>
97 apache 1.5 オブジェクトを返さなければ[[MUST:なりません]]。
98     そのようなデータベースが存在しない場合、
99     まずそれを作らなければ[[MUST:なりません]]。',
100     qq'tags' => [
101     qq'storages'
102     ]
103     },
104     qq'4c8476e2448114e13662a96a01796ef3' => {
105     qq'en' => qq' If the next character is not one of U+0030 DIGIT ZERO (0) .. U+0039
106 wakaba 1.1 DIGIT NINE (9), then return an error.',
107 apache 1.5 qq'ja' => qq'次の文字が U+0030 DIGIT ZERO (0) 〜 U+0039
108     DIGIT NINE (9) のうちの1つでない場合、誤りを返します。',
109     qq'tags' => [
110     qq'microsyntaxes'
111     ]
112     },
113     qq'4c8792e2e6c729d82304440688a67a3a' => {
114     qq'en' => qq'XHTML2 defines a new vocabulary with features for hyperlinks,
115 wakaba 1.1 multimedia content, annotating document edits, rich metadata,
116     declarative interactive forms, and describing the semantics of human
117     literary works such as poems and scientific papers. <a href=#refsXHTML2>[XHTML2]</a>',
118 apache 1.5 qq'ja' => qq'XHTML2 はハイパーリンクや多媒体の内容、文書の編集の注釈付け、豊富なメタデータ、
119     宣言的な対話的フォーム、詩や科学的論文などの人文学的著作物の意味の記述のための機能を持った新しい語彙を定義しています。
120     <a href=#refsXHTML2>[XHTML2]</a>',
121     qq'tags' => [
122     qq'intro'
123     ]
124     },
125     qq'4ca7c3f561c471b72f469da8740a16d1' => {
126     qq'en' => qq'All the <a href=#browsing-context title="browsing context">browsing
127 wakaba 1.1 contexts</a> that have the <a href=#browsing-context>browsing context</a> as
128     their <a href=#opener-browsing-context>opener browsing context</a>.',
129 apache 1.5 qq'ja' => qq'当該<a href=#browsing-context>閲覧文脈</a>が<a href=#opener-browsing-context>開闢器閲覧文脈</a>であるすべての<a href=#browsing-context title="browsing context">閲覧文脈</a>。',
130     qq'tags' => undef
131     },
132     qq'4cc14a85e6232f82d81a2127855e830c' => {
133     qq'en' => qq'If the character in the string <var title="">input</var> at position
134 wakaba 1.1 <var title="">position</var> is a U+0020 SPACE, U+002C COMMA, or U+003B
135     SEMICOLON character, then return to step 4.',
136 apache 1.5 qq'ja' => qq'文字列 <var title="">input</var> の位置 <var title="">position</var>
137     が U+0020 SPACE、U+002C COMMA、U+003B
138     SEMICOLON のいずれかの文字であれば、段階 4 に戻ります。',
139     qq'tags' => undef
140     },
141     qq'4cc171d12fc59998f9478fee813b25a3' => {
142     qq'en' => qq'Other menus (which allows the list to be nested)',
143     qq'ja' => qq'他のメニュー (並びを入れ子にできます)',
144     qq'tags' => [
145     qq'menu'
146     ]
147     },
148     qq'4cc7e781e44db82f8bd32020954bb94a' => {
149     qq'en' => qq'The two workers use a common library for performing the actual network
150 apache 1.2 calls. This library is as follows:
151    
152     ',
153 apache 1.5 qq'ja' => qq'両労働者は実際のネットワークの呼び出しを行う共通のライブラリーを使います。
154     このライブラリーは次の通りです。',
155     qq'tags' => [
156     qq'workers',
157     qq'non-normative'
158     ]
159     },
160     qq'4cebc50e0564cecc9cdf989adec24dfc' => {
161     qq'en' => qq'The string "<code title="">GIF87a</code>", a GIF signature.',
162     qq'ja' => qq'文字列「<code title="">GIF87a</code>」、GIF 署名。',
163     qq'tags' => [
164     qq'common'
165     ]
166     },
167     qq'dc0043d2cc7036eb9cea1592c94b3df9' => {},
168     qq'e11ef300774b70f27357444290b47f37' => {},
169     qq'e1c26ba5b927816dffed52bb8b3de4df' => {}
170     },
171     qq'pattern' => {
172     qq'4cd35d027f6366cfc32a06c9c4787996' => {
173     qq'en' => qq'\x5C<span\x5C class\x5C=secno\x5C>(.+)\x5C \x5C<\x5C/span\x5C>Parse\x5C state',
174     qq'ja' => qq'<span class=secno>\x241 </span>構文解析状態',
175     qq'tags' => [
176     qq'parsing'
177     ]
178     }
179     }
180 wakaba 1.1 };

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24