You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.1KB

  1. Web Hypertext Application Technology Working Group
  2. WHATWG
  3. == HTML 5 ==
  4. URL: http://www.whatwg.org/specs/web-apps/current-work/
  5. HTML 5 defines a kaboodle of new elements and attributes, as well as
  6. some well-defined, "quirks mode" HTML parsing. Although WHATWG professes
  7. to be targeted towards web applications, many of their semantic additions
  8. would be quite useful in regular documents. Eventually, HTML
  9. Purifier will need to audit their lists and figure out what changes need
  10. to be made. This process is complicated by the fact that the WHATWG
  11. doesn't buy into W3C's modularization of XHTML 1.1: we may need
  12. to remodularize HTML 5 (probably done by section name). No sense in
  13. committing ourselves till the spec stabilizes, though.
  14. More immediately speaking though, however, is the well-defined parsing
  15. behavior that HTML 5 adds. While I have little interest in writing
  16. another DirectLex parser, other parsers like ph5p
  17. <http://jero.net/lab/ph5p/> can be adapted to DOMLex to support much more
  18. flexible HTML parsing (a cool feature I've seen is how they resolve
  19. <b>bold<i>both</b>italic</i>).
  20. vim: et sw=4 sts=4