2008-05-05 Wakaba * HTMLTable.pm: How table model errors are detected is changed (HTML5 revision 1387). 2008-05-05 Wakaba * HTMLTable.pm: The algorithm now moves |tfoot| elements to the end of the table (HTML5 revision 1380). 2008-05-05 Wakaba * HTMLTable.pm: The algorithm is now 0-based indexing, instead of 1-based (HTML5 revision 1376). 2008-05-05 Wakaba * ContentType.pm: "Content-Type: text/plain; charset=UTF-8" and "Content-Encoding" no longer prevent sniffing (HTML5 revision 1288). 2008-05-05 Wakaba * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision 1282). 2008-05-03 Wakaba * ContentChecker.pm: Support for global attributes. Status of XML specs are added. 2008-05-03 Wakaba * ContentChecker.pm (check_element): Support for |template=""| and |ref=""| attribute (referent element type checking). 2008-04-29 Wakaba * CacheManifest.pm (_parse): New same origin definition (HTML5 revision 1500) is implemented (except for IDNA part and URI-scheme-specific knowledge). Line number counting was wrong for LF-only documents. 2008-04-13 Wakaba * HTML.pm.src: Raise an parse error for any disallowed character (HTML5 revision 1263). 2008-04-13 Wakaba * mkentitylist.pl: Support for new HTML5 entity table format (the definition for |AElig;| was missing). 2008-04-13 Wakaba * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417). 2008-04-13 Wakaba * HTML.pm.src: List of element names that close foreign content insertion mode is added (HTML5 revisions 1412 and 1418). 2008-04-13 Wakaba * HTML.pm.src: Support for |mglyph| and |malignmark| elements (HTML5 revision 1410). 2008-04-13 Wakaba * HTML.pm.src: Support for new long MathML entities (HTML5 revision 1406). 2008-04-13 Wakaba * HTML.pm.src: CDATA section support for MathML and SVG elements (HTML5 revision 1404 and 1420). 2008-04-12 Wakaba * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG elements (HTML5 revision 1404). Unused !!!macro definitions are removed. 2008-04-12 Wakaba * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors are raised is changed (HTML5 revision 1404). 2008-04-06 Wakaba * HTML.pm.src: Category sets that are no longer used are removed. 2008-04-06 Wakaba * HTML.pm.src: The ->[1] property of stack entries are now replaced by constants representing element category. 2008-04-06 Wakaba * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) for error reporting. (This is a preparation for using constant value for ->[1].) 2008-03-22 Wakaba * RDFXML.pm: Typo fixed. 2008-03-22 Wakaba * ContentChecker.pm: |fact_level| is now treated as same as |must_level|, i.e. level = |m|. (check_element): Make list of URIs in the DOM. 2008-03-21 Wakaba * RDFXML.pm: Language accessor implemented. Local (null-namespace) attribute support. 2008-03-21 Wakaba * RDFXML.pm: Factored out ID checking code. 2008-03-21 Wakaba * RDFXML.pm: TODO items noted. Validation of ID and URI attributes is implemented. Warn if unknown value is used in rdf:parseType="" attribute. * URIChecker.pm (check_rdf_uri_reference): New function. 2008-03-21 Wakaba * RDFXML.pm: bnodeid implemented. Relative references are now resolved. 2008-03-21 Wakaba * ContentChecker.pm: RDF reification implemented. * RDFXML.pm: undef vs false bug fixed. Reification implemented. 2008-03-21 Wakaba * RDFXML.pm: s/id/ID/ for attribute name. The |node| arguments are added for |ontriple| calls. Too many "attribute not allowed" errors were raised. * ContentChecker.pm: Initial experimental support for rdf:RDF element. 2008-03-21 Wakaba * RDFXML.pm: New module. 2008-03-20 Wakaba * HTML.pm.src (set_inner_html): Line/column number code was old one yet. 2008-03-20 Wakaba * HTML.pm.src: Better line/column reporting for "duplicate attribute" errors. Line/column markings for DOCTYPE, comment, and character tokens are reintroduced; otherwise, error location for "not HTML5" error and errors for implied elements are not attached. 2008-03-20 Wakaba * HTML.pm.src: Set line/column numbers to attributes. * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. (value): Setter implemented. * mkhtmlparser.pl: Set line/column numbers to Attr nodes. 2008-03-20 Wakaba * HTML.pm.src: Unused line/column markings are removed. 2008-03-20 Wakaba * HTML.pm.src (_get_next_token): Remove |first_start_tag| flag, which is no longer used. 2008-03-17 Wakaba * HTML.pm.src: Set line/column information to element nodes. * mkhtmlparser.pl (!!!create-element, !!!insert-element, and !!!insert-element-t): Set line/column information to element nodes. 2008-03-17 Wakaba * HTML.pm.src (_get_next_token): The first "<" character in "", or "" should be the error point. 2008-03-16 Wakaba * HTML.pm.src: Some more fixes on error position reporting. 2008-03-16 Wakaba * HTML.pm.src: Token-level precious error reporting. 2008-03-16 Wakaba * HTML.pm.src: Preparation for more precious error point reporting. 2008-03-11 Wakaba * HTML.pm.src: Error type revised. 2008-03-11 Wakaba * HTML.pm.src: Similar codes are merged together, again. 2008-03-11 Wakaba * HTML.pm.src: Similar codes are merged together. 2008-03-10 Wakaba * mkhtmlparser.pl: Set "level" parameter to parse errors. * HTML.pm.src: Code refined. 2008-03-09 Wakaba * HTML.pm.src: || treatement has been changed (HTML5 revision 1348). Note that I really don't know this makes any difference in the black-box behavior of the parser. 2008-03-09 Wakaba * HTML.pm.src: New end-of-file token implementation (HTML5 revision 1348). 2008-03-09 Wakaba * HTML.pm.src: |applet| support (HTML5 revision 1347). 2008-03-09 Wakaba * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343). 2008-03-09 Wakaba * HTML.pm.src: Support for || in the "in select" insertion mode and support for the "in select in table" insertion mode (HTML5 revision 1342). 2008-03-09 Wakaba * HTML.pm.src: No foster parenting for