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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24