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

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.66

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24