presentational-html-ja: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(english: 19:54, 14 May 2007)
 
(冒頭を翻訳)
Line 1: Line 1:
<!-- english: 19:54, 14 May 2007 -->
<!-- english: 19:54, 14 May 2007 -->
<h1> Presentational (X)HTML </h1>
<h1> 表現的な(X)HTML </h1>


Presentational (X)HTML refers to:
Presentational (X)HTML refers to:
# The presentational elements and attributes of (X)HTML (as opposed to the [[semantic-html|semantic HTML]] elements and attributes)
# (X)HTMLの表現的な要素と属性([[semantic-html-ja|意味的なHTML]]とは対照的なもの)
# (X)HTML documents that are written using presentational (X)HTML.
# 表現的な(X)HTMLを使ってかかれた(X)HTML文書
# The practice of writing presentational (X)HTML
# 表現的な(X)HTMLを使って書く習慣


__TOC__
__TOC__

Revision as of 09:31, 25 July 2007

表現的な(X)HTML

Presentational (X)HTML refers to:

  1. (X)HTMLの表現的な要素と属性(意味的なHTMLとは対照的なもの)
  2. 表現的な(X)HTMLを使ってかかれた(X)HTML文書
  3. 表現的な(X)HTMLを使って書く習慣

Contributors

Presentational Elements

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).

(This list is incomplete, please add!)

Pure:

  • b
  • basefont
  • big
  • br (when used for spacing, or when used inappropriately where a div or p would have been semantically correct)
  • center
  • font
  • hr
  • i
  • s
  • small
  • strike
  • tt
  • u
  • ...

Abused:

  • blockquote (when used for indenting text)
  • table (when used for layout)
  • ...

Presentational Attributes

(This list is incomplete, please add!)

  • align
  • alink
  • bgcolor
  • color
  • face
  • height
  • link (on body)
  • size (on font element)
  • valign
  • vlink
  • width

See also

References