/[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.2 by wakaba, Sat Aug 4 13:48:25 2007 UTC revision 1.34 by wakaba, Sun Feb 17 12:18:06 2008 UTC
# Line 1  Line 1 
1    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
4            1180).
5    
6    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm (th): |th| now requires phrasing content.  |div|
9            now requires prose content.
10    
11    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm: Error messages revised.
14    
15    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: Most part of December 2007 Content Model is implemented.
18    
19    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm (<style>): CSS validation code removed; instead,
22            it does invoke subdoc callback to ask to the callee to validate
23            the style sheet separately.
24    
25    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm (<style>): Initial version of CSS validation support.
28    
29    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm ($HTMLSignificantContentErrors): New.
32    
33    2007-11-25  Wakaba  <wakaba@suika.fam.cx>      
34    
35            * HTML.pm: Support for checking for significant content (HTML5
36            revision 1114).  Note that the current implementation has
37            an issue on treatment for transparent or semi-transparent
38            elements.
39    
40            * Atom.pm: Support for significant content checking (for composed
41            HTML-Atom documents).
42    
43    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm (header): Descendant constraint is redefined by
46            new todo item type |descendant|.
47    
48    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm (nest/@filter, rule/@condition): Implemented.
51            (nest/@mode): Definition was wrong.
52            ($HTMLSelectorsAttrChecker): New.
53    
54    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm (meta): Character references in |charset| attribute
57            values are now erred.
58    
59    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm (meta): |charset| value tests implemented.
62    
63    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm: Raise bad-context error for proposed link types.
66    
67    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm: Specialized error for old charset syntax.
70    
71    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
74    
75    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: Allow <html manifest=URI>.
78    
79    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
82            revision 1115).
83    
84    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
87            revision 1115).
88    
89    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
92    
93    2007-10-26  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
96    
97    2007-10-23  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm: Make <script async defer> conforming (HTML5
100            revision 1085).
101    
102    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
103    
104            * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
105            and |html:rule| elements.
106    
107    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
108    
109            * Atom.pm (atom:link@title): Definition was missing.
110    
111    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
112    
113            * Atom.pm (hreflang): Checker is implemented.
114            (AtomDateConstruct): Checking for content is implemented.
115    
116    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm: Support for language tag validation.
119    
120    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm (head, noscript): Treatement for invalid |meta|
123            elenments are changed as per HTML5 revision 1018.
124    
125    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
126    
127            * HTML.pm: Raise new errors if |base| is following
128            URI attributes or hyperlink attributes.
129    
130    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm: Support for |noscript| in |head|.  Make an
133            error for |noscript| in XML document.
134    
135    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type|
138            value are changed for the ease of error message catalog
139            lookup.
140    
141    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
142    
143            * Atom.pm: |link|-related checks are added; |type|
144            media type checks are added.  |hreflang| now warns
145            as unimplemented.
146    
147    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
148    
149            * Atom.pm: Checker for all elements are defined (with
150            a number of "TODO"s).
151    
152    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
153    
154            * Atom.pm: New Perl module.
155    
156  2007-08-04  Wakaba  <wakaba@suika.fam.cx>  2007-08-04  Wakaba  <wakaba@suika.fam.cx>
157    
158          * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.          * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.34

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24