Home | History | Annotate | only in /external/owasp/sanitizer/lib/htmlparser-1.3/doc
Up to higher level directory
NameDateSize
named-character-references.html16-Dec-2014311.2K
README16-Dec-2014859
tokenization.txt16-Dec-201441.4K
tree-construction.txt16-Dec-201490.2K

README

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