/[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.9 by wakaba, Sat Aug 25 02:44:38 2007 UTC revision 1.45 by wakaba, Sat Feb 23 16:09:20 2008 UTC
# Line 1  Line 1 
1    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm (datagrid): Condition was incorrect.
4    
5    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
8            change state when a transparent element is encountered.
9            (details check): Reimplemented.
10    
11    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm (object check_end): Don't check significant content
14            if the element is used as a transparent element.
15            (video check): Reimplemented.
16    
17    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm: |figure| content checker reimplemented.  |object|
20            content checker for root element case reimplemented.
21    
22    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm: Revised.
25    
26    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm (object): Implemented (with some bug on transparentness
29            handling).
30    
31    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm: s/m/mark/g (HTML5 revision 1232).
34    
35    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
38            the conformance checker cannot examine the semantics of the
39            image).
40    
41    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm: Useless old stuff are removed.  |datagrid|
44            was missing from |$HTMLInteractiveContent|.
45            (a): Use new |$HTMLInteractiveContent| in place
46            of |$HTMLIntetractiveElements|.
47            (caption): Use new |$HTMLPhrasingContentChecker| in place
48            of |$HTMLStrictlyInlineChecker|.
49    
50    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm (figure): Implemented.
53            (video, audio): In no-parent-element case with |src| attribute,
54            the content model is now prose content.
55    
56    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm (noscript): Reimplemented.
59    
60    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
63            1180).
64    
65    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm (th): |th| now requires phrasing content.  |div|
68            now requires prose content.
69    
70    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm: Error messages revised.
73    
74    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm: Most part of December 2007 Content Model is implemented.
77    
78    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm (<style>): CSS validation code removed; instead,
81            it does invoke subdoc callback to ask to the callee to validate
82            the style sheet separately.
83    
84    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm (<style>): Initial version of CSS validation support.
87    
88    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm ($HTMLSignificantContentErrors): New.
91    
92    2007-11-25  Wakaba  <wakaba@suika.fam.cx>      
93    
94            * HTML.pm: Support for checking for significant content (HTML5
95            revision 1114).  Note that the current implementation has
96            an issue on treatment for transparent or semi-transparent
97            elements.
98    
99            * Atom.pm: Support for significant content checking (for composed
100            HTML-Atom documents).
101    
102    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm (header): Descendant constraint is redefined by
105            new todo item type |descendant|.
106    
107    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm (nest/@filter, rule/@condition): Implemented.
110            (nest/@mode): Definition was wrong.
111            ($HTMLSelectorsAttrChecker): New.
112    
113    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm (meta): Character references in |charset| attribute
116            values are now erred.
117    
118    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm (meta): |charset| value tests implemented.
121    
122    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm: Raise bad-context error for proposed link types.
125    
126    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm: Specialized error for old charset syntax.
129    
130    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
133    
134    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm: Allow <html manifest=URI>.
137    
138    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
139    
140            * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
141            revision 1115).
142    
143    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
146            revision 1115).
147    
148    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
151    
152    2007-10-26  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
155    
156    2007-10-23  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: Make <script async defer> conforming (HTML5
159            revision 1085).
160    
161    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
162    
163            * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
164            and |html:rule| elements.
165    
166    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
167    
168            * Atom.pm (atom:link@title): Definition was missing.
169    
170    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
171    
172            * Atom.pm (hreflang): Checker is implemented.
173            (AtomDateConstruct): Checking for content is implemented.
174    
175    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
176    
177            * HTML.pm: Support for language tag validation.
178    
179  2007-08-25  Wakaba  <wakaba@suika.fam.cx>  2007-08-25  Wakaba  <wakaba@suika.fam.cx>
180    
181          * HTML.pm (head, noscript): Treatement for invalid |meta|          * HTML.pm (head, noscript): Treatement for invalid |meta|

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.45

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24