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: |