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 |
41 |
|
modes are merged. |
42 |
|
|
43 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
46 |
|
insertion mode! |
47 |
|
|
48 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
51 |
|
now directly invoke the handler. |
52 |
|
|
53 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
56 |
|
is merged to the "in body" insertion mode code. |
57 |
|
|
58 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
61 |
|
insertion modes are merged. |
62 |
|
|
63 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
66 |
|
|
67 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
70 |
|
instead of string constant for |{content_model_flag}|. |
71 |
|
|
72 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
* HTML.pm.src: Add the name of the attribute |
* HTML.pm.src: Add the name of the attribute |
75 |
to the "duplicate attribute" error. |
to the "duplicate attribute" error. |
76 |
|
|