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

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.61

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24