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

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.72

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24