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

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.62

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24