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

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.50

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24