/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.46 - (show annotations) (download)
Sun Feb 24 00:51:09 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.45: +4 -0 lines
++ whatpm/Whatpm/ChangeLog	24 Feb 2008 00:50:34 -0000
	* ContentChecker.pm (check_element): Fix |del|-and-significant
	problem by adding some more arguments.

2008-02-24  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	24 Feb 2008 00:51:02 -0000
	* HTML.pm: Updated for |del|-and-significant problem.

2008-02-24  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24