| 1 |
wakaba |
1.1 |
#en |
| 2 |
|
|
Where <a href="#metadata0">metadata content</a> is expected. |
| 3 |
|
|
#ja |
| 4 |
|
|
<a href="#metadata0">メタデータ内容</a>が期待される場所。 |
| 5 |
|
|
|
| 6 |
|
|
#en |
| 7 |
|
|
In a <code><a href="#noscript">noscript</a></code> element that is a |
| 8 |
|
|
child of a <code><a href="#head">head</a></code> element. |
| 9 |
|
|
#ja |
| 10 |
|
|
<code><a href="#head">head</a></code> 要素の子供である |
| 11 |
|
|
<code><a href="#noscript">noscript</a></code> 要素の中。 |
| 12 |
|
|
|
| 13 |
|
|
#en |
| 14 |
|
|
Also, the <code title=attr-link-title><a |
| 15 |
|
|
href="#title2">title</a></code> attribute has special semantics on this |
| 16 |
|
|
element. |
| 17 |
|
|
#ja |
| 18 |
|
|
また、 <code title=attr-link-title><a |
| 19 |
|
|
href="#title2">title</a></code> 属性はこの要素では特別な意味を持ちます。 |
| 20 |
|
|
|
| 21 |
|
|
#en |
| 22 |
|
|
The <code>LinkStyle</code> interface must also be implemented by this |
| 23 |
|
|
element, the <a href="#styling0">styling processing model</a> defines |
| 24 |
|
|
how. <a href="#refsCSSOM">[CSSOM]</a> |
| 25 |
|
|
#ja |
| 26 |
|
|
<code>LinkStyle</code> 界面もこの要素に実装されなければ[[MUST:なりません]]。 |
| 27 |
|
|
その方法は<a href="#styling0">スタイル付け処理モデル</a>で定義します。 |
| 28 |
|
|
<a href="#refsCSSOM">[CSSOM]</a> |
| 29 |
|
|
|
| 30 |
|
|
#en |
| 31 |
|
|
The <code><a href="#link">link</a></code> element allows authors to link |
| 32 |
|
|
their document to other resources. |
| 33 |
|
|
#ja |
| 34 |
|
|
<code><a href="#link">link</a></code> 要素を使うと、 |
| 35 |
|
|
文書から他の資源へリンクすることができます。 |
| 36 |
|
|
|
| 37 |
|
|
#en |
| 38 |
|
|
The destination of the link is given by the <dfn id=href1 |
| 39 |
|
|
title=attr-link-href><code>href</code></dfn> attribute, which must be |
| 40 |
|
|
present and must contain a <a href="#valid">valid URL</a>. If the <code |
| 41 |
|
|
title=attr-link-href><a href="#href1">href</a></code> attribute is absent, |
| 42 |
|
|
then the element does not define a link. |
| 43 |
|
|
#ja |
| 44 |
|
|
リンクの終点は <dfn id=href1 |
| 45 |
|
|
title=attr-link-href><code>href</code></dfn> |
| 46 |
|
|
属性で与えられます。この属性は存在しなければ[[MUST:ならず]]、 |
| 47 |
|
|
<a href="#valid">妥当な URL</a> |
| 48 |
|
|
を含まなければ[[MUST:なりません]]。 <code |
| 49 |
|
|
title=attr-link-href><a href="#href1">href</a></code> |
| 50 |
|
|
属性が存在しなければ、その要素はリンクを定義しません。 |
| 51 |
|
|
|
| 52 |
|
|
#en |
| 53 |
|
|
The type of link indicated (the relationship) is given by the value of |
| 54 |
|
|
the <dfn id=rel title=attr-link-rel><code>rel</code></dfn> attribute, |
| 55 |
|
|
which must be present, and must have a value that is a <a |
| 56 |
|
|
href="#set-of">set of space-separated tokens</a>. The <a |
| 57 |
|
|
href="#linkTypes">allowed values and their meanings</a> are defined in a |
| 58 |
|
|
later section. If the <code title=attr-link-rel><a |
| 59 |
|
|
href="#rel">rel</a></code> attribute is absent, or if the value used is |
| 60 |
|
|
not allowed according to the definitions in this specification, then the |
| 61 |
|
|
element does not define a link. |
| 62 |
|
|
#ja |
| 63 |
|
|
示されたリンクの型 (関係) は <dfn id=rel title=attr-link-rel><code>rel</code></dfn> |
| 64 |
|
|
属性の値により与えられます。この属性は存在しなければ[[MUST:ならず]]、 <a |
| 65 |
|
|
href="#set-of">間隔区切字句集合</a>であるような値を持たなければ[[MUST:なりません]]。 <a |
| 66 |
|
|
href="#linkTypes">認められている値とその意味</a>は後の節で定義します。 <code title=attr-link-rel><a |
| 67 |
|
|
href="#rel">rel</a></code> 属性が存在しないか、 |
| 68 |
|
|
この仕様書の定義に照らして認められていない値である場合は、 |
| 69 |
|
|
その要素はリンクを定義しません。 |
| 70 |
|
|
|
| 71 |
|
|
#en |
| 72 |
|
|
Two categories of links can be created using the <code><a |
| 73 |
|
|
href="#link">link</a></code> element. <dfn id=links1 title="external |
| 74 |
|
|
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 |
|
|
id=hyperlink1 title="hyperlink link">hyperlink links</dfn> are <a |
| 77 |
|
|
href="#hyperlinks" title=hyperlink>links to other documents</a>. The <a |
| 78 |
|
|
href="#linkTypes">link types section</a> defines whether a particular link |
| 79 |
|
|
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 |
|
|
href="#rel">rel</a></code> attribute. User agents must process the links |
| 84 |
|
|
on a per-link basis, not a per-element basis. |
| 85 |
|
|
#ja |
| 86 |
|
|
<code><a |
| 87 |
|
|
href="#link">link</a></code> 要素を使って作成できるリンクは2種類あります。 |
| 88 |
|
|
<dfn id=links1 title="external |
| 89 |
|
|
resource link">外部資源へのリンク</dfn>は、現在の文書を補うために使われる資源へのリンクで、 <dfn |
| 90 |
|
|
id=hyperlink1 title="hyperlink link">ハイパーリンク・リンク</a>は <a |
| 91 |
|
|
href="#hyperlinks" title=hyperlink>他の文書へのリンク</a>です。 <a |
| 92 |
|
|
href="#linkTypes">リンク型の節</a>で、あるリンク型が外部資源なのかハイパーリンクなのかを定義します。 |
| 93 |
|
|
ある要素は複数のリンクを作成できます (そのうちいくつかは外部資源リンクで、 |
| 94 |
|
|
いくつかはハイパーリンクであっても構いません)。どのリンクが何個作成されるかは <code title=attr-link-rel><a |
| 95 |
|
|
href="#rel">rel</a></code> 属性に与えられたキーワードに依存します。 |
| 96 |
|
|
利用者エージェントはリンクを、要素毎ではなく、リンク毎に処理しなければ[[MUST:なりません]]。 |