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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24