>>359 http://www.asahi-net.or.jp/%7Esd5a-ucd/rec-html401j/struct/lists.html#h-10.3 複数の用語と記述とを組み合わせる例を、次に示す。 <DL> <DT>Center センター <DT>Centre センター <DD> A point equidistant from all points on the surface of a sphere. 球体において、表面のあらゆる点から等距離にある点。 <DD> In some field sports, the player who holds the middle position on the field, court, or forward line. フィールド競技で、フィールドの中央、コートの中程、 フォワードの中心等に位置するプレイヤー。 </DL>
ttp://www.iszark.com/info.html <!doctype html public "-//W3C//DTD HTML 5.0//EN"> ttp://www.cc.rim.or.jp/~sho_h/takepod/ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN">
>>502 原文はこう。 >In some cases, such as an inline style for list elements, this may be appropriate, but generally speaking, authors are discouraged from overriding the conventional interpretation of HTML elements in this way.
HTML 4.01 Spec. では These elements defined content to be inline (SPAN) or block-level (DIV) but impose no other presentational idioms on the content. となっており、他の慣用的な表現方法を強いるものではないが span 要素は内容物を text-level (inline) としてまとめるために、 div 要素は内容物を block-level としてまとめるために使われるものと読める。
内容物をグループ化して一つの論理的ユニットを構成させる grouping element としての働きを考えたら、内容として 1 つの画像のみがある場合には 単にその画像だけが block-level だという情報を提供することになる。
但し、>>535にあるように "but impose no other presentational idioms on the content." というのが定義であるから、 「未定義の論理的な意味」自体をdivやspanに持たせようというのではなく、 あくまで「未定義の論理的な意味を持つということ」をdivによって示す。
>>933 W3Cトップページ。 HTML4.01、XHTML1.0、Modulations of XHTML、 XHTML Basic、XHTML1.1、ISO/IEC 15445、各々の勧告。 Another HTML-lint。 そんなところか。 個人的にはThe Web Kanzakiとかも。