#en
Where metadata content is expected.
#ja
メタデータ内容が期待される場所。
#en
In a noscript element that is a
child of a head element.
#ja
head 要素の子供である
noscript 要素の中。
#en
Also, the title attribute has special semantics on this
element.
#ja
また、 title 属性はこの要素では特別な意味を持ちます。
#en
The LinkStyle interface must also be implemented by this
element, the styling processing model defines
how. [CSSOM]
#ja
LinkStyle 界面もこの要素に実装されなければ[[MUST:なりません]]。
その方法はスタイル付け処理モデルで定義します。
[CSSOM]
#en
The link element allows authors to link
their document to other resources.
#ja
link 要素を使うと、
文書から他の資源へリンクすることができます。
#en
The destination of the link is given by the href attribute, which must be
present and must contain a valid URL. If the href attribute is absent,
then the element does not define a link.
#ja
リンクの終点は href
属性で与えられます。この属性は存在しなければ[[MUST:ならず]]、
妥当な URL
を含まなければ[[MUST:なりません]]。 href
属性が存在しなければ、その要素はリンクを定義しません。
#en
The type of link indicated (the relationship) is given by the value of
the rel attribute,
which must be present, and must have a value that is a set of space-separated tokens. The allowed values and their meanings are defined in a
later section. If the rel attribute is absent, or if the value used is
not allowed according to the definitions in this specification, then the
element does not define a link.
#ja
示されたリンクの型 (関係) は rel
属性の値により与えられます。この属性は存在しなければ[[MUST:ならず]]、 間隔区切字句集合であるような値を持たなければ[[MUST:なりません]]。 認められている値とその意味は後の節で定義します。 rel 属性が存在しないか、
この仕様書の定義に照らして認められていない値である場合は、
その要素はリンクを定義しません。
#en
Two categories of links can be created using the link element. Links to external resources are links to resources
that are to be used to augment the current document, and hyperlink links are links to other documents. The link types section defines whether a particular link
type is an external resource or a hyperlink. One element can create
multiple links (of which some might be external resource links and some
might be hyperlinks); exactly which and how many links are created depends
on the keywords given in the rel attribute. User agents must process the links
on a per-link basis, not a per-element basis.
#ja
link 要素を使って作成できるリンクは2種類あります。
外部資源へのリンクは、現在の文書を補うために使われる資源へのリンクで、 ハイパーリンク・リンクは 他の文書へのリンクです。 リンク型の節で、あるリンク型が外部資源なのかハイパーリンクなのかを定義します。
ある要素は複数のリンクを作成できます (そのうちいくつかは外部資源リンクで、
いくつかはハイパーリンクであっても構いません)。どのリンクが何個作成されるかは rel 属性に与えられたキーワードに依存します。
利用者エージェントはリンクを、要素毎ではなく、リンク毎に処理しなければ[[MUST:なりません]]。
#pattern
* Other metadata names
#ja
$1 その他のメタデータ名