#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 その他のメタデータ名
#en
The title element represents the
document's title or name. Authors should use titles that identify their
documents even when they are used out of context, for example in a user's
history or bookmarks, or in search results. The document's title is often
different from its first header, since the first header does not have to
stand alone when taken out of context.
#ja
title 要素は文書の題や名前を表します。
著者は、文書が文脈外、例えば利用者の履歴や栞、あるいは検索結果で使われた場合であっても、
その文書を識別できるような題名を使う[[SHOULD:べきです]]。
文書の題は最初の見出しと異なることもよくあります。
最初の見出しは文脈外で単独で使えるものでなくてもよいからです。
#en
There must be no more than one title
element per document.
#ja
文書中に複数の title
要素があっては[[MUST:なりません]]。
#en
The title element must not contain
any elements.
#ja
title 要素は要素を含んでは[[MUST NOT:なりません]]。
#en
Here are some examples of appropriate titles, contrasted with the
top-level headers that might be used on those same pages.
#ja
次に示すのは、適切な題名の例です。
同じ頁の最上位で使い得る見出しと比べてください。
#en
The next page might be a part of the same site. Note how the title
describes the subject matter unambiguously, while the first header
assumes the reader knowns what the context is and therefore won't wonder
if the dances are Salsa or Waltz:
#ja
次の頁は同じサイトの中にありそうなものです。
題名が話題を曖昧なく説明している一方で、
最初の見出しは読者が文脈をわかっていることを前提にしていて、
踊りがサルサなのかワルツなのか困らないものと思っていることに注意してください。
#en
In a head element containing no other
base elements.
#ja
他に base 要素を含まない
head 要素の中で。
#en
Empty.
#ja
空。
#en
The base element allows authors to
specify the document base URL for the purposes of
resolving relative URLs, and
the name of the default browsing context for the
purposes of following hyperlinks.
#ja
base 要素を使うと、
著者は相対 URL を解決する際の文書基底 URL
やハイパーリンクをたどる際の既定の閲覧文脈の名前を指定することができます。
#en
There must be no more than one base
element per document.
#ja
文書中に複数の base
要素があっては[[MUST NOT:なりません]]。
#en
A base element must have either an
href attribute, a
target
attribute, or both.
#ja
base 要素は href 属性と
target
属性のいずれか、または両方を持たなければ[[MUST:なりません]]。
#en
The href content
attribute, if specified, must contain a valid URL.
#ja
href
内容属性は、指定された場合、妥当な URL を含まなければ[[MUST:なりません]]。
#en
A base element, if it has an href attribute, must come
before any other elements in the tree that have attributes defined as
taking URLs, except the html element (its manifest attribute
isn't affected by base elements).
#ja
base 要素は、href
属性を持つ場合、 URL
を取ると定義されている属性を持つ他の要素のうち、 html 要素以外より木上で前に来なければ[[MUST:なりません]]
(html 要素の manifest
属性は base
要素に影響されません)。
#en
If there are multiple base
elements with href
attributes, all but the first are ignored.
#ja
href
属性のある base
要素が複数存在する場合、最初の要素以外はすべて無視されます。
#en
The target
attribute, if specified, must contain a valid browsing
context name or keyword. User agents use this name when following hyperlinks.
#ja
target 属性は、
指定された場合、妥当な閲覧文脈の名前かキーワードを含まなければ[[MUST:なりません]]。
利用者エージェントはハイパーリンクをたどる際にこの名前を使います。
#en
A base element, if it has a target attribute, must
come before any elements in the tree that represent hyperlinks.
#ja
base 要素は、 target
属性を持つ場合、ハイパーリンクを表す要素よりも木上で前に来なければ[[MUST:なりません]]。
#en
If there are multiple base
elements with target attributes, all but the first are
ignored.
#ja
target
属性を持つ base 要素が複数存在する場合、
最初の要素以外はすべて無視されます。
#pattern
The * and * DOM attributes
must reflect the content attributes of the same
name.
#ja
DOM 属性 $1, $2 は同じ名前の内容属性を反映しなければ[[MUST:なりません]]。
#pattern
The *, and * DOM attributes
must reflect the content attributes of the same
name.
#ja
DOM 属性 $1, $2 は同じ名前の内容属性を反映しなければ[[MUST:なりません]]。
#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 exact behavior for links to external resources depends on the exact
relationship, as defined for the relevant link type. Some of the
attributes control whether or not the external resource is to be applied
(as defined below). For external resources that are represented in the DOM
(for example, style sheets), the DOM representation must be made available
even if the resource is not applied. (However, user agents may opt to only
fetch such resources when they are needed, instead of
pro-actively fetching all the external
resources that are not applied.)
#ja
外部資源へのリンクの正確な動作は、関係がどうであるかに依存し、
各リンク型についてそれぞれ定義します。いくつかの属性は外部資源が適用されるかどうかを制御します (後で定義します)。
DOM で表される外部資源 (例えばスタイル・シート) については、
資源が適用されない場合であっても、 DOM 表現が利用可能とされなければ[[MUST:なりません]]。
(しかし、利用者エージェントは適用されない外部資源をすべて予め取ってくる必要はなく、
必要になった時にだけそのような資源を取ってくることとしても[[MAY:構いません]]。)
#en
The semantics of the protocol used (e.g. HTTP) must be followed when
fetching external resources. (For example, redirects must be followed and
404 responses must cause the external resource to not be applied.)
#ja
外部資源を取ってくる際には、使用されるプロトコル (例えば HTTP) の意味に従わなければ[[MUST:なりません]]。
(例えば、リダイレクトに従わなければなりませんし、
404 応答があると外部資源は適用されなくしなければなりません。)