1 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* IMTChecker.pm: New module. |
4 |
|
|
5 |
|
* ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker |
6 |
|
to test parameter value validity. |
7 |
|
|
8 |
|
* HTML.pm.src ($style_start_tag): Attributes were |
9 |
|
discarded. |
10 |
|
|
11 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Implemented. |
14 |
|
|
15 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* URIChecker.pm: All recommendations from RFC 3986 |
18 |
|
and RFC 3987 are listed (not all testable items are checked yet). |
19 |
|
|
20 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* URIChecker.pm: New module. |
23 |
|
|
24 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ContentChecker.pm: Now most attributes are implemented |
27 |
|
or associated to some placeholder. |
28 |
|
($ElementDefault): Warn unknown attributes |
29 |
|
for unknown elements as "attribute not supported". |
30 |
|
($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders. |
31 |
|
($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers. |
32 |
|
(|a| attribute checker): Reimplemented. |
33 |
|
|
34 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder. |
37 |
|
($HTMLAttrChecker): Event handler content attributes |
38 |
|
are added. |
39 |
|
(link, embed): Required attribute is now checked. |
40 |
|
(embed): Unknown local attributes are no longer warned. |
41 |
|
|
42 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder. |
45 |
|
($HTMLIMTAttrChecker): New checker. |
46 |
|
(link@rel, link@href, link@type, style@type, |
47 |
|
a@href, a@ping, a@ping, a@type, embed@src, embed@type, |
48 |
|
object@data, object@type, source@src, source@type, area@alt, |
49 |
|
area@shape, area@coords, area@href, |
50 |
|
area@ping, area@rel, area@type, script@src, |
51 |
|
script@defer, script@async, script@type): Checkers added. |
52 |
|
|
53 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ContentChecker.pm: Descendant checking was incorrect. |
56 |
|
|
57 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |
60 |
|
attributes. Report an error if |Element.prefix| |
61 |
|
is |xmlns|. |
62 |
|
|
63 |
|
* NanoDOM.pm (prefix): New attribute. |
64 |
|
|
65 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm.src: In |main| phase, |in body| insertion |
68 |
|
mode, action for |<iframe>| was missing. |
69 |
|
|
70 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* ContentChecker.pm: Support for many of HTML5 elements. |
73 |
|
($GetHTMLNonNegativeIntegerAttrChecker): New. |
74 |
|
|
75 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
* ContentChecker.pm: Support for most elements up to |progress|. |
* ContentChecker.pm: Support for most elements up to |progress|. |