#pattern * The h1, h2, h3, h4, h5, and h6 elements #ja $1 h1h2h3h4h5h6 要素 #en Heading content. #ja 見出し内容。 #en These elements define headers for their sections. #ja これらの要素は、その章節の見出しを定義します。 #en The semantics and meaning of these elements are defined in the section on headings and sections. #ja これらの要素の意味は見出しと章節の節で定義します。 #en These elements have a rank given by the number in their name. The h1 element is said to have the highest rank, the h6 element has the lowest rank, and two elements with the same name have equal rank. #ja これらの要素は、その名前中の数字により与えられる階数を持ちます。 h1 要素は最高の階数を持つといい、 h6 要素は最低の階数を持ち、 同じ名前の2つの要素は等しい階数を持ちます。 #en Flow content, including at least one descendant that is heading content, but no sectioning content descendants, no header element descendants, and no footer element descendants. #ja 流れ内容で、最低1つの見出し内容の子孫を含み、 章節付け内容である子孫、header 要素である子孫、footer 要素である子孫を含まない。 #en The header element represents the header of a section. The element is typically used to group a set of h1h6 elements to mark up a page's title with its subtitle or tagline. However, header elements may contain more than just the section's headings and subheadings — for example it would be reasonable for the header to include version history information. #ja header 要素は、 章節の見出しを表します。この要素は、普通、 h1h6 要素の集合を群化し、頁の題名と副題や謳い文句をマーク付けするために使います。しかし、 header 要素は純粋に章節の見出しや副見出しではないものも含んで[[MAY:構いません]]。 例えば、版履歴情報も見出しに含めるのが適当かもしれません。 #en For the purposes of document summaries, outlines, and the like, header elements are equivalent to the highest ranked h1h6 element descendant of the header element (the first such element if there are multiple elements with that rank). #ja 文書の要約、輪郭その他の目的に関しては、 header 要素は、その子孫で階数が最高の h1h6 要素 (ある階数の要素が複数ある場合は、そのうちで最初の要素) と等価です。 #en Other heading elements in the header element indicate subheadings or subtitles. #ja header 要素中の他の見出し要素は副見出しや副題を表します。 #en The rank of a header element is the same as for an h1 element (the highest rank). #ja header 要素の階数は、 h1 要素のものと同じ (最高の階数) です。 #en The section on headings and sections defines how header elements are assigned to individual sections. #ja 見出しと章節の節で、 header 要素が個々の章節にどう割り当てられるかを定義します。 #en Here are some examples of valid headers. In each case, the emphasised text represents the text that would be used as the header in an application extracting header data and ignoring subheadings. #ja 次に示すのは、妥当な見出しの例です。それぞれの場合で、 強調した文章が、見出しデータを取り出し、副見出しを無視する応用で見出しとして使われる文章を表します。 #en Flow content, but with no heading content descendants, no sectioning content descendants, and no footer element descendants. #ja 流れ要素、ただし見出し内容である子孫、章節内容である子孫、footer 要素である子孫を含まない。 #en The footer element represents the footer for the section it applies to. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like. #ja footer 要素は、それが適用される章節の足部を表します。 足部は、一般的に、その章節に関する情報、例えば誰が書いたか、 関係する文書へのリンク、著作権データなどを含みます。 #en Contact information for the section given in a footer should be marked up using the address element. #ja footer 中で与えられる章節の連絡先情報は、 address 要素を使ってマーク付けする[[SHOULD:べきです]]。 #en Footers don't necessarily have to appear at the end of a section, though they usually do. #ja 足部は、通常は章節の終わりに現れますが、必ずしもそうである必要はありません。 #en Here is a page with two footers, one at the top and one at the bottom, with the same content: #ja 次に示すのは、2つの足部がある頁です。2つは同じ内容で、1つは上にあり、 もう1つは下にあります。