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