1 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* URIChecker.pm: All recommendations from RFC 3986 |
4 |
|
and RFC 3987 are listed (not all testable items are checked yet). |
5 |
|
|
6 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* URIChecker.pm: New module. |
9 |
|
|
10 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* ContentChecker.pm: Now most attributes are implemented |
13 |
|
or associated to some placeholder. |
14 |
|
($ElementDefault): Warn unknown attributes |
15 |
|
for unknown elements as "attribute not supported". |
16 |
|
($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders. |
17 |
|
($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers. |
18 |
|
(|a| attribute checker): Reimplemented. |
19 |
|
|
20 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder. |
23 |
|
($HTMLAttrChecker): Event handler content attributes |
24 |
|
are added. |
25 |
|
(link, embed): Required attribute is now checked. |
26 |
|
(embed): Unknown local attributes are no longer warned. |
27 |
|
|
28 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder. |
31 |
|
($HTMLIMTAttrChecker): New checker. |
32 |
|
(link@rel, link@href, link@type, style@type, |
33 |
|
a@href, a@ping, a@ping, a@type, embed@src, embed@type, |
34 |
|
object@data, object@type, source@src, source@type, area@alt, |
35 |
|
area@shape, area@coords, area@href, |
36 |
|
area@ping, area@rel, area@type, script@src, |
37 |
|
script@defer, script@async, script@type): Checkers added. |
38 |
|
|
39 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* ContentChecker.pm: Descendant checking was incorrect. |
42 |
|
|
43 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |