semantic-html: Difference between revisions
Jump to navigation
Jump to search
(added presentations section) |
(added Semantic Spectrum reference) |
||
Line 51: | Line 51: | ||
* 2004-09-28 [http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean] | * 2004-09-28 [http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean] | ||
* 2004-02-11 [http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] | * 2004-02-11 [http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] | ||
* 2003-03-?? [http://tantek.com/presentations/2003SXSW/stylesheets.html CSS: Between the Style Sheets] in particular slide 9, titled ''CSS & the Semantic Spectrum'', provides an overview of the semantic spectrum of (X)HTML tags. | |||
* More microformats [[presentations]] in general | * More microformats [[presentations]] in general | ||
Revision as of 03:30, 26 July 2006
Semantic XHTML
(This article is a stub, feel free to expand upon it)
Semantic XHTML refers to:
- The semantic elements and attributes of (X)HTML (as opposed to the presentational HTML elements and attributes)
- (X)HTML documents that are written using semantic XHTML.
- The practice of writing semantic XHTML.
Contributors
Semantic Elements
(This list is incomplete, please add!)
- a
- blockquote
- cite
- dfn
- em
- h1,h2,h3,h4,h5,h6
- ...
- p
- q
- ...
- table
- tr
Semantic Attributes
(This list is incomplete, please add!)
- class
- data
- href
- hreflang
- id
- rel
- rev
- type
Presentations
The following presentations provide additional background, explanations, and techniques for authoring semantic (X)HTML.
- 2005-09-29 The Elements of Meaningful XHTML (first version: 2005-03-13 at SXSW Interactive).
- 2004-09-28 Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean
- 2004-02-11 real world semantics
- 2003-03-?? CSS: Between the Style Sheets in particular slide 9, titled CSS & the Semantic Spectrum, provides an overview of the semantic spectrum of (X)HTML tags.
- More microformats presentations in general