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