1 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Parse errors immediately after U+000D |
4 |
|
were ignored and U+000D immediately following another |
5 |
|
U+000D was not converted to U+000A. |
6 |
|
|
7 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt |
10 |
|
nodes before appended). Parser was not ready for NULL |
11 |
|
parse error and escape flag. |
12 |
|
|
13 |
|
* NanoDOM.pm (adopt_node): New. |
14 |
|
|
15 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm.src: HTML5 revision 886 (insane comment in |
18 |
|
CDATA and RCDATA). Note that current implementation |
19 |
|
is simply repeating what the spec says and it is maybe not |
20 |
|
a best way to do it. |
21 |
|
|
22 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src: HTML5 revision 884 (</form> don't close |
25 |
|
the form element if a descendant element without implied end tag has |
26 |
|
still been open). |
27 |
|
|
28 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with |
31 |
|
space characters non-conforming). |
32 |
|
|
33 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
* HTML.pm.src: An error message was incorrect. |
* HTML.pm.src: An error message was incorrect. |
36 |
HTML5 revision 869 (C1 character references). |
HTML5 revision 869 (C1 character references). |
37 |
|
|