Revision
1.7 -
(
hide annotations)
(
download)
Sun May 20 11:12:25 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +4 -0 lines
++ ChangeLog 20 May 2007 11:07:54 -0000
2007-05-20 Wakaba <wakaba@suika.fam.cx>
* readme.en.html: Updated.
++ whatpm/t/ChangeLog 20 May 2007 11:12:04 -0000
* Makefile (content-type-files, content-checker-files): New rukes.
* content-type-result.txt, content-checker-result.txt: New files.
* tokenizer-result.txt, tree-construction-result.txt: New to CVS.
* content-model-2.dat: Warnings are added to unknown attributes
for unknown elements. New tests for newly implemented
attributes are added.
2007-05-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ChangeLog 20 May 2007 11:10:24 -0000
* ContentChecker.pm: Now most attributes are implemented
or associated to some placeholder.
($ElementDefault): Warn unknown attributes
for unknown elements as "attribute not supported".
($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders.
($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers.
(|a| attribute checker): Reimplemented.
2007-05-20 Wakaba <wakaba@suika.fam.cx>