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> |
45 |
|
|
46 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
47 |
|
reorganized. |
48 |
|
|
49 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
52 |
|
are merged. |
53 |
|
|
54 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
57 |
|
with "in table" insertion mode. |
58 |
|
|
59 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
62 |
|
modes are merged. |
63 |
|
|
64 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
67 |
|
insertion mode! |
68 |
|
|
69 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
72 |
|
now directly invoke the handler. |
73 |
|
|
74 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
* HTML.pm.src: Codes for "in cell" insertion mode |
* HTML.pm.src: Codes for "in cell" insertion mode |