/[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.43 - (show annotations) (download)
Sat Feb 23 14:37:09 2008 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +6 -0 lines
++ whatpm/t/ChangeLog	23 Feb 2008 14:37:03 -0000
	* content-model-1.dat: Some test results are fixed.
	New tests for |video| and |audio| are added.

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

++ whatpm/Whatpm/ChangeLog	23 Feb 2008 14:35:33 -0000
	* ContentChecker.pm (check_element): Support for |video|
	and |audio| as semi-transparent elements.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Feb 2008 14:36:23 -0000
	* HTML.pm (object check_end): Don't check significant content
	if the element is used as a transparent element.
	(video check): Reimplemented.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24