1 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
4 |
|
|
5 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src: The "trailing end" insertion mode |
8 |
|
is split into "after html body" and "after html frameset" |
9 |
|
insertion modes. Their codes are merged with "after body" |
10 |
|
and "after frameset" codes. |$previous_insertion_mode| |
11 |
|
has been removed. "after frameset" code is |
12 |
|
merged with "in frameset" code. |
13 |
|
|
14 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm.src: The "before head" insertion mode is |
17 |
|
merged with the "in head" insertion mode. |
18 |
|
|
19 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
22 |
|
reorganized. |
23 |
|
|
24 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
27 |
|
are merged. |
28 |
|
|
29 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
32 |
|
with "in table" insertion mode. |
33 |
|
|
34 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
37 |
|
modes are merged. |
38 |
|
|
39 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
42 |
|
insertion mode! |
43 |
|
|
44 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
47 |
|
now directly invoke the handler. |
48 |
|
|
49 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
52 |
|
is merged to the "in body" insertion mode code. |
53 |
|
|
54 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
57 |
|
insertion modes are merged. |
58 |
|
|
59 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
62 |
|
|
63 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
66 |
|
instead of string constant for |{content_model_flag}|. |
67 |
|
|
68 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm.src: Add the name of the attribute |
71 |
|
to the "duplicate attribute" error. |
72 |
|
|
73 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* ContentChecker.pm: Return the |class| node list. |
76 |
|
|
77 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* ContentChecker.pm: Return the |id| node list. |
80 |
|
|
81 |
|
* HTML.pm.src: A typo is fixed. |
82 |
|
|
83 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
* ContentChecker.pm: Drop wrong |level => 'error'| specification |