表現的な(X)HTML
Presentational (X)HTML refers to:
- (X)HTMLの表現的な要素と属性(意味的なHTMLとは対照的なもの)
- 表現的な(X)HTMLを使ってかかれた(X)HTML文書
- 表現的な(X)HTMLを使って書く習慣
Contents |
Contributors
表現的な要素
Presentational elements sensu lato can be divided into two groups. "Pure" presentational elements (b, i, small, …) have no semantic meaning. "Abused" presentational elements (table, blockquote, …) have a semantic meaning, but are abused because of their default appearance in browsers (the blockquote element could be used for indenting text, for example).
(このリストは未完成です。英語版に追加してください!)
Pure:
- b
- basefont
- big
- br(スペースを空けるために使われたり、意味的にはdiv要素やp要素の方が適切である場所に使われたりする場合)
- center
- font
- hr
- i
- s
- small
- strike
- tt
- u
- ...
Abused:
- (テキストのインデントのために使われる)blockquote
- (レイアウトのために使われる)table
- ...
Presentational Attributes
(This list is incomplete, please add!)
- align
- alink
- bgcolor
- color
- face
- height
- link (on body)
- size (on font element)
- valign
- vlink
- width