Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.09 KB

TODO.md

File metadata and controls

25 lines (23 loc) · 1.09 KB

HTML

  • Tokenizer
    • character buffering to reduce the number of token objects ?
    • Since we now buffer some character tokens, add tests for whitespace handling, i.e. for when the tree builder needs to ignore whitespace-only tokens
    • Check places where we could use chars_(while|until) instead of consuming one byte at a time. Typically, when the spec says « Ignore the character »
  • TreeBuilder
    • parse errors
  • Serializer
    • boolean attributes

CSS