1 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (< |
4 |
|
in tags). |
5 |
|
|
6 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* .cvsignore: |Entities.html| is added. |
9 |
|
|
10 |
|
* HTML.pm.src: |$entity_char| is removed and |
11 |
|
requires |Whatpm::_NamedEntityList| instead. |
12 |
|
HTML5 revision 898 (refc), except that lack of refc |
13 |
|
is parse error. |
14 |
|
|
15 |
|
* mkentitylist.pl: New script. |
16 |
|
|
17 |
|
* Makefile (all): |_NamedEntityList.pm| is added. |
18 |
|
(_NamedEntityList.pm, Entities.html): New rules. |
19 |
|
|
20 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm.src: Parse errors immediately after U+000D |
23 |
|
were ignored and U+000D immediately following another |
24 |
|
U+000D was not converted to U+000A. |
25 |
|
|
26 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt |
29 |
|
nodes before appended). Parser was not ready for NULL |
30 |
|
parse error and escape flag. |
31 |
|
|
32 |
|
* NanoDOM.pm (adopt_node): New. |
33 |
|
|
34 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm.src: HTML5 revision 886 (insane comment in |
37 |
|
CDATA and RCDATA). Note that current implementation |
38 |
|
is simply repeating what the spec says and it is maybe not |
39 |
|
a best way to do it. |
40 |
|
|
41 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm.src: HTML5 revision 884 (</form> don't close |
44 |
|
the form element if a descendant element without implied end tag has |
45 |
|
still been open). |
46 |
|
|
47 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with |
50 |
|
space characters non-conforming). |
51 |
|
|
52 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm.src: An error message was incorrect. |
55 |
|
HTML5 revision 869 (C1 character references). |
56 |
|
|
57 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm.src: HTML5 revision 867 (a LF at the beginning of |
60 |
|
a |textarea| is removed). |
61 |
|
|
62 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* NanoDOM.pm (get_attribute_node_ns): New method. |
65 |
|
|
66 |
|
* ContentChecker.pm: |script| |async| and |defer| |
67 |
|
no longer require |src|. |async| MUST NOT be |
68 |
|
specified if |defer|. (HTML5 revision 858). |
69 |
|
|
70 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm.src: |<form><form>| went to inifinite loop. |
73 |
|
|
74 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* ContentChecker.pm (html): Set |is_root| (allowed |
77 |
|
as a document element) flag on. |
78 |
|
(new): Removed. |
79 |
|
(check_document): New method. |
80 |
|
|
81 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* ContentChecker.pm (thead, tfoot): Checker specifications |
84 |
|
were incorrect. |
85 |
|
|
86 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Include |
89 |
|
error position in the |type| option of the error. |
90 |
|
|
91 |
|
* HTMLTable.pm (form_table): The |$onerror| parameter |
92 |
|
is now optional. Some bugs are fixed. |
93 |
|
|
94 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTMLTable.pm: New module. |
97 |
|
|
98 |
|
* ContentChecker.pm (table): Invoke table model error checker. |
99 |
|
|
100 |
|
* NanoDOM.pm (first_child, get_attribute_ns): New. |
101 |
|
|
102 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker. |
105 |
|
(link/@rel, a/@rel, area/@rel): Use new checker. |
106 |
|
|
107 |
|
* Makefile (_LinkTypeList.pm, RelExtensions.html): New rules. |
108 |
|
|
109 |
|
* _LinkTypeList.pm: New file. |
110 |
|
|
111 |
|
* mklinktypelist.pl: New file. |
112 |
|
|
113 |
|
* .cvsignore: |RelExtensions.html| added. |
114 |
|
|
115 |
|
* NanoDOM.pm (child_nodes): Returns an empty array |
116 |
|
for non-child-containing node types. |
117 |
|
(text_content): New attribute. |
118 |
|
|
119 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
* IMTChecker.pm: New module. |
* IMTChecker.pm: New module. |