mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
Add java htmlparser sources that match the original 52-level state
https://hg.mozilla.org/projects/htmlparser/ Commit: abe62ab2a9b69ccb3b5d8a231ec1ae11154c571d
This commit is contained in:
parent
3efecbe3cc
commit
36189e6a63
248 changed files with 62553 additions and 0 deletions
15
parser/html/java/htmlparser/doc/README
Normal file
15
parser/html/java/htmlparser/doc/README
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
tokenization.txt represents the state of the spec implemented in Tokenizer.java.
|
||||
|
||||
To get a diffable version corresponding to the current spec:
|
||||
lynx -display_charset=utf-8 -dump -nolist http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html > current.txt
|
||||
|
||||
tree-construction.txt represents the state of the spec implemented in TreeBuilder.java.
|
||||
|
||||
To get a diffable version corresponding to the current spec:
|
||||
lynx -display_charset=utf-8 -dump -nolist http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html > current.txt
|
||||
|
||||
|
||||
The text of the files in this directory comes from the WHATWG HTML 5 spec
|
||||
which carries the following notice:
|
||||
© Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
|
||||
You are granted a license to use, reproduce and create derivative works of this document.
|
||||
File diff suppressed because one or more lines are too long
1147
parser/html/java/htmlparser/doc/tokenization.txt
Normal file
1147
parser/html/java/htmlparser/doc/tokenization.txt
Normal file
File diff suppressed because it is too large
Load diff
2201
parser/html/java/htmlparser/doc/tree-construction.txt
Normal file
2201
parser/html/java/htmlparser/doc/tree-construction.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue