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