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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.26 - (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.25: +117 -117 lines
reflect id changes

1 apache 1.3 #en
2 wakaba 1.26 Where <a href=#metadata-content-0>metadata content</a> is expected.
3 apache 1.3 #ja
4 wakaba 1.26 <a href=#metadata-content-0>メタデータ内容</a>が期待される場所。
5 apache 1.3
6     #en
7 wakaba 1.26 In a <code><a href=#the-noscript-element>noscript</a></code> element that is a
8     child of a <code><a href=#the-head-element>head</a></code> element.
9 apache 1.3 #ja
10 wakaba 1.26 <code><a href=#the-head-element>head</a></code> 要素の子供である
11     <code><a href=#the-noscript-element>noscript</a></code> 要素の中。
12 apache 1.3
13     #en
14     Also, the <code title=attr-link-title><a
15 wakaba 1.26 href=#attr-link-title>title</a></code> attribute has special semantics on this
16 apache 1.3 element.
17     #ja
18     また、 <code title=attr-link-title><a
19 wakaba 1.26 href=#attr-link-title>title</a></code> 属性はこの要素では特別な意味を持ちます。
20 apache 1.3
21     #en
22     The <code>LinkStyle</code> interface must also be implemented by this
23 wakaba 1.26 element, the <a href=#styling>styling processing model</a> defines
24     how. <a href=#refsCSSOM>[CSSOM]</a>
25 apache 1.3 #ja
26     <code>LinkStyle</code> 界面もこの要素に実装されなければ[[MUST:なりません]]。
27 wakaba 1.26 その方法は<a href=#styling>スタイル付け処理モデル</a>で定義します。
28     <a href=#refsCSSOM>[CSSOM]</a>
29 apache 1.3
30     #en
31 wakaba 1.26 The <code><a href=#the-link-element>link</a></code> element allows authors to link
32 apache 1.3 their document to other resources.
33     #ja
34 wakaba 1.26 <code><a href=#the-link-element>link</a></code> 要素を使うと、
35 apache 1.3 文書から他の資源へリンクすることができます。
36    
37     #en
38 wakaba 1.26 The destination of the link is given by the <dfn id=attr-link-href
39 apache 1.3 title=attr-link-href><code>href</code></dfn> attribute, which must be
40 wakaba 1.26 present and must contain a <a href=#valid-non-negative-integer>valid URL</a>. If the <code
41     title=attr-link-href><a href=#attr-link-href>href</a></code> attribute is absent,
42 apache 1.3 then the element does not define a link.
43     #ja
44 wakaba 1.26 リンクの終点は <dfn id=attr-link-href
45 apache 1.3 title=attr-link-href><code>href</code></dfn>
46     属性で与えられます。この属性は存在しなければ[[MUST:ならず]]、
47 wakaba 1.26 <a href=#valid-non-negative-integer>妥当な URL</a>
48 apache 1.3 を含まなければ[[MUST:なりません]]。 <code
49 wakaba 1.26 title=attr-link-href><a href=#attr-link-href>href</a></code>
50 apache 1.3 属性が存在しなければ、その要素はリンクを定義しません。
51    
52     #en
53     The type of link indicated (the relationship) is given by the value of
54 wakaba 1.26 the <dfn id=attr-link-rel title=attr-link-rel><code>rel</code></dfn> attribute,
55 apache 1.3 which must be present, and must have a value that is a <a
56 wakaba 1.26 href=#set-of-space-separated-tokens>set of space-separated tokens</a>. The <a
57     href=#linkTypes>allowed values and their meanings</a> are defined in a
58 apache 1.3 later section. If the <code title=attr-link-rel><a
59 wakaba 1.26 href=#attr-link-rel>rel</a></code> attribute is absent, or if the value used is
60 apache 1.3 not allowed according to the definitions in this specification, then the
61     element does not define a link.
62     #ja
63 wakaba 1.26 示されたリンクの型 (関係) は <dfn id=attr-link-rel title=attr-link-rel><code>rel</code></dfn>
64 apache 1.3 属性の値により与えられます。この属性は存在しなければ[[MUST:ならず]]、 <a
65 wakaba 1.26 href=#set-of-space-separated-tokens>間隔区切字句集合</a>であるような値を持たなければ[[MUST:なりません]]。 <a
66     href=#linkTypes>認められている値とその意味</a>は後の節で定義します。 <code title=attr-link-rel><a
67     href=#attr-link-rel>rel</a></code> 属性が存在しないか、
68 apache 1.3 この仕様書の定義に照らして認められていない値である場合は、
69     その要素はリンクを定義しません。
70    
71     #en
72     Two categories of links can be created using the <code><a
73 wakaba 1.26 href=#the-link-element>link</a></code> element. <dfn id=external-resource-link title="external
74 apache 1.3 resource link">Links to external resources</dfn> are links to resources
75     that are to be used to augment the current document, and <dfn
76 wakaba 1.26 id=hyperlink-link title="hyperlink link">hyperlink links</dfn> are <a
77     href=#hyperlink title=hyperlink>links to other documents</a>. The <a
78     href=#linkTypes>link types section</a> defines whether a particular link
79 apache 1.3 type is an external resource or a hyperlink. One element can create
80     multiple links (of which some might be external resource links and some
81     might be hyperlinks); exactly which and how many links are created depends
82     on the keywords given in the <code title=attr-link-rel><a
83 wakaba 1.26 href=#attr-link-rel>rel</a></code> attribute. User agents must process the links
84 apache 1.3 on a per-link basis, not a per-element basis.
85     #ja
86     <code><a
87 wakaba 1.26 href=#the-link-element>link</a></code> 要素を使って作成できるリンクは2種類あります。
88     <dfn id=external-resource-link title="external
89 apache 1.3 resource link">外部資源へのリンク</dfn>は、現在の文書を補うために使われる資源へのリンクで、 <dfn
90 wakaba 1.26 id=hyperlink-link title="hyperlink link">ハイパーリンク・リンク</dfn>は <a
91     href=#hyperlink title=hyperlink>他の文書へのリンク</a>です。 <a
92     href=#linkTypes>リンク型の節</a>で、あるリンク型が外部資源なのかハイパーリンクなのかを定義します。
93 apache 1.3 ある要素は複数のリンクを作成できます (そのうちいくつかは外部資源リンクで、
94     いくつかはハイパーリンクであっても構いません)。どのリンクが何個作成されるかは <code title=attr-link-rel><a
95 wakaba 1.26 href=#attr-link-rel>rel</a></code> 属性に与えられたキーワードに依存します。
96 apache 1.3 利用者エージェントはリンクを、要素毎ではなく、リンク毎に処理しなければ[[MUST:なりません]]。
97    
98    
99     #pattern
100     <span class=secno>* </span>Other metadata names
101     #ja
102 apache 1.5 <span class=secno>$1 </span>その他のメタデータ名
103    
104     #en
105 wakaba 1.26 The <code><a href=#the-title-element>title</a></code> element represents the
106 apache 1.5 document's title or name. Authors should use titles that identify their
107     documents even when they are used out of context, for example in a user's
108     history or bookmarks, or in search results. The document's title is often
109     different from its first header, since the first header does not have to
110     stand alone when taken out of context.
111     #ja
112 wakaba 1.26 <code><a href=#the-title-element>title</a></code> 要素は文書の題や名前を表します。
113 apache 1.5 著者は、文書が文脈外、例えば利用者の履歴や栞、あるいは検索結果で使われた場合であっても、
114     その文書を識別できるような題名を使う[[SHOULD:べきです]]。
115     文書の題は最初の見出しと異なることもよくあります。
116 apache 1.6 最初の見出しは文脈外で単独で使えるものでなくてもよいからです。
117    
118     #en
119 wakaba 1.26 There must be no more than one <code><a href=#the-title-element>title</a></code>
120 apache 1.6 element per document.
121     #ja
122 wakaba 1.26 文書中に複数の <code><a href=#the-title-element>title</a></code>
123 apache 1.7 要素があっては[[MUST:なりません]]。
124    
125     #en
126 wakaba 1.26 The <code><a href=#the-title-element>title</a></code> element must not contain
127 apache 1.7 any elements.
128     #ja
129 wakaba 1.26 <code><a href=#the-title-element>title</a></code> 要素は要素を含んでは[[MUST NOT:なりません]]。
130 apache 1.8
131     #en
132     Here are some examples of appropriate titles, contrasted with the
133     top-level headers that might be used on those same pages.
134     #ja
135     次に示すのは、適切な題名の例です。
136 apache 1.9 同じ頁の最上位で使い得る見出しと比べてください。
137    
138     #en
139     The next page might be a part of the same site. Note how the title
140     describes the subject matter unambiguously, while the first header
141     assumes the reader knowns what the context is and therefore won't wonder
142     if the dances are Salsa or Waltz:
143     #ja
144     次の頁は同じサイトの中にありそうなものです。
145     題名が話題を曖昧なく説明している一方で、
146     最初の見出しは読者が文脈をわかっていることを前提にしていて、
147     踊りがサルサなのかワルツなのか困らないものと思っていることに注意してください。
148 apache 1.10
149    
150     #en
151 wakaba 1.26 In a <code><a href=#the-head-element>head</a></code> element containing no other
152     <code><a href=#the-base-element>base</a></code> elements.
153 apache 1.10 #ja
154 wakaba 1.26 他に <code><a href=#the-base-element>base</a></code> 要素を含まない
155     <code><a href=#the-head-element>head</a></code> 要素の中で。
156 apache 1.11
157     #en
158     Empty.
159     #ja
160 apache 1.12 空。
161    
162     #en
163 wakaba 1.26 The <code><a href=#the-base-element>base</a></code> element allows authors to
164     specify the <a href=#document-base-url>document base URL</a> for the purposes of
165     <a href=#resolve-a-url title="resolve a url">resolving relative URLs</a>, and
166     the name of the default <a href=#browsing-context>browsing context</a> for the
167     purposes of <a href=#following-hyperlinks>following hyperlinks</a>.
168     #ja
169     <code><a href=#the-base-element>base</a></code> 要素を使うと、
170     著者は<a href=#resolve-a-url title="resolve a url">相対 URL を解決</a>する際の<a href=#document-base-url>文書基底 URL</a>
171     や<a href=#following-hyperlinks>ハイパーリンクをたどる</a>際の既定の<a href=#browsing-context>閲覧文脈</a>の名前を指定することができます。
172 apache 1.13
173     #en
174 wakaba 1.26 There must be no more than one <code><a href=#the-base-element>base</a></code>
175 apache 1.13 element per document.
176     #ja
177 wakaba 1.26 文書中に複数の <code><a href=#the-base-element>base</a></code>
178 apache 1.14 要素があっては[[MUST NOT:なりません]]。
179    
180     #en
181 wakaba 1.26 A <code><a href=#the-base-element>base</a></code> element must have either an
182     <code title=attr-base-href><a href=#attr-base-href>href</a></code> attribute, a
183     <code title=attr-base-target><a href=#attr-base-target>target</a></code>
184 apache 1.14 attribute, or both.
185     #ja
186 wakaba 1.26 <code><a href=#the-base-element>base</a></code> 要素は <code title=attr-base-href><a href=#attr-base-href>href</a></code> 属性と
187     <code title=attr-base-target><a href=#attr-base-target>target</a></code>
188 apache 1.15 属性のいずれか、または両方を持たなければ[[MUST:なりません]]。
189    
190     #en
191 wakaba 1.26 The <dfn id=attr-base-href title=attr-base-href><code>href</code></dfn> content
192     attribute, if specified, must contain a <a href=#valid-date-string>valid URL</a>.
193 apache 1.15 #ja
194 wakaba 1.26 <dfn id=attr-base-href title=attr-base-href><code>href</code></dfn>
195     内容属性は、指定された場合、<a href=#valid-date-string>妥当な URL</a> を含まなければ[[MUST:なりません]]。
196 apache 1.16
197     #en
198 wakaba 1.26 A <code><a href=#the-base-element>base</a></code> element, if it has an <code
199     title=attr-base-href><a href=#attr-base-href>href</a></code> attribute, must come
200 apache 1.16 before any other elements in the tree that have attributes defined as
201 wakaba 1.26 taking <a href=#url title=URL>URLs</a>, except the <code><a
202     href=#the-html-element>html</a></code> element (its <code
203     title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attribute
204     isn't affected by <code><a href=#the-base-element>base</a></code> elements).
205     #ja
206     <code><a href=#the-base-element>base</a></code> 要素は、<code
207     title=attr-base-href><a href=#attr-base-href>href</a></code>
208     属性を持つ場合、 <a href=#url title=URL>URL</a>
209 apache 1.16 を取ると定義されている属性を持つ他の要素のうち、 <code><a
210 wakaba 1.26 href=#the-html-element>html</a></code> 要素以外より木上で前に来なければ[[MUST:なりません]]
211 apache 1.16 (<code><a
212 wakaba 1.26 href=#the-html-element>html</a></code> 要素の <code
213     title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code>
214     属性は <code><a href=#the-base-element>base</a></code>
215 apache 1.17 要素に影響されません)。
216    
217     #en
218 wakaba 1.26 If there are multiple <code><a href=#the-base-element>base</a></code>
219     elements with <code title=attr-base-href><a href=#attr-base-href>href</a></code>
220 apache 1.17 attributes, all but the first are ignored.
221     #ja
222 wakaba 1.26 <code title=attr-base-href><a href=#attr-base-href>href</a></code>
223     属性のある <code><a href=#the-base-element>base</a></code>
224 apache 1.18 要素が複数存在する場合、最初の要素以外はすべて無視されます。
225    
226     #en
227 wakaba 1.26 The <dfn id=attr-base-target title=attr-base-target><code>target</code></dfn>
228     attribute, if specified, must contain a <a href=#valid-week-string>valid browsing
229 apache 1.18 context name or keyword</a>. User agents use this name when <a
230 wakaba 1.26 href=#following-hyperlinks>following hyperlinks</a>.
231 apache 1.18 #ja
232 wakaba 1.26 <dfn id=attr-base-target title=attr-base-target><code>target</code></dfn> 属性は、
233     指定された場合、<a href=#valid-week-string>妥当な閲覧文脈の名前かキーワード</a>を含まなければ[[MUST:なりません]]。
234 apache 1.18 利用者エージェントは<a
235 wakaba 1.26 href=#following-hyperlinks>ハイパーリンクをたどる</a>際にこの名前を使います。
236 apache 1.19
237     #en
238 wakaba 1.26 A <code><a href=#the-base-element>base</a></code> element, if it has a <code
239     title=attr-base-target><a href=#attr-base-target>target</a></code> attribute, must
240     come before any elements in the tree that represent <a href=#hyperlink
241 apache 1.19 title=hyperlink>hyperlinks</a>.
242     #ja
243 wakaba 1.26 <code><a href=#the-base-element>base</a></code> 要素は、 <code
244     title=attr-base-target><a href=#attr-base-target>target</a></code>
245     属性を持つ場合、<a href=#hyperlink
246 apache 1.20 title=hyperlink>ハイパーリンク</a>を表す要素よりも木上で前に来なければ[[MUST:なりません]]。
247    
248     #en
249 wakaba 1.26 If there are multiple <code><a href=#the-base-element>base</a></code>
250 apache 1.20 elements with <code title=attr-base-target><a
251 wakaba 1.26 href=#attr-base-target>target</a></code> attributes, all but the first are
252 apache 1.20 ignored.
253     #ja
254     <code title=attr-base-target><a
255 wakaba 1.26 href=#attr-base-target>target</a></code>
256     属性を持つ <code><a href=#the-base-element>base</a></code> 要素が複数存在する場合、
257 apache 1.21 最初の要素以外はすべて無視されます。
258    
259     #pattern
260     The * and * DOM attributes
261 wakaba 1.26 must <a href=#reflect>reflect</a> the content attributes of the same
262 apache 1.21 name.
263     #ja
264 wakaba 1.26 DOM 属性 $1, $2 は同じ名前の内容属性を<a href=#reflect>反映</a>しなければ[[MUST:なりません]]。
265 apache 1.22
266     #pattern
267     The *, and * DOM attributes
268 wakaba 1.26 must <a href=#reflect>reflect</a> the content attributes of the same
269 apache 1.22 name.
270     #ja
271 wakaba 1.26 DOM 属性 $1, $2 は同じ名前の内容属性を<a href=#reflect>反映</a>しなければ[[MUST:なりません]]。
272 apache 1.23
273     #en
274 wakaba 1.26 The destination of the link is given by the <dfn id=attr-link-href
275 apache 1.23 title=attr-link-href><code>href</code></dfn> attribute, which must be
276 wakaba 1.26 present and must contain a <a href=#valid-date-string>valid URL</a>. If the <code
277     title=attr-link-href><a href=#attr-link-href>href</a></code> attribute is absent,
278 apache 1.23 then the element does not define a link.
279     #ja
280 wakaba 1.26 リンクの終点は <dfn id=attr-link-href
281 apache 1.23 title=attr-link-href><code>href</code></dfn>
282     属性により与えられます。この属性は存在しなければ[[MUST:ならず]]、
283 wakaba 1.26 <a href=#valid-date-string>妥当な URL</a> を含まなければ[[MUST:なりません]]。
284 apache 1.23 <code
285 wakaba 1.26 title=attr-link-href><a href=#attr-link-href>href</a></code>
286 apache 1.24 属性が存在しない場合、その要素はリンクを定義しません。
287    
288     #en
289     The exact behavior for links to external resources depends on the exact
290     relationship, as defined for the relevant link type. Some of the
291     attributes control whether or not the external resource is to be applied
292     (as defined below). For external resources that are represented in the DOM
293     (for example, style sheets), the DOM representation must be made available
294     even if the resource is not applied. (However, user agents may opt to only
295 wakaba 1.26 <a href=#fetch>fetch</a> such resources when they are needed, instead of
296     pro-actively <a href=#fetch title=fetch>fetching</a> all the external
297 apache 1.24 resources that are not applied.)
298     #ja
299     外部資源へのリンクの正確な動作は、関係がどうであるかに依存し、
300     各リンク型についてそれぞれ定義します。いくつかの属性は外部資源が適用されるかどうかを制御します (後で定義します)。
301     DOM で表される外部資源 (例えばスタイル・シート) については、
302     資源が適用されない場合であっても、 DOM 表現が利用可能とされなければ[[MUST:なりません]]。
303 wakaba 1.26 (しかし、利用者エージェントは適用されない外部資源をすべて予め<a href=#fetch title=fetch>取ってくる</a>必要はなく、
304     必要になった時にだけそのような資源を<a href=#fetch>取ってくる</a>こととしても[[MAY:構いません]]。)
305 apache 1.25
306     #en
307     The semantics of the protocol used (e.g. HTTP) must be followed when
308     fetching external resources. (For example, redirects must be followed and
309     404 responses must cause the external resource to not be applied.)
310     #ja
311     外部資源を取ってくる際には、使用されるプロトコル (例えば HTTP) の意味に従わなければ[[MUST:なりません]]。
312     (例えば、リダイレクトに従わなければなりませんし、
313     404 応答があると外部資源は適用されなくしなければなりません。<!--
314     例示なので MUST ではなく must -->)

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24