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