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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.48

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24