1 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm (thead, tfoot): Checker specifications |
4 |
|
were incorrect. |
5 |
|
|
6 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Include |
9 |
|
error position in the |type| option of the error. |
10 |
|
|
11 |
|
* HTMLTable.pm (form_table): The |$onerror| parameter |
12 |
|
is now optional. Some bugs are fixed. |
13 |
|
|
14 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTMLTable.pm: New module. |
17 |
|
|
18 |
|
* ContentChecker.pm (table): Invoke table model error checker. |
19 |
|
|
20 |
|
* NanoDOM.pm (first_child, get_attribute_ns): New. |
21 |
|
|
22 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker. |
25 |
|
(link/@rel, a/@rel, area/@rel): Use new checker. |
26 |
|
|
27 |
|
* Makefile (_LinkTypeList.pm, RelExtensions.html): New rules. |
28 |
|
|
29 |
|
* _LinkTypeList.pm: New file. |
30 |
|
|
31 |
|
* mklinktypelist.pl: New file. |
32 |
|
|
33 |
|
* .cvsignore: |RelExtensions.html| added. |
34 |
|
|
35 |
|
* NanoDOM.pm (child_nodes): Returns an empty array |
36 |
|
for non-child-containing node types. |
37 |
|
(text_content): New attribute. |
38 |
|
|
39 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* IMTChecker.pm: New module. |
42 |
|
|
43 |
|
* ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker |
44 |
|
to test parameter value validity. |
45 |
|
|
46 |
|
* HTML.pm.src ($style_start_tag): Attributes were |
47 |
|
discarded. |
48 |
|
|
49 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Implemented. |
52 |
|
|
53 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* URIChecker.pm: All recommendations from RFC 3986 |
56 |
|
and RFC 3987 are listed (not all testable items are checked yet). |
57 |
|
|
58 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* URIChecker.pm: New module. |
61 |
|
|
62 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* ContentChecker.pm: Now most attributes are implemented |
65 |
|
or associated to some placeholder. |
66 |
|
($ElementDefault): Warn unknown attributes |
67 |
|
for unknown elements as "attribute not supported". |
68 |
|
($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders. |
69 |
|
($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers. |
70 |
|
(|a| attribute checker): Reimplemented. |
71 |
|
|
72 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder. |
75 |
|
($HTMLAttrChecker): Event handler content attributes |
76 |
|
are added. |
77 |
|
(link, embed): Required attribute is now checked. |
78 |
|
(embed): Unknown local attributes are no longer warned. |
79 |
|
|
80 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder. |
83 |
|
($HTMLIMTAttrChecker): New checker. |
84 |
|
(link@rel, link@href, link@type, style@type, |
85 |
|
a@href, a@ping, a@ping, a@type, embed@src, embed@type, |
86 |
|
object@data, object@type, source@src, source@type, area@alt, |
87 |
|
area@shape, area@coords, area@href, |
88 |
|
area@ping, area@rel, area@type, script@src, |
89 |
|
script@defer, script@async, script@type): Checkers added. |
90 |
|
|
91 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* ContentChecker.pm: Descendant checking was incorrect. |
94 |
|
|
95 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |
98 |
|
attributes. Report an error if |Element.prefix| |
99 |
|
is |xmlns|. |
100 |
|
|
101 |
|
* NanoDOM.pm (prefix): New attribute. |
102 |
|
|
103 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm.src: In |main| phase, |in body| insertion |
106 |
|
mode, action for |<iframe>| was missing. |
107 |
|
|
108 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
* ContentChecker.pm: Support for many of HTML5 elements. |
* ContentChecker.pm: Support for many of HTML5 elements. |