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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations) (download)
Sat Jul 12 07:27:47 2008 UTC (17 years, 9 months ago) by apache
Branch: MAIN
Changes since 1.6: +1 -1 lines
by remote user 'guest'

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24