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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24