/[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.29 by wakaba, Sat Feb 9 11:58:16 2008 UTC revision 1.71 by wakaba, Thu Mar 20 08:54:00 2008 UTC
# Line 1  Line 1 
1    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Atom.pm: Raise an error if required |atom:summary|
4            element is missing from an |atom:entry| element.
5    
6    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Atom.pm: Support for |<* type=html>| in Text construct.
9    
10    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
11    
12            * Atom.pm: Bug fix for validation of |feed| on |author| child.
13    
14    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
15    
16            * Atom.pm: Support for |<content type=html>| content
17            checking.
18    
19    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
20    
21            * Atom.pm: Support for |author| for |feed| checking.
22    
23    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
24    
25            * Atom.pm: Support for |author| for |entry| checking.
26    
27    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm: Some attribute level definitions were missing.
30    
31    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
34    
35    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: |contenteditable| attribute support is now implemented.
38    
39    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm: Known but not-implemented-yet attributes were not
42            warned.
43    
44    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm: Status information from old specifications
47            are incorporated.
48    
49    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
50    
51            * Atom.pm: Reimplemented.
52    
53    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm: |in_a_href| flag is not reset after the </a>.
56            Raise an error if |area| is not a descendant of |map|.
57    
58    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm: Sectioning root category added.  |blockquote|
61            is no longer a sectioning content.
62    
63    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
66            revision 1250).
67    
68    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm: First version of Web Forms 2.0 support (its weired,
71            since the spec itself is frankensteinesque:-); note that though
72            it is weired spec from the today's viewpoint, it is still
73            better-written spec than any W3C (Candidate or Proposed or full)
74            Recommendation, sadly.
75    
76    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
79            from XHTML M12N 1.0 are reflected in |status| field.
80    
81    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
84            Don't raise "not defined" errors; they are now raised according
85            to status flags.  Status flags of li/@value, ol/@start, and menu
86            are now non-deprecated, to avoid deprecated error message.
87            area/@hreftype typo fixed.  |isindex| SHOULD NOT be used
88            according to HTML4.
89    
90    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
93            Add |reversed| to |ol| (HTML5 revision 1248).
94    
95    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
98    
99    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
102            Raise not-part-of-HTML5 error for |acronym|.
103    
104    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm: HTML5 attribute status added.
107    
108    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pm: Standardized status for attributes are added (HTML5
111            info are not added yet).  Make element or attribute not defined
112            by HTML5 spec as a conformance error (though it is not clearly
113            defined by HTML5 spec as non-conforming).  Note that more work
114            is needed for non-standard attribute thing, since the current
115            implementation prevents non-standard attribute from being
116            syntactically checked (otherwise it is treated as if a
117            standard attribute).
118    
119    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm: Standardized status attributes are added.
122    
123    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm: Invalid |meta| in |noscript| should be erred
126            as usual.
127    
128    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm: Updated for |del|-and-significant problem.
131    
132    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm (datagrid): Condition was incorrect.
135    
136    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
137    
138            * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
139            change state when a transparent element is encountered.
140            (details check): Reimplemented.
141    
142    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm (object check_end): Don't check significant content
145            if the element is used as a transparent element.
146            (video check): Reimplemented.
147    
148    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm: |figure| content checker reimplemented.  |object|
151            content checker for root element case reimplemented.
152    
153    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm: Revised.
156    
157    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm (object): Implemented (with some bug on transparentness
160            handling).
161    
162    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm: s/m/mark/g (HTML5 revision 1232).
165    
166    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
167    
168            * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
169            the conformance checker cannot examine the semantics of the
170            image).
171    
172    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
173    
174            * HTML.pm: Useless old stuff are removed.  |datagrid|
175            was missing from |$HTMLInteractiveContent|.
176            (a): Use new |$HTMLInteractiveContent| in place
177            of |$HTMLIntetractiveElements|.
178            (caption): Use new |$HTMLPhrasingContentChecker| in place
179            of |$HTMLStrictlyInlineChecker|.
180    
181    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
182    
183            * HTML.pm (figure): Implemented.
184            (video, audio): In no-parent-element case with |src| attribute,
185            the content model is now prose content.
186    
187    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm (noscript): Reimplemented.
190    
191    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
192    
193            * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
194            1180).
195    
196    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
197    
198            * HTML.pm (th): |th| now requires phrasing content.  |div|
199            now requires prose content.
200    
201    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
202    
203            * HTML.pm: Error messages revised.
204    
205    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
206    
207            * HTML.pm: Most part of December 2007 Content Model is implemented.
208    
209    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
210    
211            * HTML.pm (<style>): CSS validation code removed; instead,
212            it does invoke subdoc callback to ask to the callee to validate
213            the style sheet separately.
214    
215  2008-02-09  Wakaba  <wakaba@suika.fam.cx>  2008-02-09  Wakaba  <wakaba@suika.fam.cx>
216    
217          * HTML.pm (<style>): Initial version of CSS validation support.          * HTML.pm (<style>): Initial version of CSS validation support.

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.71

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24