[1] thead
要素型は、
行群の要素型の一つで、表の頭部を表します。
すなわち、表の見出しにあたる行の集合です。
[12] 仕様書:
thead
http://www.w3.org/1999/xhtml
(tr
+)
table
直下、
tfoot
および tbody
の前、高々1個。属性名 | 属性値 | 既定値 | 説明 | 状態 | 出典 |
align | 揃え | [HTML4] %cellhalign | |||
bgcolor | %Color | 背景色 | 非標準 | ||
char | 揃える文字 | [HTML4] %cellhalign | |||
charoff | 揃える文字 | [HTML4] %cellhalign | |||
class | 級 | [HTML4] %coreattr | |||
dir | 書字方向 | [HTML4] %i18n | |||
id | 一意識別子 | [HTML4] %coreattr | |||
lang | 自然言語 | [HTML4] %i18n | |||
xml:lang | 自然言語 | [XHTML1] | |||
onclick | [HTML4] %events | ||||
ondblclick | [HTML4] %events | ||||
onkeydown | [HTML4] %events | ||||
onkeypress | [HTML4] %events | ||||
onkeyup | [HTML4] %events | ||||
onmousedown | [HTML4] %events | ||||
onmousemove | [HTML4] %events | ||||
onmouseout | [HTML4] %events | ||||
onmouseover | [HTML4] %events | ||||
onmouseup | [HTML4] %events | ||||
style | スタイル情報 | [HTML4] %coreattr | |||
title | 注釈的題 | [HTML4] %coreattr | |||
valign | 垂直配置 | [HTML4] %cellvalign | |||
xmlns | http://www.w3.org/1999/xhtml 固定 | 名前空間名 | W3C 勧告 | XHTML m12n |
[9] tbody
, thead
,
tfoot
は同じ数の列を含まなければなりません。
[4] thead
の開始タグが省略できるのは、
表の頭にあたる部分が存在しない (= thead
要素自体存在しない)
時だけです。すなわち開始タグは必須です。
終了タグはいつでも省略できます。
[6] HTML 4 仕様書は、レンダリングの例として、
表が一頁に収まりきらないときに全頁に thead
を入れてもよいとしています。
(ありそうもないですが、 thead
が一頁に収まりきらないときにどうするか、
UA は一応対処しておかないといけないでしょう。)
[13]
HTML 4 DTD の注釈 (参考) には
Use THEAD to duplicate headers when breaking table across page boundaries, or for static headers when TBODY sections are rendered in scrolling panel.
とアドバイス(?)があります。
(名無しさん [sage])
[11]
やっぱり誰かが言ってたとおり thead
が thread
に見えるよ orz
(名無しさん)
[14] [CITE@@en[Web Applications 1.0 r5434 Allow <td> in <thead>Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10147]] ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=5433&to=5434>
[15] Web Applications 1.0 r8394 Fix errors in table.caption, table.tHead, table.tFoot ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=8393&to=8394>
[3] Let HTMLTableElement create*() and insertRow() return specific types · whatwg/html@93cb3d6 ( 版) <https://github.com/whatwg/html/commit/93cb3d61526cf956a739c57398760dc8a3a633bd>