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