1 Name: blink HTMLTokenizer
3 URL: http://www.chromium.org/blink
4 Version: commit 2e924d852a814dee5efde8deb412a70a4d90c5c7
9 The HTMLTokenizer and associated classes from blink handle tokenizing HTML
10 content into runtime usable data structures.
13 The blink code was used as a starting point and heavily modified to remove
14 unnecessary code, dependancies on WTF, and dependencies on GPL code.