1 |
|
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. |
36 |
|
HTML5 revision 869 (C1 character references). |
37 |
|
|
38 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm.src: HTML5 revision 867 (a LF at the beginning of |
41 |
|
a |textarea| is removed). |
42 |
|
|
43 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* NanoDOM.pm (get_attribute_node_ns): New method. |
46 |
|
|
47 |
|
* ContentChecker.pm: |script| |async| and |defer| |
48 |
|
no longer require |src|. |async| MUST NOT be |
49 |
|
specified if |defer|. (HTML5 revision 858). |
50 |
|
|
51 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm.src: |<form><form>| went to inifinite loop. |
54 |
|
|
55 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* ContentChecker.pm (html): Set |is_root| (allowed |
58 |
|
as a document element) flag on. |
59 |
|
(new): Removed. |
60 |
|
(check_document): New method. |
61 |
|
|
62 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* ContentChecker.pm (thead, tfoot): Checker specifications |
65 |
|
were incorrect. |
66 |
|
|
67 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
* ContentChecker.pm ($HTMLURIAttrChecker): Include |
* ContentChecker.pm ($HTMLURIAttrChecker): Include |