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