1 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
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 |
* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with |
64 |
space characters non-conforming). |
space characters non-conforming). |
65 |
|
|