1 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: HTML5 revision 920 (<isindex>). |
4 |
|
|
5 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>). |
8 |
|
|
9 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm.src: HTML5 revision 916 (</body>). |
12 |
|
HTML5 revision 917 (conforming bare &). |
13 |
|
|
14 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* NanoDOM.pm (manakai_is_html): Setting to false did not work. |
17 |
|
|
18 |
|
* HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA). |
19 |
|
HTML5 revision 915 (<nobr>). |
20 |
|
|
21 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode). |
24 |
|
|
25 |
|
* NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode): |
26 |
|
New attributes. |
27 |
|
|
28 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (< |
31 |
|
in tags). |
32 |
|
|
33 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* .cvsignore: |Entities.html| is added. |
36 |
|
|
37 |
|
* HTML.pm.src: |$entity_char| is removed and |
38 |
|
requires |Whatpm::_NamedEntityList| instead. |
39 |
|
HTML5 revision 898 (refc), except that lack of refc |
40 |
|
is parse error. |
41 |
|
|
42 |
|
* mkentitylist.pl: New script. |
43 |
|
|
44 |
|
* Makefile (all): |_NamedEntityList.pm| is added. |
45 |
|
(_NamedEntityList.pm, Entities.html): New rules. |
46 |
|
|
47 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm.src: Parse errors immediately after U+000D |
50 |
|
were ignored and U+000D immediately following another |
51 |
|
U+000D was not converted to U+000A. |
52 |
|
|
53 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt |
56 |
|
nodes before appended). Parser was not ready for NULL |
57 |
|
parse error and escape flag. |
58 |
|
|
59 |
|
* NanoDOM.pm (adopt_node): New. |
60 |
|
|
61 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm.src: HTML5 revision 886 (insane comment in |
64 |
|
CDATA and RCDATA). Note that current implementation |
65 |
|
is simply repeating what the spec says and it is maybe not |
66 |
|
a best way to do it. |
67 |
|
|
68 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm.src: HTML5 revision 884 (</form> don't close |
71 |
|
the form element if a descendant element without implied end tag has |
72 |
|
still been open). |
73 |
|
|
74 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with |
* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with |
77 |
space characters non-conforming). |
space characters non-conforming). |
78 |
|
|