1 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: HTML5 revision 886 (insane comment in |
4 |
|
CDATA and RCDATA). Note that current implementation |
5 |
|
is simply repeating what the spec says and it is maybe not |
6 |
|
a best way to do it. |
7 |
|
|
8 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm.src: HTML5 revision 884 (</form> don't close |
11 |
|
the form element if a descendant element without implied end tag has |
12 |
|
still been open). |
13 |
|
|
14 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with |
17 |
|
space characters non-conforming). |
18 |
|
|
19 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm.src: An error message was incorrect. |
22 |
|
HTML5 revision 869 (C1 character references). |
23 |
|
|
24 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: HTML5 revision 867 (a LF at the beginning of |
27 |
|
a |textarea| is removed). |
28 |
|
|
29 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* NanoDOM.pm (get_attribute_node_ns): New method. |
32 |
|
|
33 |
|
* ContentChecker.pm: |script| |async| and |defer| |
34 |
|
no longer require |src|. |async| MUST NOT be |
35 |
|
specified if |defer|. (HTML5 revision 858). |
36 |
|
|
37 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src: |<form><form>| went to inifinite loop. |
40 |
|
|
41 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentChecker.pm (html): Set |is_root| (allowed |
44 |
|
as a document element) flag on. |
45 |
|
(new): Removed. |
46 |
|
(check_document): New method. |
47 |
|
|
48 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* ContentChecker.pm (thead, tfoot): Checker specifications |
51 |
|
were incorrect. |
52 |
|
|
53 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Include |
56 |
|
error position in the |type| option of the error. |
57 |
|
|
58 |
|
* HTMLTable.pm (form_table): The |$onerror| parameter |
59 |
|
is now optional. Some bugs are fixed. |
60 |
|
|
61 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTMLTable.pm: New module. |
64 |
|
|
65 |
|
* ContentChecker.pm (table): Invoke table model error checker. |
66 |
|
|
67 |
|
* NanoDOM.pm (first_child, get_attribute_ns): New. |
68 |
|
|
69 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker. |
72 |
|
(link/@rel, a/@rel, area/@rel): Use new checker. |
73 |
|
|
74 |
|
* Makefile (_LinkTypeList.pm, RelExtensions.html): New rules. |
75 |
|
|
76 |
|
* _LinkTypeList.pm: New file. |
77 |
|
|
78 |
|
* mklinktypelist.pl: New file. |
79 |
|
|
80 |
|
* .cvsignore: |RelExtensions.html| added. |
81 |
|
|
82 |
|
* NanoDOM.pm (child_nodes): Returns an empty array |
83 |
|
for non-child-containing node types. |
84 |
|
(text_content): New attribute. |
85 |
|
|
86 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
* IMTChecker.pm: New module. |
* IMTChecker.pm: New module. |