/[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.24 - (hide annotations) (download)
Thu Oct 23 04:18:26 2008 UTC (17 years, 8 months ago) by wakaba
Branch: MAIN
CVS Tags: after-new-ids, HEAD
Changes since 1.23: +189 -189 lines
reflect id changes

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 wakaba 1.24 <a href=#interactive-content-0>Interactive content</a>.
8 apache 1.4 #ja
9 wakaba 1.24 <a href=#interactive-content-0>対話的内容</a>。
10 apache 1.4
11     #en
12 wakaba 1.24 <a href=#phrasing-content-0>Phrasing content</a>, but there must be no <a
13     href=#interactive-content-0>interactive content</a> descendant.
14 apache 1.4 #ja
15 wakaba 1.24 <a href=#phrasing-content-0>語句付け内容</a>、ただし<a
16     href=#interactive-content-0>対話的内容</a>な子孫があっては[[MUST NOT:なりません]]。
17 apache 1.4
18 apache 1.1 #en
19 wakaba 1.24 Where <a href=#phrasing-content-0>phrasing content</a> is expected.
20 apache 1.1 #ja
21 wakaba 1.24 <a href=#phrasing-content-0>語句付け内容</a>が期待される場所。
22 apache 1.4
23     #en
24 wakaba 1.24 The <code title=command-ro><a href=#command-ro>Command</a></code>
25 apache 1.4 interface must also be implemented by this element.
26     #ja
27 wakaba 1.24 <code title=command-ro><a href=#command-ro>Command</a></code>
28 apache 1.4 界面もこの要素に実装しなければ[[MUST:なりません]]。
29    
30     #en
31 wakaba 1.24 If the <code><a href=#the-a-element>a</a></code> element has an <code
32     title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute, then
33     it represents a <a href=#hyperlink>hyperlink</a>.
34 apache 1.4 #ja
35 wakaba 1.24 <code><a href=#the-a-element>a</a></code> 要素が <code
36     title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> 属性を持つ場合、
37     <a href=#hyperlink>ハイパーリンク</a>を表します。
38 apache 1.4
39 apache 1.5 #en
40 wakaba 1.24 If the <code><a href=#the-a-element>a</a></code> element has no <code
41     title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute, then
42 apache 1.4 the element is a placeholder for where a link might otherwise have been
43     placed, if it had been relevant.
44     #ja
45 wakaba 1.24 <code><a href=#the-a-element>a</a></code> 要素が <code
46     title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>
47 apache 1.4 属性を持たない場合、その要素は、もし関係があったとするとリンクが置かれていたであろう場所に場所持ち子です。
48    
49     #en
50     The <code title=attr-hyperlink-target><a
51 wakaba 1.24 href=#attr-fs-target>target</a></code>, <code title=attr-hyperlink-ping><a
52     href=#ping>ping</a></code>, <code title=attr-hyperlink-rel><a
53     href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a
54     href=#media-element-new-resource-task-source>media</a></code>, <code title=attr-hyperlink-hreflang><a
55     href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code
56     title=attr-hyperlink-type><a href=#dom-command-type>type</a></code> attributes
57 apache 1.4 must be omitted if the <code title=attr-hyperlink-href><a
58 wakaba 1.24 href=#attr-hyperlink-href>href</a></code> attribute is not present.
59 apache 1.4 #ja
60     属性 <code title=attr-hyperlink-target><a
61 wakaba 1.24 href=#attr-fs-target>target</a></code>, <code title=attr-hyperlink-ping><a
62     href=#ping>ping</a></code>, <code title=attr-hyperlink-rel><a
63     href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a
64     href=#media-element-new-resource-task-source>media</a></code>, <code title=attr-hyperlink-hreflang><a
65     href=#attr-hyperlink-hreflang>hreflang</a></code>, <code
66     title=attr-hyperlink-type><a href=#dom-command-type>type</a></code> は、
67 apache 1.4 <code title=attr-hyperlink-href><a
68 wakaba 1.24 href=#attr-hyperlink-href>href</a></code> 属性がない場合、省略しなければ[[MUST:なりません]]。
69 apache 1.4
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 wakaba 1.24 an <code><a href=#the-a-element>a</a></code> element:
74 apache 1.4 #ja
75     あるサイトが各頁で共通の誘導ツールバーを用いている場合、
76 wakaba 1.24 通常はその頁自体にリンクしているリンクは <code><a href=#the-a-element>a</a></code>
77 apache 1.4 要素を用いてマーク付けすることができます。
78    
79     #en
80     &lt;nav>
81     &lt;ul>
82 wakaba 1.24 &lt;li> &lt;a href=/>Home&lt;/a> &lt;/li>
83     &lt;li> &lt;a href=/news>News&lt;/a> &lt;/li>
84 apache 1.4 &lt;li> &lt;a>Examples&lt;/a> &lt;/li>
85 wakaba 1.24 &lt;li> &lt;a href=/legal>Legal&lt;/a> &lt;/li>
86 apache 1.4 &lt;/ul>
87     &lt;/nav>
88     #ja
89     &lt;nav>
90     &lt;ul>
91 wakaba 1.24 &lt;li> &lt;a href=/>家&lt;/a> &lt;/li>
92     &lt;li> &lt;a href=/news>おしらせ&lt;/a> &lt;/li>
93 apache 1.4 &lt;li> &lt;a>例&lt;/a> &lt;/li>
94 wakaba 1.24 &lt;li> &lt;a href=/legal>法的事項&lt;/a> &lt;/li>
95 apache 1.4 &lt;/ul>
96     &lt;/nav>
97    
98     #en
99 wakaba 1.24 Interactive user agents should allow users to <a href=#following-hyperlinks
100 apache 1.4 title="following hyperlinks">follow hyperlinks</a> created using the
101 wakaba 1.24 <code><a href=#the-a-element>a</a></code> element. The <code
102     title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code
103     title=attr-hyperlink-target><a href=#attr-fs-target>target</a></code> and <code
104     title=attr-hyperlink-ping><a href=#ping>ping</a></code> attributes
105 apache 1.4 decide how the link is followed. The <code title=attr-hyperlink-rel><a
106 wakaba 1.24 href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a
107     href=#media-element-new-resource-task-source>media</a></code>, <code title=attr-hyperlink-hreflang><a
108     href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code
109     title=attr-hyperlink-type><a href=#dom-command-type>type</a></code> attributes may
110 apache 1.4 be used to indicate to the user the likely nature of the target resource
111     before the user follows the link.
112     #ja
113 wakaba 1.24 対話的利用者エージェントは、利用者が <code><a href=#the-a-element>a</a></code>
114     要素を使って作られた<a href=#following-hyperlinks
115 apache 1.4 title="following hyperlinks">ハイパーリンクをたどる</a>ことができるようにする[[SHOULD:べきです]]。
116     属性 <code
117 wakaba 1.24 title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code
118     title=attr-hyperlink-target><a href=#attr-fs-target>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 wakaba 1.24 href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a
122     href=#media-element-new-resource-task-source>media</a></code>, <code title=attr-hyperlink-hreflang><a
123     href=#attr-hyperlink-hreflang>hreflang</a></code>, <code
124     title=attr-hyperlink-type><a href=#dom-command-type>type</a></code>
125 apache 1.6 は、利用者がリンクをたどる前に対象資源の性質がどうでありそうかを利用者に示すために使って[[MAY:構いません]]。
126 apache 1.4
127     #en
128 wakaba 1.24 The <a href=#activation-behavior>activation behavior</a> of <code><a
129     href=#the-a-element>a</a></code> elements that represent <span>hyperlinks</span> is
130 apache 1.4 to run the following steps:
131     #ja
132     <span>ハイパーリンク</span>を表す <code><a
133 wakaba 1.24 href=#the-a-element>a</a></code> 要素の<a href=#activation-behavior>活性化動作</a>は、
134 apache 1.4 次の段階を動作させることです。
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 wakaba 1.24 a <code title=dom-click><a href=#dom-click>click()</a></code> method call
140 apache 1.4 was the reason for the event being dispatched), and the <code><a
141 wakaba 1.24 href=#the-a-element>a</a></code> element's <code title=attr-hyperlink-target><a
142     href=#attr-fs-target>target</a></code> attribute is <span
143 apache 1.4 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 wakaba 1.24 <code title=dom-click><a href=#dom-click>click()</a></code>
148 apache 1.4 メソッド呼び出しが事象の発送の理由である場合) で、 <code><a
149 wakaba 1.24 href=#the-a-element>a</a></code> 要素の <code title=attr-hyperlink-target><a
150     href=#attr-fs-target>target</a></code> 属性が <span
151 apache 1.4 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 wakaba 1.24 event is an <code><a href=#the-img-element>img</a></code> element with an <code
157     title=attr-img-ismap><a href=#attr-img-ismap>ismap</a></code> attribute
158 apache 1.4 specified, then server-side image map processing must be performed, as
159     follows:
160     #ja
161     <code title=event-DOMActivate>DOMActivate</code> 事象の対象が
162 wakaba 1.24 <code><a href=#the-img-element>img</a></code> 要素で、その <code
163     title=attr-img-ismap><a href=#attr-img-ismap>ismap</a></code> 属性が指定されている場合、
164 apache 1.4 鯖側画像写像処理を次のように行わなければ[[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 wakaba 1.24 href=#the-img-element>img</a></code> element, then let <var title="">x</var> be
171 apache 1.4 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 apache 1.8 <code title=event-DOMActivate>DOMActivate</code> 事象が、現実に指示装置が誘発した
177 apache 1.4 <code><a
178 wakaba 1.24 href=#the-img-element>img</a></code> 要素上の <code
179 apache 1.4 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 wakaba 1.24 Let the <dfn id=hyperlink-suffix><var>hyperlink suffix</var></dfn> be a
187 apache 1.4 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 wakaba 1.24 <dfn id=hyperlink-suffix><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 wakaba 1.24 Finally, the user agent must <a href=#following-hyperlinks title="following
201 apache 1.4 hyperlinks">follow the hyperlink</a> defined by the <code><a
202 wakaba 1.24 href=#the-a-element>a</a></code> element. If the steps above defined a <var><a
203     href=#hyperlink-suffix>hyperlink suffix</a></var>, then take that into
204 apache 1.4 account when following the hyperlink.
205     #ja
206     最後に、利用者エージェントは <code><a
207 wakaba 1.24 href=#the-a-element>a</a></code> 要素で定義される<a href=#following-hyperlinks title="following
208 apache 1.4 hyperlinks">ハイパーリンクをたどら</a>なければ[[MUST:なりません]]。
209     先の段階が<var><a
210 wakaba 1.24 href=#hyperlink-suffix>ハイパーリンク接尾辞</a></var>を定義している場合、
211 apache 1.4 これをハイパーリンクをたどる時に考慮に入れます。
212    
213     #en
214     One way that a user agent can enable users to follow
215 wakaba 1.24 hyperlinks is by allowing <code><a href=#the-a-element>a</a></code> elements to be
216 apache 1.4 clicked, or focussed and activated by the keyboard. This <span
217     title="interactive elements">will cause</span> the aforementioned <a
218 wakaba 1.24 href=#activation-behavior>activation behavior</a> to be invoked.
219 apache 1.4 #ja
220     利用者がハイパーテキストをたどることができるように利用者エージェントがする1つの方法は、
221 wakaba 1.24 <code><a href=#the-a-element>a</a></code> をクリックできるようにするか、
222 apache 1.4 鍵盤から焦点を当て、活性化できるようにすることです。これによって先述の<a
223 wakaba 1.24 href=#activation-behavior>活性化動作</a>が呼び出される<span
224 apache 1.4 title="interactive elements">ことになります</span>。
225    
226     #en
227 wakaba 1.24 The DOM attributes <dfn id=dom-a-href
228     title=dom-a-href><code>href</code></dfn>, <dfn id=dom-a-ping
229     title=dom-a-ping><code>ping</code></dfn>, <dfn id=dom-a-target
230     title=dom-a-target><code>target</code></dfn>, <dfn id=dom-a-rel
231     title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-media
232     title=dom-a-media><code>media</code></dfn>, <dfn id=dom-a-hreflang
233     title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=attr-script-type
234 apache 1.4 title=dom-a-type><code>type</code></dfn>, must each <a
235 wakaba 1.24 href=#reflect>reflect</a> the respective content attributes of the same
236 apache 1.4 name.
237     #ja
238 wakaba 1.24 DOM 属性 <dfn id=dom-a-href
239     title=dom-a-href><code>href</code></dfn>, <dfn id=dom-a-ping
240     title=dom-a-ping><code>ping</code></dfn>, <dfn id=dom-a-target
241     title=dom-a-target><code>target</code></dfn>, <dfn id=dom-a-rel
242     title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-media
243     title=dom-a-media><code>media</code></dfn>, <dfn id=dom-a-hreflang
244     title=dom-a-hreflang><code>hreflang</code></dfn>, <dfn id=attr-script-type
245 apache 1.4 title=dom-a-type><code>type</code></dfn>
246     は、それぞれ同じ名前の内容属性を<a
247 wakaba 1.24 href=#reflect>反映</a>しなければ[[MUST:なりません]]。
248 apache 1.4
249     #en
250 wakaba 1.24 The DOM attribute <dfn id=dom-a-rellist
251 apache 1.4 title=dom-a-rellist><code>relList</code></dfn> must <a
252 wakaba 1.24 href=#reflect>reflect</a> the <code title=attr-hyperlink-rel><a
253     href=#attr-hyperlink-rel>rel</a></code> content attribute.
254 apache 1.4 #ja
255 wakaba 1.24 DOM 属性 <dfn id=dom-a-rellist
256 apache 1.4 title=dom-a-rellist><code>relList</code></dfn> は <code title=attr-hyperlink-rel><a
257 wakaba 1.24 href=#attr-hyperlink-rel>rel</a></code> 内容属性を<a
258     href=#reflect>反映</a>しなければ[[MUST:なりません]]。
259 apache 1.4
260    
261    
262 apache 1.2
263     #en
264 wakaba 1.24 One or more groups of: <a href=#phrasing-content-0>phrasing content</a>
265 apache 1.2
266 wakaba 1.24 followed either by a single <code><a href=#the-rt-element>rt</a></code> element, or
267     an <code><a href=#the-rp-element>rp</a></code> element, an <code><a
268     href=#the-rt-element>rt</a></code> element, and another <code><a
269     href=#the-rp-element>rp</a></code> element.
270 apache 1.2 #ja
271 wakaba 1.24 次の群を1つ以上: <a href=#phrasing-content-0>語句付け内容</a>の後に、
272     <code><a href=#the-rt-element>rt</a></code> 要素が1つか、または
273     <code><a href=#the-rp-element>rp</a></code> 要素と <code><a
274     href=#the-rt-element>rt</a></code> 要素と別の <code><a
275     href=#the-rp-element>rp</a></code> 要素、のいずれかが続く。
276 apache 1.2
277     #en
278 wakaba 1.24 The <code><a href=#the-ruby-element>ruby</a></code> element allows one or more
279 apache 1.2 spans of phrasing content to be marked with ruby annotations.
280     #ja
281 wakaba 1.24 <code><a href=#the-ruby-element>ruby</a></code> 要素は、
282 apache 1.2 1つ以上の語句付け内容の範囲にルビ注釈を付すことができます。
283    
284     #en
285 wakaba 1.24 A <code><a href=#the-ruby-element>ruby</a></code> element represents the spans of
286 apache 1.2 phrasing content it contains, ignoring all the child <code><a
287 wakaba 1.24 href=#the-rt-element>rt</a></code> and <code><a href=#the-rp-element>rp</a></code> elements
288 apache 1.2 and their descendants. Those spans of phrasing content have associated
289 wakaba 1.24 annotations created using the <code><a href=#the-rt-element>rt</a></code> element.
290 apache 1.2 #ja
291 wakaba 1.24 <code><a href=#the-ruby-element>ruby</a></code> 要素は、すべての子供 <code><a
292     href=#the-rt-element>rt</a></code> 要素・<code><a href=#the-rp-element>rp</a></code> 要素とその子孫を無視したときの、
293 apache 1.2 当該要素に含まれる語句付け内容の範囲(群)を表します。
294 wakaba 1.24 語句付け内容の範囲(群)は、 <code><a href=#the-rt-element>rt</a></code>
295 apache 1.2 要素を使って作成される、関連付けられた注釈を持ちます。
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 apache 1.9 lang=ja>&#x658e;&#x85e4;&#x4fe1;&#x7537;</span>という語中のそれぞれの漢字に読みを注釈付けしています。
304 apache 1.2
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 wakaba 1.24 rendered in a smaller font above it." src=images/sample-ruby.png>
313 apache 1.2 #ja
314 wakaba 1.24 <img alt="4つの主たる漢字があり、それぞれの読みの注釈が小さなフォントで漢字の上にレンダリングされています。" src=http://www.whatwg.org/specs/web-apps/current-work/images/sample-ruby.png>
315 apache 1.2
316     #pattern
317     As a child of a * element.
318     #ja
319     $1 要素の子供として。
320    
321     #en
322 wakaba 1.24 The <code><a href=#the-rt-element>rt</a></code> element marks the ruby text
323 apache 1.2 component of a ruby annotation.
324     #ja
325 wakaba 1.24 <code><a href=#the-rt-element>rt</a></code> 要素は、ルビ注釈のルビ文部分を示します。
326 apache 1.2
327     #en
328 wakaba 1.24 An <code><a href=#the-rt-element>rt</a></code> element that is a child of a
329     <code><a href=#the-ruby-element>ruby</a></code> element represents an annotation
330 apache 1.2 (given by its children) for the zero or more nodes of phrasing content
331 wakaba 1.24 that immediately precedes it in the <code><a href=#the-ruby-element>ruby</a></code>
332     element, ignoring <code><a href=#the-rp-element>rp</a></code> elements.
333 apache 1.2 #ja
334 wakaba 1.24 <code><a href=#the-ruby-element>ruby</a></code> 要素の子供である
335     <code><a href=#the-rt-element>rt</a></code> 要素は、
336     当該 <code><a href=#the-ruby-element>ruby</a></code> 要素中で
337     (<code><a href=#the-rp-element>rp</a></code> 要素を無視した時)
338 apache 1.2 直前にある零個以上の語句付け内容の節点に対する注釈
339     (子供により与えられます。) を表します。
340    
341     #en
342 wakaba 1.24 An <code><a href=#the-rt-element>rt</a></code> element that is not a child of a
343     <code><a href=#the-ruby-element>ruby</a></code> element represents the same thing as
344 apache 1.2 its children.
345     #ja
346 wakaba 1.24 <code><a href=#the-ruby-element>ruby</a></code> 要素の子供ではない
347     <code><a href=#the-rt-element>rt</a></code> 要素は、
348 apache 1.2 その子供と同じものを表します。
349    
350     #en
351 wakaba 1.24 As a child of a <code><a href=#the-ruby-element>ruby</a></code> element, either
352 apache 1.2 immediately before or immediately after an <code><a
353 wakaba 1.24 href=#the-rt-element>rt</a></code> element.
354 apache 1.2 #ja
355 wakaba 1.24 <code><a href=#the-ruby-element>ruby</a></code> 要素の子供として、 <code><a
356     href=#the-rt-element>rt</a></code> 要素の直前または直後に。
357 apache 1.2
358     #en
359 wakaba 1.24 If the <code><a href=#the-rp-element>rp</a></code> element is immediately after
360     an <code><a href=#the-rt-element>rt</a></code> element that is immediately preceded
361     by another <code><a href=#the-rp-element>rp</a></code> element: a single character
362 apache 1.2 from Unicode character class Pe.
363     #ja
364 wakaba 1.24 <code><a href=#the-rp-element>rp</a></code> 要素が別の <code><a href=#the-rp-element>rp</a></code>
365     要素の直後にある <code><a href=#the-rt-element>rt</a></code> 要素の直後の場合:
366 apache 1.2 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 wakaba 1.24 The <code><a href=#the-rp-element>rp</a></code> element can be used to provide
375 apache 1.2 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 wakaba 1.24 <code><a href=#the-rp-element>rp</a></code> 要素は、
379 apache 1.2 ルビ注釈に対応していない利用者エージェントが示す、
380     ルビ注釈のルビ文部分の周囲の括弧を提供するために使うことができます。
381    
382     #en
383 wakaba 1.24 An <code><a href=#the-rp-element>rp</a></code> element that is a child of a
384     <code><a href=#the-ruby-element>ruby</a></code> element represents nothing and it
385     and its contents must be ignored. An <code><a href=#the-rp-element>rp</a></code>
386 apache 1.2 element whose parent element is not a <code><a
387 wakaba 1.24 href=#the-ruby-element>ruby</a></code> element represents the same thing as its
388 apache 1.2 children.
389     #ja
390 wakaba 1.24 <code><a href=#the-ruby-element>ruby</a></code> 要素の子供である
391     <code><a href=#the-rp-element>rp</a></code> 要素は、何も表さず、
392 apache 1.2 その要素と内容は無視されなければ[[MUST:なりません]]。親要素が <code><a
393 wakaba 1.24 href=#the-ruby-element>ruby</a></code> 要素でない <code><a href=#the-rp-element>rp</a></code>
394 apache 1.2 要素は、その子供と同じものを表します。
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 wakaba 1.24 reading, could be expanded to use <code><a href=#the-rp-element>rp</a></code> so
400 apache 1.2 that in legacy user agentthe readings are in parentheses:
401     #ja
402 apache 1.9 前掲の<span
403     lang=ja>&#x658e;&#x85e4;&#x4fe1;&#x7537;</span>という語中で漢字に読みが注釈付けされている例では、
404     遺物利用者エージェントが読みを括弧中に示すようにするため、
405 wakaba 1.24 <code><a href=#the-rp-element>rp</a></code> も更に使うことができます。
406 apache 1.2
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 wakaba 1.24 href=#the-title-attribute>title</a></code> attribute should be used.
435 apache 1.2 #ja
436     短い行内注釈については、 <code title=attr-title><a
437 wakaba 1.24 href=#the-title-attribute>title</a></code> 属性を使う[[SHOULD:べきです]]。
438 apache 1.2
439     #en
440     In this example, two parts of a dialog are annotated.
441     #ja
442 apache 1.9 次の例では、対話の2つの部分が注釈付けされています。
443 apache 1.2
444     #en
445 wakaba 1.24 For longer annotations, the <code><a href=#the-a-element>a</a></code> element
446 apache 1.2 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 wakaba 1.24 より長い注釈については、 <code><a href=#the-a-element>a</a></code>
451 apache 1.2 を使って、文書の後の要素を指すようにする[[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 wakaba 1.24 href=#the-aside-element>aside</a></code> element should be used.
467 apache 1.2 #ja
468     傍注 (文章中の特定の語や文に対してだけではなく、節全体に適用される、
469     より長い注釈) には、 <code><a
470 wakaba 1.24 href=#the-aside-element>aside</a></code> 要素を使う[[SHOULD:べきです]]。
471 apache 1.2
472     #en
473     In this example, a sidebar is given after a dialog, giving some context
474     to the dialog.
475     #ja
476     次の例では、対話の後に傍注があり、対話の背景を説明しています。
477    
478 apache 1.10
479    
480     #en
481     <strong>User agent requirements</strong>: User agents must parse the
482 wakaba 1.24 <code title=attr-meter-min><a href=#attr-meter-min>min</a></code>, <code
483     title=attr-meter-max><a href=#attr-meter-max>max</a></code>, <code
484     title=attr-meter-value><a href=#dom-progress-value>value</a></code>, <code
485     title=attr-meter-low><a href=#attr-meter-low>low</a></code>, <code
486     title=attr-meter-high><a href=#attr-meter-high>high</a></code>, and <code
487     title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> attributes
488     using the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number
489 apache 1.10 values</a>.
490     #ja
491     <strong>利用者エージェント要件</strong>:
492     利用者エージェントは、属性
493 wakaba 1.24 <code title=attr-meter-min><a href=#attr-meter-min>min</a></code>、<code
494     title=attr-meter-max><a href=#attr-meter-max>max</a></code>、<code
495     title=attr-meter-value><a href=#dom-progress-value>value</a></code>、<code
496     title=attr-meter-low><a href=#attr-meter-low>low</a></code>、<code
497     title=attr-meter-high><a href=#attr-meter-high>high</a></code>、<code
498     title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code>
499     を<a href=#rules-for-parsing-floating-point-number-values>浮動小数点値を構文解析する規則</a>を使って構文解析しなければ[[MUST:なりません]]。
500 apache 1.11
501     #en
502 wakaba 1.24 If the <code title=attr-meter-value><a href=#dom-progress-value>value</a></code>
503 apache 1.11 attribute has been omitted, the user agent must also process the <code><a
504 wakaba 1.24 href=#textcontent>textContent</a></code> of the element according to the
505     <a href=#steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string>steps for finding one or two numbers of a ratio in a
506 apache 1.11 string</a>. These steps will return nothing, one number, one number with a
507     denominator punctuation character, or two numbers.
508     #ja
509     利用者エージェントは、
510 wakaba 1.24 <code title=attr-meter-value><a href=#dom-progress-value>value</a></code>
511 apache 1.11 属性が省略されている場合、
512     要素の <code><a
513 wakaba 1.24 href=#textcontent>textContent</a></code> をも<a href=#steps-for-finding-one-or-two-numbers-of-a-ratio-in-a-string>文字列中の比率の1つか2つの数字を探す段階</a>に従い処理しなければ[[MUST:なりません]]。
514 apache 1.11 この段階は何も返さないか、1つの数を返すか、1つの数と分母句読点文字を返すか、
515 apache 1.12 2つの数を返します。
516    
517     #en
518     User agents must then use all these numbers to obtain values for six
519     points on the gauge, as follows. (The order in which these are evaluated
520     is important, as some of the values refer to earlier ones.)
521     #ja
522     利用者エージェントは、その後、これらすべての数を、
523     計器の6点の値を得るために次のように使わなければ[[MUST:なりません]]。
524 apache 1.13 (これらが評価される順序は重要です。ある値が前の値を参照していたりします。)
525    
526     #en
527     The minimum value
528     #ja
529 apache 1.14 最小値
530    
531     #en
532     The maximum value
533     #ja
534 apache 1.15 最大値
535    
536     #en
537     The actual value
538     #ja
539 apache 1.16 実際値
540    
541     #en
542     The low boundary
543     #ja
544 apache 1.17 下界
545    
546     #en
547     The high boundary
548     #ja
549 apache 1.18 上界
550    
551     #en
552     The optimum point
553     #ja
554 apache 1.19 最適点
555    
556     #en
557     minimum value &le; optimum point &le; maximum value
558     #ja
559 apache 1.20 最小値 &le; 最適点 &le; 最大値
560    
561     #en
562     The following markup:
563     #ja
564 apache 1.21 次に示すマーク付けは・・・
565    
566     #en
567     Might be rendered as follows:
568     #ja
569 apache 1.22 次のようにレンダリングされましょう。
570    
571     #en
572     <img alt="With the &lt;meter> elements rendered as inline green bars of
573 wakaba 1.24 varying lengths." src=images/sample-meter.png>
574 apache 1.22 #ja
575 wakaba 1.24 <img alt="&lt;meter> 要素が可変長の行内緑棒としてレンダリングされています。" src=http://www.whatwg.org/specs/web-apps/current-work/images/sample-meter.png>
576 apache 1.23
577     #en
578     Contexts in which these elements may be used:
579     #ja
580     これらの要素を使っても[[MAY:よい]]文脈:

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24