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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by wakaba, Sat Aug 25 02:44:38 2007 UTC revision 1.74 by wakaba, Thu Mar 20 10:58:17 2008 UTC
# Line 1  Line 1 
1    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Atom.pm: Don't raise an error even if there is
4            no |atom:summary| element child in the |atom:entry|
5            element when the |type| attribute of the |atom:content|
6            element is set to |html|, |xhtml|, or |text|.
7            The |atom:rights| elements were implemented
8            as Date construct (!?).
9            Typo in code for |rel=alternate| are fixed.
10    
11    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
12    
13            * Atom.pm: Support for |thr:total| element.
14            Add notes on additional Atom namespaces.
15    
16    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
17    
18            * Atom.pm: Support for |thr:in-reply-to| element.
19    
20    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
21    
22            * Atom.pm: Raise an error if required |atom:summary|
23            element is missing from an |atom:entry| element.
24    
25    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
26    
27            * Atom.pm: Support for |<* type=html>| in Text construct.
28    
29    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
30    
31            * Atom.pm: Bug fix for validation of |feed| on |author| child.
32    
33    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Atom.pm: Support for |<content type=html>| content
36            checking.
37    
38    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
39    
40            * Atom.pm: Support for |author| for |feed| checking.
41    
42    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
43    
44            * Atom.pm: Support for |author| for |entry| checking.
45    
46    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm: Some attribute level definitions were missing.
49    
50    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
53    
54    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm: |contenteditable| attribute support is now implemented.
57    
58    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm: Known but not-implemented-yet attributes were not
61            warned.
62    
63    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm: Status information from old specifications
66            are incorporated.
67    
68    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
69    
70            * Atom.pm: Reimplemented.
71    
72    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm: |in_a_href| flag is not reset after the </a>.
75            Raise an error if |area| is not a descendant of |map|.
76    
77    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
78    
79            * HTML.pm: Sectioning root category added.  |blockquote|
80            is no longer a sectioning content.
81    
82    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
85            revision 1250).
86    
87    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML.pm: First version of Web Forms 2.0 support (its weired,
90            since the spec itself is frankensteinesque:-); note that though
91            it is weired spec from the today's viewpoint, it is still
92            better-written spec than any W3C (Candidate or Proposed or full)
93            Recommendation, sadly.
94    
95    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
98            from XHTML M12N 1.0 are reflected in |status| field.
99    
100    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
101    
102            * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
103            Don't raise "not defined" errors; they are now raised according
104            to status flags.  Status flags of li/@value, ol/@start, and menu
105            are now non-deprecated, to avoid deprecated error message.
106            area/@hreftype typo fixed.  |isindex| SHOULD NOT be used
107            according to HTML4.
108    
109    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
112            Add |reversed| to |ol| (HTML5 revision 1248).
113    
114    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
117    
118    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
121            Raise not-part-of-HTML5 error for |acronym|.
122    
123    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm: HTML5 attribute status added.
126    
127    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm: Standardized status for attributes are added (HTML5
130            info are not added yet).  Make element or attribute not defined
131            by HTML5 spec as a conformance error (though it is not clearly
132            defined by HTML5 spec as non-conforming).  Note that more work
133            is needed for non-standard attribute thing, since the current
134            implementation prevents non-standard attribute from being
135            syntactically checked (otherwise it is treated as if a
136            standard attribute).
137    
138    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
139    
140            * HTML.pm: Standardized status attributes are added.
141    
142    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm: Invalid |meta| in |noscript| should be erred
145            as usual.
146    
147    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm: Updated for |del|-and-significant problem.
150    
151    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm (datagrid): Condition was incorrect.
154    
155    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
156    
157            * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
158            change state when a transparent element is encountered.
159            (details check): Reimplemented.
160    
161    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm (object check_end): Don't check significant content
164            if the element is used as a transparent element.
165            (video check): Reimplemented.
166    
167    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
168    
169            * HTML.pm: |figure| content checker reimplemented.  |object|
170            content checker for root element case reimplemented.
171    
172    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
173    
174            * HTML.pm: Revised.
175    
176    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
177    
178            * HTML.pm (object): Implemented (with some bug on transparentness
179            handling).
180    
181    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
182    
183            * HTML.pm: s/m/mark/g (HTML5 revision 1232).
184    
185    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
188            the conformance checker cannot examine the semantics of the
189            image).
190    
191    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
192    
193            * HTML.pm: Useless old stuff are removed.  |datagrid|
194            was missing from |$HTMLInteractiveContent|.
195            (a): Use new |$HTMLInteractiveContent| in place
196            of |$HTMLIntetractiveElements|.
197            (caption): Use new |$HTMLPhrasingContentChecker| in place
198            of |$HTMLStrictlyInlineChecker|.
199    
200    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
201    
202            * HTML.pm (figure): Implemented.
203            (video, audio): In no-parent-element case with |src| attribute,
204            the content model is now prose content.
205    
206    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
207    
208            * HTML.pm (noscript): Reimplemented.
209    
210    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
211    
212            * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
213            1180).
214    
215    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
216    
217            * HTML.pm (th): |th| now requires phrasing content.  |div|
218            now requires prose content.
219    
220    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
221    
222            * HTML.pm: Error messages revised.
223    
224    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm: Most part of December 2007 Content Model is implemented.
227    
228    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm (<style>): CSS validation code removed; instead,
231            it does invoke subdoc callback to ask to the callee to validate
232            the style sheet separately.
233    
234    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
235    
236            * HTML.pm (<style>): Initial version of CSS validation support.
237    
238    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
239    
240            * HTML.pm ($HTMLSignificantContentErrors): New.
241    
242    2007-11-25  Wakaba  <wakaba@suika.fam.cx>      
243    
244            * HTML.pm: Support for checking for significant content (HTML5
245            revision 1114).  Note that the current implementation has
246            an issue on treatment for transparent or semi-transparent
247            elements.
248    
249            * Atom.pm: Support for significant content checking (for composed
250            HTML-Atom documents).
251    
252    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
253    
254            * HTML.pm (header): Descendant constraint is redefined by
255            new todo item type |descendant|.
256    
257    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
258    
259            * HTML.pm (nest/@filter, rule/@condition): Implemented.
260            (nest/@mode): Definition was wrong.
261            ($HTMLSelectorsAttrChecker): New.
262    
263    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
264    
265            * HTML.pm (meta): Character references in |charset| attribute
266            values are now erred.
267    
268    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
269    
270            * HTML.pm (meta): |charset| value tests implemented.
271    
272    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
273    
274            * HTML.pm: Raise bad-context error for proposed link types.
275    
276    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
277    
278            * HTML.pm: Specialized error for old charset syntax.
279    
280    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
281    
282            * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
283    
284    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
285    
286            * HTML.pm: Allow <html manifest=URI>.
287    
288    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
289    
290            * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
291            revision 1115).
292    
293    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
294    
295            * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
296            revision 1115).
297    
298    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
299    
300            * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
301    
302    2007-10-26  Wakaba  <wakaba@suika.fam.cx>
303    
304            * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
305    
306    2007-10-23  Wakaba  <wakaba@suika.fam.cx>
307    
308            * HTML.pm: Make <script async defer> conforming (HTML5
309            revision 1085).
310    
311    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
312    
313            * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
314            and |html:rule| elements.
315    
316    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
317    
318            * Atom.pm (atom:link@title): Definition was missing.
319    
320    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
321    
322            * Atom.pm (hreflang): Checker is implemented.
323            (AtomDateConstruct): Checking for content is implemented.
324    
325    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
326    
327            * HTML.pm: Support for language tag validation.
328    
329  2007-08-25  Wakaba  <wakaba@suika.fam.cx>  2007-08-25  Wakaba  <wakaba@suika.fam.cx>
330    
331          * HTML.pm (head, noscript): Treatement for invalid |meta|          * HTML.pm (head, noscript): Treatement for invalid |meta|

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.74

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24