/[suikacvs]/markup/html/html5/spec-ja/data/elements-texts.dat
Suika

Diff of /markup/html/html5/spec-ja/data/elements-texts.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by apache, Sat Jul 12 02:29:42 2008 UTC revision 1.4 by apache, Sat Jul 12 07:17:32 2008 UTC
# Line 1  Line 1 
1    #pattern
2    <span class=secno>* </span>Text-level semantics
3    #ja
4    <span class=secno>$1 </span>文章水準の意味
5    
6    #en
7    <a href="#interactive1">Interactive content</a>.
8    #ja
9    <a href="#interactive1">対話的内容</a>。
10    
11    #en
12    <a href="#phrasing0">Phrasing content</a>, but there must be no <a
13        href="#interactive1">interactive content</a> descendant.
14    #ja
15    <a href="#phrasing0">語句付け内容</a>、ただし<a
16        href="#interactive1">対話的内容</a>な子孫があっては[[MUST NOT:なりません]]。
17    
18  #en  #en
19  Where <a href="#phrasing0">phrasing content</a> is expected.  Where <a href="#phrasing0">phrasing content</a> is expected.
20  #ja  #ja
 <a href="#phrasing0">語句付け内容</a>が期待される場所。  
21    <a href="#phrasing0">語句付け内容</a>が期待される場所。
22    
23    #en
24    The <code title=command-ro><a href="#command2">Command</a></code>
25         interface must also be implemented by this element.
26    #ja
27    <code title=command-ro><a href="#command2">Command</a></code>
28    界面もこの要素に実装しなければ[[MUST:なりません]]。
29    
30    #en
31    If the <code><a href="#a">a</a></code> element has an <code
32       title=attr-hyperlink-href><a href="#href6">href</a></code> attribute, then
33       it represents a <a href="#hyperlinks">hyperlink</a>.
34    #ja
35    <code><a href="#a">a</a></code> 要素が <code
36       title=attr-hyperlink-href><a href="#href6">href</a></code> 属性を持つ場合、
37    <a href="#hyperlinks">ハイパーリンク</a>を表します。
38    
39    #enIf the <code><a href="#a">a</a></code> element has no <code
40       title=attr-hyperlink-href><a href="#href6">href</a></code> attribute, then
41       the element is a placeholder for where a link might otherwise have been
42       placed, if it had been relevant.
43    #ja
44    <code><a href="#a">a</a></code> 要素が <code
45       title=attr-hyperlink-href><a href="#href6">href</a></code>
46    属性を持たない場合、その要素は、もし関係があったとするとリンクが置かれていたであろう場所に場所持ち子です。
47    
48    #en
49    The <code title=attr-hyperlink-target><a
50       href="#target3">target</a></code>, <code title=attr-hyperlink-ping><a
51       href="#ping">ping</a></code>, <code title=attr-hyperlink-rel><a
52       href="#rel3">rel</a></code>, <code title=attr-hyperlink-media><a
53       href="#media12">media</a></code>, <code title=attr-hyperlink-hreflang><a
54       href="#hreflang3">hreflang</a></code>, and <code
55       title=attr-hyperlink-type><a href="#type17">type</a></code> attributes
56       must be omitted if the <code title=attr-hyperlink-href><a
57       href="#href6">href</a></code> attribute is not present.
58    #ja
59    属性 <code title=attr-hyperlink-target><a
60       href="#target3">target</a></code>, <code title=attr-hyperlink-ping><a
61       href="#ping">ping</a></code>, <code title=attr-hyperlink-rel><a
62       href="#rel3">rel</a></code>, <code title=attr-hyperlink-media><a
63       href="#media12">media</a></code>, <code title=attr-hyperlink-hreflang><a
64       href="#hreflang3">hreflang</a></code>, <code
65       title=attr-hyperlink-type><a href="#type17">type</a></code> は、
66    <code title=attr-hyperlink-href><a
67       href="#href6">href</a></code> 属性がない場合、省略しなければ[[MUST:なりません]]。
68    
69    #en
70    If a site uses a consistent navigation toolbar on every page, then the
71        link that would normally link to the page itself could be marked up using
72        an <code><a href="#a">a</a></code> element:
73    #ja
74    あるサイトが各頁で共通の誘導ツールバーを用いている場合、
75    通常はその頁自体にリンクしているリンクは <code><a href="#a">a</a></code>
76    要素を用いてマーク付けすることができます。
77    
78    #en
79    &lt;nav>
80     &lt;ul>
81      &lt;li> &lt;a href="/">Home&lt;/a> &lt;/li>
82      &lt;li> &lt;a href="/news">News&lt;/a> &lt;/li>
83      &lt;li> &lt;a>Examples&lt;/a> &lt;/li>
84      &lt;li> &lt;a href="/legal">Legal&lt;/a> &lt;/li>
85     &lt;/ul>
86    &lt;/nav>
87    #ja
88    &lt;nav>
89     &lt;ul>
90      &lt;li> &lt;a href="/">家&lt;/a> &lt;/li>
91      &lt;li> &lt;a href="/news">おしらせ&lt;/a> &lt;/li>
92      &lt;li> &lt;a>例&lt;/a> &lt;/li>
93      &lt;li> &lt;a href="/legal">法的事項&lt;/a> &lt;/li>
94     &lt;/ul>
95    &lt;/nav>
96    
97    #en
98    Interactive user agents should allow users to <a href="#following0"
99       title="following hyperlinks">follow hyperlinks</a> created using the
100       <code><a href="#a">a</a></code> element. The <code
101       title=attr-hyperlink-href><a href="#href6">href</a></code>, <code
102       title=attr-hyperlink-target><a href="#target3">target</a></code> and <code
103       title=attr-hyperlink-ping><a href="#ping">ping</a></code> attributes
104       decide how the link is followed. The <code title=attr-hyperlink-rel><a
105       href="#rel3">rel</a></code>, <code title=attr-hyperlink-media><a
106       href="#media12">media</a></code>, <code title=attr-hyperlink-hreflang><a
107       href="#hreflang3">hreflang</a></code>, and <code
108       title=attr-hyperlink-type><a href="#type17">type</a></code> attributes may
109       be used to indicate to the user the likely nature of the target resource
110       before the user follows the link.
111    #ja
112    対話的利用者エージェントは、利用者が <code><a href="#a">a</a></code>
113    要素を使って作られた<a href="#following0"
114       title="following hyperlinks">ハイパーリンクをたどる</a>ことができるようにする[[SHOULD:べきです]]。
115    属性 <code
116       title=attr-hyperlink-href><a href="#href6">href</a></code>, <code
117       title=attr-hyperlink-target><a href="#target3">target</a></code>, <code
118       title=attr-hyperlink-ping><a href="#ping">ping</a></code>
119    がリンクがどうたどられるかを決めます。属性 <code title=attr-hyperlink-rel><a
120       href="#rel3">rel</a></code>, <code title=attr-hyperlink-media><a
121       href="#media12">media</a></code>, <code title=attr-hyperlink-hreflang><a
122       href="#hreflang3">hreflang</a></code>, <code
123       title=attr-hyperlink-type><a href="#type17">type</a></code>
124    は利用者がリンクをたどる前に対象資源の性質がどうでありそうかを利用者に示すために使って[[MAY:構いません]]。
125    
126    #en
127    The <a href="#activation0">activation behavior</a> of <code><a
128       href="#a">a</a></code> elements that represent <span>hyperlinks</span> is
129       to run the following steps:
130    #ja
131    <span>ハイパーリンク</span>を表す <code><a
132       href="#a">a</a></code> 要素の<a href="#activation0">活性化動作</a>は、
133    次の段階を動作させることです。
134    
135    #en
136    If the <code title=event-DOMActivate>DOMActivate</code> event in
137         question is not <span title=concept-events-trusted>trusted</span> (i.e.
138         a <code title=dom-click><a href="#click1">click()</a></code> method call
139         was the reason for the event being dispatched), and the <code><a
140         href="#a">a</a></code> element's <code title=attr-hyperlink-target><a
141         href="#target3">target</a></code> attribute is <span
142         class=big-issue>...</span> then raise an <code>INVALID_ACCESS_ERR</code>
143         exception and abort these steps.
144    #ja
145    当該 <code title=event-DOMActivate>DOMActivate</code> 事象が<span title=concept-events-trusted>信用でき</span>ない場合 (つまり、
146    <code title=dom-click><a href="#click1">click()</a></code>
147    メソッド呼び出しが事象の発送の理由である場合) で、 <code><a
148         href="#a">a</a></code> 要素の <code title=attr-hyperlink-target><a
149         href="#target3">target</a></code> 属性が <span
150         class=big-issue>...</span> である場合、 <code>INVALID_ACCESS_ERR</code>
151    例外を発生させ、これらの段階を停止します。
152    
153    #en
154    If the target of the <code title=event-DOMActivate>DOMActivate</code>
155         event is an <code><a href="#img">img</a></code> element with an <code
156         title=attr-img-ismap><a href="#ismap">ismap</a></code> attribute
157         specified, then server-side image map processing must be performed, as
158         follows:
159    #ja
160    <code title=event-DOMActivate>DOMActivate</code> 事象の対象が
161    <code><a href="#img">img</a></code> 要素で、その <code
162         title=attr-img-ismap><a href="#ismap">ismap</a></code> 属性が指定されている場合、
163    鯖側画像写像処理を次のように行わなければ[[MUST:なりません]]。
164    
165    #en
166    If the <code title=event-DOMActivate>DOMActivate</code> event was
167          dispatched as the result of a real pointing-device-triggered <code
168          title=event-click>click</code> event on the <code><a
169          href="#img">img</a></code> element, then let <var title="">x</var> be
170          the distance in CSS pixels from the left edge of the image to the
171          location of the click, and let <var title="">y</var> be the distance in
172          CSS pixels from the top edge of the image to the location of the click.
173          Otherwise, let <var title="">x</var> and <var title="">y</var> be zero.
174    #ja
175    <code title=event-DOMActivate>DOMActivate</code> 事象が現実に指示装置が引き金となった
176    <code><a
177          href="#img">img</a></code> 要素上の <code
178          title=event-click>click</code> 事象の結果として発送された場合、
179    <var title="">x</var> を画像の左辺からクリックの位置までの CSS 画素による距離とし、
180    <var title="">y</var> を画像の上辺からクリックの位置までの CSS 画素による距離とします。
181    それ以外の場合、 <var title="">x</var> と <var title="">y</var>
182    を零とします。
183    
184    #en
185    Let the <dfn id=hyperlink2><var>hyperlink suffix</var></dfn> be a
186          U+003F QUESTION MARK character, the value of <var title="">x</var>
187    
188          expressed as a base-ten integer using ASCII digits (U+0030 DIGIT ZERO
189          to U+0039 DIGIT NINE), a U+002C COMMA character, and the value of <var
190          title="">y</var> expressed as a base-ten integer using ASCII digits.
191    #ja
192    <dfn id=hyperlink2><var>ハイパーリンク接尾辞</var></dfn> をU+003F QUESTION MARK
193    文字、 <var title="">x</var> の値の ASCII 数字 (U+0030 DIGIT ZERO
194          から U+0039 DIGIT NINE) を使った十進整数表現、 U+002C COMMA
195    文字、 <var
196          title="">y</var> の値の ASCII 数字を使った十進整数表現とします。
197    
198    #en
199    Finally, the user agent must <a href="#following0" title="following
200         hyperlinks">follow the hyperlink</a> defined by the <code><a
201         href="#a">a</a></code> element. If the steps above defined a <var><a
202         href="#hyperlink2">hyperlink suffix</a></var>, then take that into
203         account when following the hyperlink.
204    #ja
205    最後に、利用者エージェントは <code><a
206         href="#a">a</a></code> 要素で定義される<a href="#following0" title="following
207         hyperlinks">ハイパーリンクをたどら</a>なければ[[MUST:なりません]]。
208    先の段階が<var><a
209         href="#hyperlink2">ハイパーリンク接尾辞</a></var>を定義している場合、
210    これをハイパーリンクをたどる時に考慮に入れます。
211    
212    #en
213    One way that a user agent can enable users to follow
214       hyperlinks is by allowing <code><a href="#a">a</a></code> elements to be
215       clicked, or focussed and activated by the keyboard. This <span
216       title="interactive elements">will cause</span> the aforementioned <a
217       href="#activation0">activation behavior</a> to be invoked.
218    #ja
219    利用者がハイパーテキストをたどることができるように利用者エージェントがする1つの方法は、
220    <code><a href="#a">a</a></code> をクリックできるようにするか、
221    鍵盤から焦点を当て、活性化できるようにすることです。これによって先述の<a
222       href="#activation0">活性化動作</a>が呼び出される<span
223       title="interactive elements">ことになります</span>。
224    
225    #en
226    The DOM attributes <dfn id=href3
227       title=dom-a-href><code>href</code></dfn>, <dfn id=ping0
228       title=dom-a-ping><code>ping</code></dfn>, <dfn id=target1
229       title=dom-a-target><code>target</code></dfn>, <dfn id=rel1
230       title=dom-a-rel><code>rel</code></dfn>, <dfn id=media4
231       title=dom-a-media><code>media</code></dfn>, <dfn id=hreflang1
232       title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=type3
233       title=dom-a-type><code>type</code></dfn>, must each <a
234       href="#reflect">reflect</a> the respective content attributes of the same
235       name.
236    #ja
237    DOM 属性 <dfn id=href3
238       title=dom-a-href><code>href</code></dfn>, <dfn id=ping0
239       title=dom-a-ping><code>ping</code></dfn>, <dfn id=target1
240       title=dom-a-target><code>target</code></dfn>, <dfn id=rel1
241       title=dom-a-rel><code>rel</code></dfn>, <dfn id=media4
242       title=dom-a-media><code>media</code></dfn>, <dfn id=hreflang1
243       title=dom-a-hreflang><code>hreflang</code></dfn>, <dfn id=type3
244       title=dom-a-type><code>type</code></dfn>
245    は、それぞれ同じ名前の内容属性を<a
246       href="#reflect">反映</a>しなければ[[MUST:なりません]]。
247    
248    #en
249    The DOM attribute <dfn id=rellist0
250       title=dom-a-rellist><code>relList</code></dfn> must <a
251       href="#reflect">reflect</a> the <code title=attr-hyperlink-rel><a
252       href="#rel3">rel</a></code> content attribute.
253    #ja
254    DOM 属性 <dfn id=rellist0
255       title=dom-a-rellist><code>relList</code></dfn> は <code title=attr-hyperlink-rel><a
256       href="#rel3">rel</a></code> 内容属性を<a
257       href="#reflect">反映</a>しなければ[[MUST:なりません]]。
258    
259    
260    
261    
262    #en
263    One or more groups of: <a href="#phrasing0">phrasing content</a>
264    
265        followed either by a single <code><a href="#rt">rt</a></code> element, or
266        an <code><a href="#rp">rp</a></code> element, an <code><a
267        href="#rt">rt</a></code> element, and another <code><a
268        href="#rp">rp</a></code> element.
269    #ja
270    次の群を1つ以上: <a href="#phrasing0">語句付け内容</a>の後に、
271    <code><a href="#rt">rt</a></code> 要素が1つか、または
272    <code><a href="#rp">rp</a></code> 要素と <code><a
273        href="#rt">rt</a></code> 要素と別の <code><a
274        href="#rp">rp</a></code> 要素、のいずれかが続く。
275    
276    #en
277    The <code><a href="#ruby">ruby</a></code> element allows one or more
278       spans of phrasing content to be marked with ruby annotations.
279    #ja
280    <code><a href="#ruby">ruby</a></code> 要素は、
281    1つ以上の語句付け内容の範囲にルビ注釈を付すことができます。
282    
283    #en
284    A <code><a href="#ruby">ruby</a></code> element represents the spans of
285       phrasing content it contains, ignoring all the child <code><a
286       href="#rt">rt</a></code> and <code><a href="#rp">rp</a></code> elements
287       and their descendants. Those spans of phrasing content have associated
288       annotations created using the <code><a href="#rt">rt</a></code> element.
289    #ja
290    <code><a href="#ruby">ruby</a></code> 要素は、すべての子供 <code><a
291       href="#rt">rt</a></code> 要素・<code><a href="#rp">rp</a></code> 要素とその子孫を無視したときの、
292    当該要素に含まれる語句付け内容の範囲(群)を表します。
293    語句付け内容の範囲(群)は、 <code><a href="#rt">rt</a></code>
294    要素を使って作成される、関連付けられた注釈を持ちます。
295    
296    #en
297    In this example, each ideograph in the text <span
298        lang=ja>&#x658e;&#x85e4;&#x4fe1;&#x7537;</span> is annotated with its
299        reading.
300    #ja
301    次の例では、<span
302        lang=ja>&#x658e;&#x85e4;&#x4fe1;&#x7537;</span>という語中の漢字それぞれに、
303    読みを注釈として付しています。
304    
305    #en
306    This might be rendered as:
307    #ja
308    これは、次のようにレンダリングされましょう。
309    
310    #en
311    <img alt="The four main ideographs, each with its reading annotation
312        rendered in a smaller font above it." src="images/sample-ruby.png">
313    #ja
314    <img alt="4つの主たる漢字があり、それぞれの読みの注釈が小さなフォントで漢字の上にレンダリングされています。" src="http://www.whatwg.org/specs/web-apps/current-work/images/sample-ruby.png">
315    
316    #pattern
317    As a child of a * element.
318    #ja
319    $1 要素の子供として。
320    
321    #en
322    The <code><a href="#rt">rt</a></code> element marks the ruby text
323       component of a ruby annotation.
324    #ja
325    <code><a href="#rt">rt</a></code> 要素は、ルビ注釈のルビ文部分を示します。
326    
327    #en
328    An <code><a href="#rt">rt</a></code> element that is a child of a
329       <code><a href="#ruby">ruby</a></code> element represents an annotation
330       (given by its children) for the zero or more nodes of phrasing content
331       that immediately precedes it in the <code><a href="#ruby">ruby</a></code>
332       element, ignoring <code><a href="#rp">rp</a></code> elements.
333    #ja
334    <code><a href="#ruby">ruby</a></code> 要素の子供である
335    <code><a href="#rt">rt</a></code> 要素は、
336    当該 <code><a href="#ruby">ruby</a></code> 要素中で
337    (<code><a href="#rp">rp</a></code> 要素を無視した時)
338    直前にある零個以上の語句付け内容の節点に対する注釈
339    (子供により与えられます。) を表します。
340    
341    #en
342    An <code><a href="#rt">rt</a></code> element that is not a child of a
343       <code><a href="#ruby">ruby</a></code> element represents the same thing as
344       its children.
345    #ja
346    <code><a href="#ruby">ruby</a></code> 要素の子供ではない
347    <code><a href="#rt">rt</a></code> 要素は、
348    その子供と同じものを表します。
349    
350    #en
351    As a child of a <code><a href="#ruby">ruby</a></code> element, either
352        immediately before or immediately after an <code><a
353        href="#rt">rt</a></code> element.
354    #ja
355    <code><a href="#ruby">ruby</a></code> 要素の子供として、 <code><a
356        href="#rt">rt</a></code> 要素の直前または直後に。
357    
358    #en
359    If the <code><a href="#rp">rp</a></code> element is immediately after
360        an <code><a href="#rt">rt</a></code> element that is immediately preceded
361        by another <code><a href="#rp">rp</a></code> element: a single character
362        from Unicode character class Pe.
363    #ja
364    <code><a href="#rp">rp</a></code> 要素が別の <code><a href="#rp">rp</a></code>
365    要素の直後にある <code><a href="#rt">rt</a></code> 要素の直後の場合:
366    Unicode 文字クラス Pe から1文字。
367    
368    #en
369    Otherwise: a single character from Unicode character class Ps.
370    #ja
371    それ以外の場合: Unicode 文字クラス Ps から1文字。
372    
373    #en
374    The <code><a href="#rp">rp</a></code> element can be used to provide
375       parentheses around a ruby text component of a ruby annotation, to be shown
376       by user agents that don't support ruby annotations.
377    #ja
378    <code><a href="#rp">rp</a></code> 要素は、
379    ルビ注釈に対応していない利用者エージェントが示す、
380    ルビ注釈のルビ文部分の周囲の括弧を提供するために使うことができます。
381    
382    #en
383    An <code><a href="#rp">rp</a></code> element that is a child of a
384       <code><a href="#ruby">ruby</a></code> element represents nothing and it
385       and its contents must be ignored. An <code><a href="#rp">rp</a></code>
386       element whose parent element is not a <code><a
387       href="#ruby">ruby</a></code> element represents the same thing as its
388       children.
389    #ja
390    <code><a href="#ruby">ruby</a></code> 要素の子供である
391    <code><a href="#rp">rp</a></code> 要素は、何も表さず、
392    その要素と内容は無視されなければ[[MUST:なりません]]。親要素が <code><a
393       href="#ruby">ruby</a></code> 要素でない <code><a href="#rp">rp</a></code>
394    要素は、その子供と同じものを表します。
395    
396    #en
397    The example above, in which each ideograph in the text <span
398        lang=ja>&#x658e;&#x85e4;&#x4fe1;&#x7537;</span> is annotated with its
399        reading, could be expanded to use <code><a href="#rp">rp</a></code> so
400        that in legacy user agentthe readings are in parentheses:
401    #ja
402    先の<span
403        lang=ja>&#x658e;&#x85e4;&#x4fe1;&#x7537;</span>という語中の漢字が読みと関連付けられている例では、
404    遺物利用者エージェントが読みを括弧中に示すように、更に
405    <code><a href="#rp">rp</a></code> も使うことができます。
406    
407    #en
408    In conforming user agents the rendering would be as above, but in user
409        agents that do not support ruby, the rendering would be:
410    #ja
411    適合容赦エージェントでのレンダリングは先のようになりますが、
412    ルビに対応していない利用者エージェントでは、
413    レンダリングは次のようになります。
414    
415    #pattern
416    <span class=secno>* </span>Usage summary
417    #ja
418    <span class=secno>$1 </span>利用法のまとめ
419    
420    #pattern
421    <span class=secno>* </span>Footnotes
422    #ja
423    <span class=secno>$1 </span>脚注
424    
425    #en
426    HTML does not have a dedicated mechanism for marking up footnotes. Here
427       are the recommended alternatives.
428    #ja
429    HTML は脚注をマーク付けするための専用の仕組みを持っていません。
430    ここでは、[[RECOMMENDED:推奨]]される代替法を紹介します。
431    
432    #en
433    For short inline annotations, the <code title=attr-title><a
434       href="#title">title</a></code> attribute should be used.
435    #ja
436    短い行内注釈については、 <code title=attr-title><a
437       href="#title">title</a></code> 属性を使う[[SHOULD:べきです]]。
438    
439    #en
440    In this example, two parts of a dialog are annotated.
441    #ja
442    次の例では、対話の2つの部分に注釈が付されています。
443    
444    #en
445    For longer annotations, the <code><a href="#a">a</a></code> element
446       should be used, pointing to an element later in the document. The
447       convention is that the contents of the link be a number in square
448       brackets.
449    #ja
450    より長い注釈については、 <code><a href="#a">a</a></code>
451    を使って、文書の後の要素を指すようにする[[SHOULD:べきです]]。
452    慣習的にはリンクの内容は数字を四角括弧で括ったものです。
453    
454    #en
455    In this example, a footnote in the dialog links to a paragraph below
456        the dialog. The paragraph then reciprocally links back to the dialog,
457        allowing the user to return to the location of the footnote.
458    #ja
459    次の例では、対話中の脚注が対話の後の段落へのリンクとなっています。
460    その段落の方は逆に対話へ逆リンクしており、
461    利用者が脚注の場所へ返れるようになっています。
462    
463    #en
464    For side notes, longer annotations that apply to entire sections of the
465       text rather than just specific words or sentences, the <code><a
466       href="#aside">aside</a></code> element should be used.
467    #ja
468    傍注 (文章中の特定の語や文に対してだけではなく、節全体に適用される、
469    より長い注釈) には、 <code><a
470       href="#aside">aside</a></code> 要素を使う[[SHOULD:べきです]]。
471    
472    #en
473    In this example, a sidebar is given after a dialog, giving some context
474        to the dialog.
475    #ja
476    次の例では、対話の後に傍注があり、対話の背景を説明しています。
477    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24