/[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.11 by wakaba, Mon Sep 24 04:23:45 2007 UTC revision 1.54 by wakaba, Tue Feb 26 08:28:00 2008 UTC
# Line 1  Line 1 
1    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
4            Don't raise "not defined" errors; they are now raised according
5            to status flags.  Status flags of li/@value, ol/@start, and menu
6            are now non-deprecated, to avoid deprecated error message.
7            area/@hreftype typo fixed.  |isindex| SHOULD NOT be used
8            according to HTML4.
9    
10    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
11    
12            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
13            Add |reversed| to |ol| (HTML5 revision 1248).
14    
15    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
18    
19    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
22            Raise not-part-of-HTML5 error for |acronym|.
23    
24    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm: HTML5 attribute status added.
27    
28    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm: Standardized status for attributes are added (HTML5
31            info are not added yet).  Make element or attribute not defined
32            by HTML5 spec as a conformance error (though it is not clearly
33            defined by HTML5 spec as non-conforming).  Note that more work
34            is needed for non-standard attribute thing, since the current
35            implementation prevents non-standard attribute from being
36            syntactically checked (otherwise it is treated as if a
37            standard attribute).
38    
39    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm: Standardized status attributes are added.
42    
43    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm: Invalid |meta| in |noscript| should be erred
46            as usual.
47    
48    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm: Updated for |del|-and-significant problem.
51    
52    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm (datagrid): Condition was incorrect.
55    
56    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
59            change state when a transparent element is encountered.
60            (details check): Reimplemented.
61    
62    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm (object check_end): Don't check significant content
65            if the element is used as a transparent element.
66            (video check): Reimplemented.
67    
68    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm: |figure| content checker reimplemented.  |object|
71            content checker for root element case reimplemented.
72    
73    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm: Revised.
76    
77    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
78    
79            * HTML.pm (object): Implemented (with some bug on transparentness
80            handling).
81    
82    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm: s/m/mark/g (HTML5 revision 1232).
85    
86    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
89            the conformance checker cannot examine the semantics of the
90            image).
91    
92    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm: Useless old stuff are removed.  |datagrid|
95            was missing from |$HTMLInteractiveContent|.
96            (a): Use new |$HTMLInteractiveContent| in place
97            of |$HTMLIntetractiveElements|.
98            (caption): Use new |$HTMLPhrasingContentChecker| in place
99            of |$HTMLStrictlyInlineChecker|.
100    
101    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm (figure): Implemented.
104            (video, audio): In no-parent-element case with |src| attribute,
105            the content model is now prose content.
106    
107    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm (noscript): Reimplemented.
110    
111    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
114            1180).
115    
116    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm (th): |th| now requires phrasing content.  |div|
119            now requires prose content.
120    
121    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm: Error messages revised.
124    
125    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
126    
127            * HTML.pm: Most part of December 2007 Content Model is implemented.
128    
129    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm (<style>): CSS validation code removed; instead,
132            it does invoke subdoc callback to ask to the callee to validate
133            the style sheet separately.
134    
135    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm (<style>): Initial version of CSS validation support.
138    
139    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm ($HTMLSignificantContentErrors): New.
142    
143    2007-11-25  Wakaba  <wakaba@suika.fam.cx>      
144    
145            * HTML.pm: Support for checking for significant content (HTML5
146            revision 1114).  Note that the current implementation has
147            an issue on treatment for transparent or semi-transparent
148            elements.
149    
150            * Atom.pm: Support for significant content checking (for composed
151            HTML-Atom documents).
152    
153    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm (header): Descendant constraint is redefined by
156            new todo item type |descendant|.
157    
158    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm (nest/@filter, rule/@condition): Implemented.
161            (nest/@mode): Definition was wrong.
162            ($HTMLSelectorsAttrChecker): New.
163    
164    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
165    
166            * HTML.pm (meta): Character references in |charset| attribute
167            values are now erred.
168    
169    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm (meta): |charset| value tests implemented.
172    
173    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm: Raise bad-context error for proposed link types.
176    
177    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
178    
179            * HTML.pm: Specialized error for old charset syntax.
180    
181    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
182    
183            * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
184    
185    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm: Allow <html manifest=URI>.
188    
189    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
190    
191            * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
192            revision 1115).
193    
194    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
197            revision 1115).
198    
199    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
200    
201            * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
202    
203    2007-10-26  Wakaba  <wakaba@suika.fam.cx>
204    
205            * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
206    
207    2007-10-23  Wakaba  <wakaba@suika.fam.cx>
208    
209            * HTML.pm: Make <script async defer> conforming (HTML5
210            revision 1085).
211    
212    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
213    
214            * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
215            and |html:rule| elements.
216    
217    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
218    
219            * Atom.pm (atom:link@title): Definition was missing.
220    
221  2007-09-24  Wakaba  <wakaba@suika.fam.cx>  2007-09-24  Wakaba  <wakaba@suika.fam.cx>
222    
223          * Atom.pm (hreflang): Checker is implemented.          * Atom.pm (hreflang): Checker is implemented.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.54

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24