1 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Include |
4 |
|
error position in the |type| option of the error. |
5 |
|
|
6 |
|
* HTMLTable.pm (form_table): The |$onerror| parameter |
7 |
|
is now optional. Some bugs are fixed. |
8 |
|
|
9 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTMLTable.pm: New module. |
12 |
|
|
13 |
|
* ContentChecker.pm (table): Invoke table model error checker. |
14 |
|
|
15 |
|
* NanoDOM.pm (first_child, get_attribute_ns): New. |
16 |
|
|
17 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker. |
20 |
|
(link/@rel, a/@rel, area/@rel): Use new checker. |
21 |
|
|
22 |
|
* Makefile (_LinkTypeList.pm, RelExtensions.html): New rules. |
23 |
|
|
24 |
|
* _LinkTypeList.pm: New file. |
25 |
|
|
26 |
|
* mklinktypelist.pl: New file. |
27 |
|
|
28 |
|
* .cvsignore: |RelExtensions.html| added. |
29 |
|
|
30 |
|
* NanoDOM.pm (child_nodes): Returns an empty array |
31 |
|
for non-child-containing node types. |
32 |
|
(text_content): New attribute. |
33 |
|
|
34 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* IMTChecker.pm: New module. |
37 |
|
|
38 |
|
* ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker |
39 |
|
to test parameter value validity. |
40 |
|
|
41 |
|
* HTML.pm.src ($style_start_tag): Attributes were |
42 |
|
discarded. |
43 |
|
|
44 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Implemented. |
47 |
|
|
48 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* URIChecker.pm: All recommendations from RFC 3986 |
51 |
|
and RFC 3987 are listed (not all testable items are checked yet). |
52 |
|
|
53 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* URIChecker.pm: New module. |
56 |
|
|
57 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
* ContentChecker.pm: Now most attributes are implemented |
* ContentChecker.pm: Now most attributes are implemented |