1 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* HTML.pm: HTML5 attribute status added. |
4 |
|
5 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* HTML.pm: Standardized status for attributes are added (HTML5 |
8 |
info are not added yet). Make element or attribute not defined |
9 |
by HTML5 spec as a conformance error (though it is not clearly |
10 |
defined by HTML5 spec as non-conforming). Note that more work |
11 |
is needed for non-standard attribute thing, since the current |
12 |
implementation prevents non-standard attribute from being |
13 |
syntactically checked (otherwise it is treated as if a |
14 |
standard attribute). |
15 |
|
16 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* HTML.pm: Standardized status attributes are added. |
19 |
|
20 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
21 |
|
22 |
* HTML.pm: Invalid |meta| in |noscript| should be erred |
23 |
as usual. |
24 |
|
25 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
26 |
|
27 |
* HTML.pm: Updated for |del|-and-significant problem. |
28 |
|
29 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
30 |
|
31 |
* HTML.pm (datagrid): Condition was incorrect. |
32 |
|
33 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
36 |
change state when a transparent element is encountered. |
37 |
(details check): Reimplemented. |
38 |
|
39 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
* HTML.pm (object check_end): Don't check significant content |
42 |
if the element is used as a transparent element. |
43 |
(video check): Reimplemented. |
44 |
|
45 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
46 |
|
47 |
* HTML.pm: |figure| content checker reimplemented. |object| |
48 |
content checker for root element case reimplemented. |
49 |
|
50 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
51 |
|
52 |
* HTML.pm: Revised. |
53 |
|
54 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
55 |
|
56 |
* HTML.pm (object): Implemented (with some bug on transparentness |
57 |
handling). |
58 |
|
59 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
62 |
|
63 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
64 |
|
65 |
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
66 |
the conformance checker cannot examine the semantics of the |
67 |
image). |
68 |
|
69 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
70 |
|
71 |
* HTML.pm: Useless old stuff are removed. |datagrid| |
72 |
was missing from |$HTMLInteractiveContent|. |
73 |
(a): Use new |$HTMLInteractiveContent| in place |
74 |
of |$HTMLIntetractiveElements|. |
75 |
(caption): Use new |$HTMLPhrasingContentChecker| in place |
76 |
of |$HTMLStrictlyInlineChecker|. |
77 |
|
78 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
79 |
|
80 |
* HTML.pm (figure): Implemented. |
81 |
(video, audio): In no-parent-element case with |src| attribute, |
82 |
the content model is now prose content. |
83 |
|
84 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
85 |
|
86 |
* HTML.pm (noscript): Reimplemented. |
87 |
|
88 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
89 |
|
90 |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
91 |
1180). |
92 |
|
93 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
94 |
|
95 |
* HTML.pm (th): |th| now requires phrasing content. |div| |
96 |
now requires prose content. |
97 |
|
98 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
99 |
|
100 |
* HTML.pm: Error messages revised. |
101 |
|
102 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
103 |
|
104 |
* HTML.pm: Most part of December 2007 Content Model is implemented. |
105 |
|
106 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
107 |
|
108 |
* HTML.pm (<style>): CSS validation code removed; instead, |
109 |
it does invoke subdoc callback to ask to the callee to validate |
110 |
the style sheet separately. |
111 |
|
112 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
113 |
|
114 |
* HTML.pm (<style>): Initial version of CSS validation support. |
115 |
|
116 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
117 |
|
118 |
* HTML.pm ($HTMLSignificantContentErrors): New. |
119 |
|
120 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
121 |
|
122 |
* HTML.pm: Support for checking for significant content (HTML5 |
123 |
revision 1114). Note that the current implementation has |
124 |
an issue on treatment for transparent or semi-transparent |
125 |
elements. |
126 |
|
127 |
* Atom.pm: Support for significant content checking (for composed |
128 |
HTML-Atom documents). |
129 |
|
130 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
131 |
|
132 |
* HTML.pm (header): Descendant constraint is redefined by |
133 |
new todo item type |descendant|. |
134 |
|
135 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
136 |
|
137 |
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
138 |
(nest/@mode): Definition was wrong. |
139 |
($HTMLSelectorsAttrChecker): New. |
140 |
|
141 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
142 |
|
143 |
* HTML.pm (meta): Character references in |charset| attribute |
144 |
values are now erred. |
145 |
|
146 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
147 |
|
148 |
* HTML.pm (meta): |charset| value tests implemented. |
149 |
|
150 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
151 |
|
152 |
* HTML.pm: Raise bad-context error for proposed link types. |
153 |
|
154 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
155 |
|
156 |
* HTML.pm: Specialized error for old charset syntax. |
157 |
|
158 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
159 |
|
160 |
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
161 |
|
162 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
163 |
|
164 |
* HTML.pm: Allow <html manifest=URI>. |
165 |
|
166 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
167 |
|
168 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
169 |
revision 1115). |
170 |
|
171 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
172 |
|
173 |
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
174 |
revision 1115). |
175 |
|
176 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
177 |
|
178 |
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
179 |
|
180 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
181 |
|
182 |
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
183 |
|
184 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
185 |
|
186 |
* HTML.pm: Make <script async defer> conforming (HTML5 |
187 |
revision 1085). |
188 |
|
189 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
190 |
|
191 |
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
192 |
and |html:rule| elements. |
193 |
|
194 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
195 |
|
196 |
* Atom.pm (atom:link@title): Definition was missing. |
197 |
|
198 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
199 |
|
200 |
* Atom.pm (hreflang): Checker is implemented. |
201 |
(AtomDateConstruct): Checking for content is implemented. |
202 |
|
203 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
204 |
|
205 |
* HTML.pm: Support for language tag validation. |
206 |
|
207 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
208 |
|
209 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
210 |
elenments are changed as per HTML5 revision 1018. |
211 |
|
212 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
213 |
|
214 |
* HTML.pm: Raise new errors if |base| is following |
215 |
URI attributes or hyperlink attributes. |
216 |
|
217 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
218 |
|
219 |
* HTML.pm: Support for |noscript| in |head|. Make an |
220 |
error for |noscript| in XML document. |
221 |
|
222 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
223 |
|
224 |
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
225 |
value are changed for the ease of error message catalog |
226 |
lookup. |
227 |
|
228 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
229 |
|
230 |
* Atom.pm: |link|-related checks are added; |type| |
231 |
media type checks are added. |hreflang| now warns |
232 |
as unimplemented. |
233 |
|
234 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
235 |
|
236 |
* Atom.pm: Checker for all elements are defined (with |
237 |
a number of "TODO"s). |
238 |
|
239 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
240 |
|
241 |
* Atom.pm: New Perl module. |
242 |
|
243 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
244 |
|
245 |
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
246 |
|
247 |
* ChangeLog: New file. |