/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.48 - (show annotations) (download)
Sun Feb 24 01:38:36 2008 UTC (17 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.47: +4 -0 lines
++ whatpm/Whatpm/ChangeLog	24 Feb 2008 01:38:04 -0000
	* ContentChecker.pm (check_element): Element standardized
	status information is now dispatched.

2008-02-24  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	24 Feb 2008 01:38:30 -0000
	* HTML.pm: Standardized status attributes are added.

2008-02-24  Wakaba  <wakaba@suika.fam.cx>

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>
184
185 * Atom.pm (hreflang): Checker is implemented.
186 (AtomDateConstruct): Checking for content is implemented.
187
188 2007-09-09 Wakaba <wakaba@suika.fam.cx>
189
190 * HTML.pm: Support for language tag validation.
191
192 2007-08-25 Wakaba <wakaba@suika.fam.cx>
193
194 * HTML.pm (head, noscript): Treatement for invalid |meta|
195 elenments are changed as per HTML5 revision 1018.
196
197 2007-08-17 Wakaba <wakaba@suika.fam.cx>
198
199 * HTML.pm: Raise new errors if |base| is following
200 URI attributes or hyperlink attributes.
201
202 2007-08-17 Wakaba <wakaba@suika.fam.cx>
203
204 * HTML.pm: Support for |noscript| in |head|. Make an
205 error for |noscript| in XML document.
206
207 2007-08-08 Wakaba <wakaba@suika.fam.cx>
208
209 * HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type|
210 value are changed for the ease of error message catalog
211 lookup.
212
213 2007-08-05 Wakaba <wakaba@suika.fam.cx>
214
215 * Atom.pm: |link|-related checks are added; |type|
216 media type checks are added. |hreflang| now warns
217 as unimplemented.
218
219 2007-08-05 Wakaba <wakaba@suika.fam.cx>
220
221 * Atom.pm: Checker for all elements are defined (with
222 a number of "TODO"s).
223
224 2007-08-05 Wakaba <wakaba@suika.fam.cx>
225
226 * Atom.pm: New Perl module.
227
228 2007-08-04 Wakaba <wakaba@suika.fam.cx>
229
230 * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.
231
232 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24