Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. TODO list
  2. =========
  3.  
  4.   + Error checking
  5.   + Documentation
  6.   + Implement one or more tree builders
  7.     - test/tree2.c would serve as a basic tree builder
  8.     - NetSurf's libxml2 binding could do with being brought back here somehow
  9.   + Parse error reporting (incl. acknowledging self-closing flags)
  10.   + Implement extraneous chunk insertion/tokenisation
  11.   + Statistical charset autodetection
  12.   + Shared library, for those platforms that support such things
  13.     - requires possibly prefixing more things with hubbub_
  14.   + Optimise it
  15.     - being clever with e.g. attribute allocation in tokeniser
  16.     - tag name interning / replacing element_type_from_name()
  17.     - Hixie's data (http://tinyurl.com/hixie-html5-data-2007)
  18.