• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024859 1610

named-character-references.htmlD03-May-2024311.2 KiB51

tokenization.txtD03-May-202441.4 KiB1,148857

tree-construction.txtD03-May-202490.2 KiB2,2021,666

README

1tokenization.txt represents the state of the spec implemented in Tokenizer.java.
2
3To get a diffable version corresponding to the current spec:
4lynx -display_charset=utf-8 -dump -nolist http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html > current.txt
5
6tree-construction.txt represents the state of the spec implemented in TreeBuilder.java.
7
8To get a diffable version corresponding to the current spec:
9lynx -display_charset=utf-8 -dump -nolist http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html > current.txt
10
11
12The text of the files in this directory comes from the WHATWG HTML 5 spec
13which carries the following notice:
14© Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
15You are granted a license to use, reproduce and create derivative works of this document.
16