1 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker/: New directory. |
4 |
|
|
5 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
8 |
|
|
9 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
10 |
|
|
11 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.pm (check_document): Return value |
14 |
|
even if no document element is found. |
15 |
|
|
16 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
19 |
|
|
20 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
23 |
|
|
24 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: The "trailing end" insertion mode |
27 |
|
is split into "after html body" and "after html frameset" |
28 |
|
insertion modes. Their codes are merged with "after body" |
29 |
|
and "after frameset" codes. |$previous_insertion_mode| |
30 |
|
has been removed. "after frameset" code is |
31 |
|
merged with "in frameset" code. |
32 |
|
|
33 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm.src: The "before head" insertion mode is |
36 |
|
merged with the "in head" insertion mode. |
37 |
|
|
38 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
41 |
|
reorganized. |
42 |
|
|
43 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
46 |
|
are merged. |
47 |
|
|
48 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
51 |
|
with "in table" insertion mode. |
52 |
|
|
53 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
56 |
|
modes are merged. |
57 |
|
|
58 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
61 |
|
insertion mode! |
62 |
|
|
63 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
66 |
|
now directly invoke the handler. |
67 |
|
|
68 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
71 |
|
is merged to the "in body" insertion mode code. |
72 |
|
|
73 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
76 |
|
insertion modes are merged. |
77 |
|
|
78 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
81 |
|
|
82 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
85 |
|
instead of string constant for |{content_model_flag}|. |
86 |
|
|
87 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm.src: Add the name of the attribute |
90 |
|
to the "duplicate attribute" error. |
91 |
|
|
92 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* ContentChecker.pm: Return the |class| node list. |
95 |
|
|
96 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* ContentChecker.pm: Return the |id| node list. |
99 |
|
|
100 |
|
* HTML.pm.src: A typo is fixed. |
101 |
|
|
102 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
105 |
|
from "in HTML:xml:lang" error. Character position |
106 |
|
is now the last part of the error type in the URI error |
107 |
|
description. Report "unsupported" status for language |
108 |
|
tags, media queries, script codes, and style sheets. |
109 |
|
|
110 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* ContentChecker.pm: Report error if |xml:lang| |
113 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
114 |
|
in XML. |
115 |
|
|
116 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
117 |
|
|
118 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
* HTML.pm.src: The character immediately following |
* HTML.pm.src: The character immediately following |