1 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Add the name of the attribute |
4 |
|
to the "duplicate attribute" error. |
5 |
|
|
6 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentChecker.pm: Return the |class| node list. |
9 |
|
|
10 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* ContentChecker.pm: Return the |id| node list. |
13 |
|
|
14 |
|
* HTML.pm.src: A typo is fixed. |
15 |
|
|
16 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
19 |
|
from "in HTML:xml:lang" error. Character position |
20 |
|
is now the last part of the error type in the URI error |
21 |
|
description. Report "unsupported" status for language |
22 |
|
tags, media queries, script codes, and style sheets. |
23 |
|
|
24 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ContentChecker.pm: Report error if |xml:lang| |
27 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
28 |
|
in XML. |
29 |
|
|
30 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
31 |
|
|
32 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm.src: The character immediately following |
35 |
|
a bare |hcro| was discarded. Fix handling of |
36 |
|
entity references in attribute values. |
37 |
|
|
38 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm.src (main and trailin end phases): Token |
41 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
42 |
|
factored out. Error types |in html:#DOCTYPE| |
43 |
|
and |after html:#DOCTYPE| are merged |
44 |
|
into |DOCTYPE in the middle|. |</frameset>| |
45 |
|
in fragment parsing mode changed the |
46 |
|
insertion mode. |
47 |
|
|
48 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
51 |
|
phase is now an insertion mode. Treatments for white |
52 |
|
space character tokens were incorrect for some |
53 |
|
insertion modes. An old |meta| case was not removed. |
54 |
|
|
55 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm.src: |meta| charset declaration extraction |
58 |
|
implemented (but changing the encoding is not yet:-). |
59 |
|
|
60 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* Charset/: New directory. |
63 |
|
|
64 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* H2H.pm: New Perl module (created from |
67 |
|
manakai's H2H.dis). |
68 |
|
|
69 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* XMLSerializer.pm: New Perl module (created from |
72 |
|
manakai's SimpleLS.dis). |
73 |
|
|
74 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
77 |
|
|
78 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm.src: Report correct error message |
81 |
|
for |<body></div></body>|. |
82 |
|
|
83 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTMLTable.pm: An error description was incorrect. |
86 |
|
|
87 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* ContentChecker.pm: Return |{term}| list. |
90 |
|
|
91 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>, |
94 |
|
nested <nobr>, implied </tbody>, </tfoot>, and </thead>, |
95 |
|
and <title> outside of head). |
96 |
|
|
97 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* IMTChecker.pm: Report warning for unregistered |
100 |
|
and private types/subtypes. |
101 |
|
|
102 |
|
* ContentChecker.pm, HTML.pm.src, IMTChecker.pm, |
103 |
|
URIChecker.pm, HTMLTable.pm: Error messages are now |
104 |
|
consistent; they are all listed in |
105 |
|
<http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>. |
106 |
|
|
107 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* ContentChecker.pm: |<img ismap>| not in |<a></a>| |
110 |
|
is now erred. |<datalist>| is implemented. |
111 |
|
Attribute checker for |<command>| and |<menu>| are |
112 |
|
added. Support for |contextmenu| global attribute |
113 |
|
is added. |
114 |
|
|
115 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTML.pm.src (_reset_insertion_mode): Interpretation |
118 |
|
of Step 3 has been changed. |
119 |
|
|
120 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* HTML.pm.src: Late |<html>| parse error is implemented. |
123 |
|
|
124 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* URIChecker.pm (check_iri_reference): A |decode| method name was |
127 |
|
incorrect. |
128 |
|
|
129 |
|
* ContentChecker.pm: Support for the |footer| element. |
130 |
|
Check URI syntax for space-separated URI attributes. |
131 |
|
Support for the |tabindex| attribute. Support |
132 |
|
for |datetime| attribute. |
133 |
|
|
134 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm.src: HTML5 revision 1.144 (
) and 1.145 (invalid |
137 |
|
character references). HTML5 revision 1.146 (white space |
138 |
|
characters before root start tag). HTML5 revision |
139 |
|
1.148 (named character references in attribute values). |
140 |
|
HTML5 revision 1.152 (<plaintext>.innerHTML get). |
141 |
|
|
142 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript> |
145 |
|
in <head>). |
146 |
|
|
147 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta> |
150 |
|
in body). |
151 |
|
|
152 |
|
* ContentChecker.pm: HTML5 revision 938 (scoped=""). |
153 |
|
|
154 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA |
157 |
|
or RCDATA in fragment parsing mode). HTML5 revision |
158 |
|
924 (<!--> and <!--->). HTML5 revision 926 (hn in hn). |
159 |
|
|
160 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html |
163 |
|
for <pre> and <textarea>). |
164 |
|
|
165 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* HTML.pm.src: HTML5 revision 920 (<isindex>). |
168 |
|
|
169 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
* HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>). |
* HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>). |