BlogNew XHTML 2 Draft Syndicate content

Fri, 07/28/2006 - 01:55

Yesterday, the latest working draft of XHTML 2.0 was released. Oh my, what would I give to live in the future - like in 5-10 years from now. In a paradise for every web developer where XHTML 2.0 was the common standard and all browsers support it…

Ok, enough of that day night dreaming. Here are the Major Differences with XHTML 1 I’m most looking forward:

  1. Images in every element - no need for fancy image replacement!
  2. Any element can serve as a link. Very nice! That way you won’t have to use something like <li><a href="...">...</a></li>, <li href="...">...</li> will do it.
  3. XFORMS
  4. Navigation lists
  5. Last but not least the role attribute. That will be a good replacement for semantic classes such as <p class="note"> at least if all browsers support CSS 2 selectors (p[role="note"])

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <pre>.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options