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