Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 25 May 2007 12:12:35 -0000 2007-05-25 Wakaba <wakaba@suika.fam.cx> * URIChecker.t: New test. ++ whatpm/Whatpm/ChangeLog 25 May 2007 12:12:54 -0000 2007-05-25 Wakaba <wakaba@suika.fam.cx> * URIChecker.pm: New module.
| 1 | wakaba | 1.22 | 2007-05-25 Wakaba <[email protected]> |
| 2 | |||
| 3 | * URIChecker.pm: New module. | ||
| 4 | |||
| 5 | wakaba | 1.18 | 2007-05-20 Wakaba <[email protected]> |
| 6 | |||
| 7 | wakaba | 1.21 | * ContentChecker.pm: Now most attributes are implemented |
| 8 | or associated to some placeholder. | ||
| 9 | ($ElementDefault): Warn unknown attributes | ||
| 10 | for unknown elements as "attribute not supported". | ||
| 11 | ($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders. | ||
| 12 | ($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers. | ||
| 13 | (|a| attribute checker): Reimplemented. | ||
| 14 | |||
| 15 | 2007-05-20 Wakaba <[email protected]> | ||
| 16 | |||
| 17 | wakaba | 1.20 | * ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder. |
| 18 | ($HTMLAttrChecker): Event handler content attributes | ||
| 19 | are added. | ||
| 20 | (link, embed): Required attribute is now checked. | ||
| 21 | (embed): Unknown local attributes are no longer warned. | ||
| 22 | |||
| 23 | 2007-05-20 Wakaba <[email protected]> | ||
| 24 | |||
| 25 | wakaba | 1.19 | * ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder. |
| 26 | ($HTMLIMTAttrChecker): New checker. | ||
| 27 | (link@rel, link@href, link@type, style@type, | ||
| 28 | a@href, a@ping, a@ping, a@type, embed@src, embed@type, | ||
| 29 | object@data, object@type, source@src, source@type, area@alt, | ||
| 30 | area@shape, area@coords, area@href, | ||
| 31 | area@ping, area@rel, area@type, script@src, | ||
| 32 | script@defer, script@async, script@type): Checkers added. | ||
| 33 | |||
| 34 | 2007-05-20 Wakaba <[email protected]> | ||
| 35 | |||
| 36 | wakaba | 1.18 | * ContentChecker.pm: Descendant checking was incorrect. |
| 37 | |||
| 38 | wakaba | 1.12 | 2007-05-19 Wakaba <[email protected]> |
| 39 | |||
| 40 | wakaba | 1.17 | * ContentChecker.pm: Support |xml:*| and |xmlns:*| |
| 41 | attributes. Report an error if |Element.prefix| | ||
| 42 | is |xmlns|. | ||
| 43 | |||
| 44 | * NanoDOM.pm (prefix): New attribute. | ||
| 45 | |||
| 46 | 2007-05-19 Wakaba <[email protected]> | ||
| 47 | |||
| 48 | wakaba | 1.16 | * HTML.pm.src: In |main| phase, |in body| insertion |
| 49 | mode, action for |<iframe>| was missing. | ||
| 50 | |||
| 51 | 2007-05- |