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