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