Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 264 Bytes

File metadata and controls

10 lines (7 loc) · 264 Bytes

Implementing an HTML parser in Dart.

All remaining tokenizer failures are lack of doubleEscaped=true support in the test harness.

Questions

  • When should the TreeBuilder use qName comparison vs. tagName?

Tests to upstream

  • Entities in Attributes (no tests yet)