2007-07-16 Wakaba
* HTML.pm.src (main and trailin end phases): Token
types |DOCTYPE|, |comment|, |end-of-file|, and || are
factored out. Error types |in html:#DOCTYPE|
and |after html:#DOCTYPE| are merged
into |DOCTYPE in the middle|. ||
in fragment parsing mode changed the
insertion mode.
2007-07-16 Wakaba
* HTML.pm.src: |$phase| has been removed; The |trailing end|
phase is now an insertion mode. Treatments for white
space character tokens were incorrect for some
insertion modes. An old |meta| case was not removed.
2007-07-16 Wakaba
* HTML.pm.src: |meta| charset declaration extraction
implemented (but changing the encoding is not yet:-).
2007-07-15 Wakaba
* Charset/: New directory.
2007-07-15 Wakaba
* H2H.pm: New Perl module (created from
manakai's H2H.dis).
2007-07-15 Wakaba
* XMLSerializer.pm: New Perl module (created from
manakai's SimpleLS.dis).
2007-07-07 Wakaba
* HTML.pm.src: || was not processed correctly.
2007-07-01 Wakaba
* HTML.pm.src: Report correct error message
for ||.
2007-07-01 Wakaba
* HTMLTable.pm: An error description was incorrect.
2007-06-30 Wakaba
* ContentChecker.pm: Return |{term}| list.
2007-06-30 Wakaba
* HTML.pm.src: HTML5 revisions 961-966 (
, ,
nested , implied , , and ,
and outside of head).
2007-06-30 Wakaba
* IMTChecker.pm: Report warning for unregistered
and private types/subtypes.
* ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
URIChecker.pm, HTMLTable.pm: Error messages are now
consistent; they are all listed in
.
2007-06-25 Wakaba
* ContentChecker.pm: || not in ||
is now erred. |