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