1 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
4 |
|
is added. |
5 |
|
(check_document): Load appropriate module before validation. |
6 |
|
|
7 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* ContentChecker/: New directory. |
10 |
|
|
11 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
14 |
|
|
15 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
16 |
|
|
17 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentChecker.pm (check_document): Return value |
20 |
|
even if no document element is found. |
21 |
|
|
22 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
25 |
|
|
26 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
29 |
|
|
30 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm.src: The "trailing end" insertion mode |
33 |
|
is split into "after html body" and "after html frameset" |
34 |
|
insertion modes. Their codes are merged with "after body" |
35 |
|
and "after frameset" codes. |$previous_insertion_mode| |
36 |
|
has been removed. "after frameset" code is |
37 |
|
merged with "in frameset" code. |
38 |
|
|
39 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm.src: The "before head" insertion mode is |
42 |
|
merged with the "in head" insertion mode. |
43 |
|
|
44 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
* HTML.pm.src: Cases in "in head" insertion mode are |
* HTML.pm.src: Cases in "in head" insertion mode are |