1 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode). |
4 |
|
|
5 |
|
* NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode): |
6 |
|
New attributes. |
7 |
|
|
8 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (< |
11 |
|
in tags). |
12 |
|
|
13 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* .cvsignore: |Entities.html| is added. |
16 |
|
|
17 |
|
* HTML.pm.src: |$entity_char| is removed and |
18 |
|
requires |Whatpm::_NamedEntityList| instead. |
19 |
|
HTML5 revision 898 (refc), except that lack of refc |
20 |
|
is parse error. |
21 |
|
|
22 |
|
* mkentitylist.pl: New script. |
23 |
|
|
24 |
|
* Makefile (all): |_NamedEntityList.pm| is added. |
25 |
|
(_NamedEntityList.pm, Entities.html): New rules. |
26 |
|
|
27 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm.src: Parse errors immediately after U+000D |
30 |
|
were ignored and U+000D immediately following another |
31 |
|
U+000D was not converted to U+000A. |
32 |
|
|
33 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt |
36 |
|
nodes before appended). Parser was not ready for NULL |
37 |
|
parse error and escape flag. |
38 |
|
|
39 |
|
* NanoDOM.pm (adopt_node): New. |
40 |
|
|
41 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm.src: HTML5 revision 886 (insane comment in |
44 |
|
CDATA and RCDATA). Note that current implementation |
45 |
|
is simply repeating what the spec says and it is maybe not |
46 |
|
a best way to do it. |
47 |
|
|
48 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src: HTML5 revision 884 (</form> don't close |
51 |
|
the form element if a descendant element without implied end tag has |
52 |
|
still been open). |
53 |
|
|
54 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with |
57 |
|
space characters non-conforming). |
58 |
|
|
59 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm.src: An error message was incorrect. |
62 |
|
HTML5 revision 869 (C1 character references). |
63 |
|
|
64 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm.src: HTML5 revision 867 (a LF at the beginning of |
67 |
|
a |textarea| is removed). |
68 |
|
|
69 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* NanoDOM.pm (get_attribute_node_ns): New method. |
72 |
|
|
73 |
|
* ContentChecker.pm: |script| |async| and |defer| |
74 |
|
no longer require |src|. |async| MUST NOT be |
75 |
|
specified if |defer|. (HTML5 revision 858). |
76 |
|
|
77 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm.src: |<form><form>| went to inifinite loop. |
80 |
|
|
81 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* ContentChecker.pm (html): Set |is_root| (allowed |
84 |
|
as a document element) flag on. |
85 |
|
(new): Removed. |
86 |
|
(check_document): New method. |
87 |
|
|
88 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* ContentChecker.pm (thead, tfoot): Checker specifications |
91 |
|
were incorrect. |
92 |
|
|
93 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
* ContentChecker.pm ($HTMLURIAttrChecker): Include |
* ContentChecker.pm ($HTMLURIAttrChecker): Include |