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