semantic-xhtml-ja: Difference between revisions

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


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


__TOC__
__TOC__

Revision as of 23:58, 20 July 2007

意味的な(X)HTML

Semantic (X)HTML refers to:

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

Contributors

Semantic Elements

(This list is incomplete, please add!)

  • a
  • abbr
  • acronym
  • address
  • blockquote
  • caption
  • cite
  • code
  • dl
    • dt
    • dd
  • dfn
  • em
  • ...
  • h1,h2,h3,h4,h5,h6
  • kbd
  • li
  • ...
  • label
  • legend
  • ...
  • ol
  • p
  • q
  • ...
  • samp
  • strong
  • sub
  • sup
  • table (when used for tabular data, not layout)
    • tbody
    • td
    • tfoot
    • th
    • thead
    • tr
  • ul
  • var

Semantic Attributes

(This list is incomplete, please add!)

  • caption
  • class
  • data
  • href
  • hreflang
  • id
  • lang
  • rel
  • rev
  • scope
  • summary
  • type

Presentations

See POSH Presentations.

See also

References