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).
HTML5: Difference between revisions
m (Web Applications 1.0 moved to HTML 5: Specification was renamed.) |
(some more renaming) |
||
Line 1: | Line 1: | ||
HTML has served the Web community well, but it lacks some basic semantics necessary for modern Web applications. | HTML has served the Web community well, but it lacks some basic semantics necessary for modern Web applications. HTML 5 attempts to rectify this, while at the same time updating the HTML specifications to address issues raised in the past few years. | ||
==Status== | ==Status== | ||
HTML 5 is still in the draft stage and is undergoing heavy development. Major changes in the specification can be expected. | |||
==Extensions== | ==Extensions== | ||
The "meta" element in | The "meta" element in HTML 5 has some [http://whatwg.org/specs/web-apps/current-work/#meta predefined name keywords], but it can also be extended to support others. Those names must be registered on the [[MetaExtensions]] wiki page. | ||
The "class" attribute in | The "class" attribute in HTML 5 has some [http://whatwg.org/specs/web-apps/current-work/#class predefined values], but it can also be extended to support other class names. Those values may be registered on the [[ClassExtensions]] wiki page, though registration is not necessary to use non-standard values. | ||
The "rel" attribute in | The "rel" attribute in HTML 5 has some [http://whatwg.org/specs/web-apps/current-work/#linkTypes predefined values], but it can also be extended to support other values. Those values must be registered on the [[RelExtensions]] wiki page. | ||
==Contributor Proposals== | ==Contributor Proposals== | ||
Line 15: | Line 15: | ||
==External Links== | ==External Links== | ||
* [http://whatwg.org/specs/web-apps/current-work/ | * [http://whatwg.org/specs/web-apps/current-work/ HTML 5] |
Revision as of 15:49, 9 June 2007
HTML has served the Web community well, but it lacks some basic semantics necessary for modern Web applications. HTML 5 attempts to rectify this, while at the same time updating the HTML specifications to address issues raised in the past few years.
Status
HTML 5 is still in the draft stage and is undergoing heavy development. Major changes in the specification can be expected.
Extensions
The "meta" element in HTML 5 has some predefined name keywords, but it can also be extended to support others. Those names must be registered on the MetaExtensions wiki page.
The "class" attribute in HTML 5 has some predefined values, but it can also be extended to support other class names. Those values may be registered on the ClassExtensions wiki page, though registration is not necessary to use non-standard values.
The "rel" attribute in HTML 5 has some predefined values, but it can also be extended to support other values. Those values must be registered on the RelExtensions wiki page.