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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24