MCS:HTML:XHTML

From MozillaWiki
Revision as of 19:17, 24 December 2008 by Gandalf (talk | contribs) (New page: == XHTML == The HTML code in example for the theme is [http://www.w3.org/TR/xhtml1/ XHTML 1.0 Strict compilant]. The choice gives a user solid standard support accross modern browsers. T...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XHTML

The HTML code in example for the theme is XHTML 1.0 Strict compilant. The choice gives a user solid standard support accross modern browsers.

The code is intended to behave as similar and forward-compatibile with HTML5 as possible and in result is reducing traditional styling markup of several elements (like <HX/>).

Overall, the HTML code in example is intended to be a solid example of semantic HTML that should support web accessibility, be readable in text browsers like links or lynx, and work perfectly with modern web browsers with minimum code size.