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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24