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