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).

Developing HTML5 derivatives: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
No edit summary
(+{{obsolete}})
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{obsolete}}
'''Note: as of Feb 2010 the text below is out of date. There's a lot more preprocessing going on now that the spec is split into multiple subparts.'''
If you want to generate documents based on the HTML5 spec, you have several choices. One is to just take the text straight out of the spec. The other is to reuse the source document:
If you want to generate documents based on the HTML5 spec, you have several choices. One is to just take the text straight out of the spec. The other is to reuse the source document:


Line 12: Line 16:
   http://anolis.gsnedders.com/
   http://anolis.gsnedders.com/
   http://pimpmyspec.net/
   http://pimpmyspec.net/
See also http://wiki.github.com/html5/spec/
[[Category:Spec_coordination]]

Latest revision as of 18:03, 21 October 2012

This document is obsolete.


Note: as of Feb 2010 the text below is out of date. There's a lot more preprocessing going on now that the spec is split into multiple subparts.

If you want to generate documents based on the HTML5 spec, you have several choices. One is to just take the text straight out of the spec. The other is to reuse the source document:

  http://www.whatwg.org/specs/web-apps/current-work/source

...sticking a header on it, e.g.

  http://www.whatwg.org/specs/web-apps/current-work/header-whatwg
  http://www.whatwg.org/specs/web-apps/current-work/header-w3c

...and then passing the result to Anolis:

  http://anolis.gsnedders.com/
  http://pimpmyspec.net/

See also http://wiki.github.com/html5/spec/