1 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with |
4 |
|
space characters non-conforming). |
5 |
|
|
6 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: An error message was incorrect. |
9 |
|
HTML5 revision 869 (C1 character references). |
10 |
|
|
11 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src: HTML5 revision 867 (a LF at the beginning of |
14 |
|
a |textarea| is removed). |
15 |
|
|
16 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* NanoDOM.pm (get_attribute_node_ns): New method. |
19 |
|
|
20 |
|
* ContentChecker.pm: |script| |async| and |defer| |
21 |
|
no longer require |src|. |async| MUST NOT be |
22 |
|
specified if |defer|. (HTML5 revision 858). |
23 |
|
|
24 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: |<form><form>| went to inifinite loop. |
27 |
|
|
28 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm (html): Set |is_root| (allowed |
31 |
|
as a document element) flag on. |
32 |
|
(new): Removed. |
33 |
|
(check_document): New method. |
34 |
|
|
35 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ContentChecker.pm (thead, tfoot): Checker specifications |
38 |
|
were incorrect. |
39 |
|
|
40 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Include |
43 |
|
error position in the |type| option of the error. |
44 |
|
|
45 |
|
* HTMLTable.pm (form_table): The |$onerror| parameter |
46 |
|
is now optional. Some bugs are fixed. |
47 |
|
|
48 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
* HTMLTable.pm: New module. |
* HTMLTable.pm: New module. |