A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Rationale

From WHATWG Wiki
Revision as of 20:12, 4 May 2010 by Variable (talk | contribs) (Created page with 'This document serves a rationale document for various parts of the HTML5 specification. Over time this page will be a complete rationale document. == Other Pages == * [[Why no ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This document serves a rationale document for various parts of the HTML5 specification. Over time this page will be a complete rationale document.

Other Pages

Specific Elements

Plaintext

the <plaintext> element was an early IE version of the <pre> element. It is now used in the HTML5 spec as a method of stopping all further html token parsing. It lacks an end tag and just emits the rest of the page as plain text. It throws a parse error upon reaching the end of the document as it is not considered a valid element (and it is missing an end-tag).

Image

<image> element is treated as an alternate (but invalid) name for <img>. This is because some sites (around 0.2%) make this mistake. It is already treated as an image in Firefox 3.5+ and opera 10.20 and possibly earlier.