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