/[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.51 - (hide annotations) (download)
Sun Feb 24 10:18:11 2008 UTC (17 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.50: +5 -0 lines
++ whatpm/t/ChangeLog	24 Feb 2008 10:18:09 -0000
	* content-model-2.dat: Test data for |acronym|, |big|, |tt|, |s|,
	|strike|, and |u| are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	24 Feb 2008 10:17:20 -0000
	* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
	Raise not-part-of-HTML5 error for |acronym|.

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

1 wakaba 1.45 2008-02-24 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.51 * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
4     Raise not-part-of-HTML5 error for |acronym|.
5    
6     2008-02-24 Wakaba <wakaba@suika.fam.cx>
7    
8 wakaba 1.50 * HTML.pm: HTML5 attribute status added.
9    
10     2008-02-24 Wakaba <wakaba@suika.fam.cx>
11    
12 wakaba 1.49 * HTML.pm: Standardized status for attributes are added (HTML5
13     info are not added yet). Make element or attribute not defined
14     by HTML5 spec as a conformance error (though it is not clearly
15     defined by HTML5 spec as non-conforming). Note that more work
16     is needed for non-standard attribute thing, since the current
17     implementation prevents non-standard attribute from being
18     syntactically checked (otherwise it is treated as if a
19     standard attribute).
20    
21     2008-02-24 Wakaba <wakaba@suika.fam.cx>
22    
23 wakaba 1.48 * HTML.pm: Standardized status attributes are added.
24    
25     2008-02-24 Wakaba <wakaba@suika.fam.cx>
26    
27 wakaba 1.47 * HTML.pm: Invalid |meta| in |noscript| should be erred
28     as usual.
29    
30     2008-02-24 Wakaba <wakaba@suika.fam.cx>
31    
32 wakaba 1.46 * HTML.pm: Updated for |del|-and-significant problem.
33    
34     2008-02-24 Wakaba <wakaba@suika.fam.cx>
35    
36 wakaba 1.45 * HTML.pm (datagrid): Condition was incorrect.
37    
38 wakaba 1.41 2008-02-23 Wakaba <wakaba@suika.fam.cx>
39    
40 wakaba 1.44 * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
41     change state when a transparent element is encountered.
42     (details check): Reimplemented.
43    
44     2008-02-23 Wakaba <wakaba@suika.fam.cx>
45    
46 wakaba 1.43 * HTML.pm (object check_end): Don't check significant content
47     if the element is used as a transparent element.
48     (video check): Reimplemented.
49    
50     2008-02-23 Wakaba <wakaba@suika.fam.cx>
51    
52 wakaba 1.42 * HTML.pm: |figure| content checker reimplemented. |object|
53     content checker for root element case reimplemented.
54    
55     2008-02-23 Wakaba <wakaba@suika.fam.cx>
56    
57 wakaba 1.41 * HTML.pm: Revised.
58    
59 wakaba 1.38 2008-02-18 Wakaba <wakaba@suika.fam.cx>
60    
61 wakaba 1.40 * HTML.pm (object): Implemented (with some bug on transparentness
62     handling).
63    
64     2008-02-18 Wakaba <wakaba@suika.fam.cx>
65    
66 wakaba 1.39 * HTML.pm: s/m/mark/g (HTML5 revision 1232).
67    
68     2008-02-18 Wakaba <wakaba@suika.fam.cx>
69    
70 wakaba 1.38 * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
71     the conformance checker cannot examine the semantics of the
72     image).
73    
74 wakaba 1.31 2008-02-17 Wakaba <wakaba@suika.fam.cx>
75    
76 wakaba 1.37 * HTML.pm: Useless old stuff are removed. |datagrid|
77     was missing from |$HTMLInteractiveContent|.
78     (a): Use new |$HTMLInteractiveContent| in place
79     of |$HTMLIntetractiveElements|.
80     (caption): Use new |$HTMLPhrasingContentChecker| in place
81     of |$HTMLStrictlyInlineChecker|.
82    
83     2008-02-17 Wakaba <wakaba@suika.fam.cx>
84    
85 wakaba 1.36 * HTML.pm (figure): Implemented.
86     (video, audio): In no-parent-element case with |src| attribute,
87     the content model is now prose content.
88    
89     2008-02-17 Wakaba <wakaba@suika.fam.cx>
90    
91 wakaba 1.35 * HTML.pm (noscript): Reimplemented.
92    
93     2008-02-17 Wakaba <wakaba@suika.fam.cx>
94    
95 wakaba 1.34 * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
96     1180).
97    
98     2008-02-17 Wakaba <wakaba@suika.fam.cx>
99    
100 wakaba 1.33 * HTML.pm (th): |th| now requires phrasing content. |div|
101     now requires prose content.
102    
103     2008-02-17 Wakaba <wakaba@suika.fam.cx>
104    
105 wakaba 1.32 * HTML.pm: Error messages revised.
106    
107     2008-02-17 Wakaba <wakaba@suika.fam.cx>
108    
109 wakaba 1.31 * HTML.pm: Most part of December 2007 Content Model is implemented.
110    
111 wakaba 1.30 2008-02-10 Wakaba <wakaba@suika.fam.cx>
112    
113     * HTML.pm (<style>): CSS validation code removed; instead,
114     it does invoke subdoc callback to ask to the callee to validate
115     the style sheet separately.
116    
117 wakaba 1.29 2008-02-09 Wakaba <wakaba@suika.fam.cx>
118    
119     * HTML.pm (<style>): Initial version of CSS validation support.
120    
121 wakaba 1.26 2007-11-25 Wakaba <wakaba@suika.fam.cx>
122    
123 wakaba 1.28 * HTML.pm ($HTMLSignificantContentErrors): New.
124    
125     2007-11-25 Wakaba <wakaba@suika.fam.cx>
126    
127 wakaba 1.27 * HTML.pm: Support for checking for significant content (HTML5
128     revision 1114). Note that the current implementation has
129     an issue on treatment for transparent or semi-transparent
130     elements.
131    
132     * Atom.pm: Support for significant content checking (for composed
133     HTML-Atom documents).
134    
135     2007-11-25 Wakaba <wakaba@suika.fam.cx>
136    
137 wakaba 1.26 * HTML.pm (header): Descendant constraint is redefined by
138     new todo item type |descendant|.
139    
140 wakaba 1.25 2007-11-24 Wakaba <wakaba@suika.fam.cx>
141    
142     * HTML.pm (nest/@filter, rule/@condition): Implemented.
143     (nest/@mode): Definition was wrong.
144     ($HTMLSelectorsAttrChecker): New.
145    
146 wakaba 1.23 2007-11-23 Wakaba <wakaba@suika.fam.cx>
147    
148 wakaba 1.24 * HTML.pm (meta): Character references in |charset| attribute
149     values are now erred.
150    
151     2007-11-23 Wakaba <wakaba@suika.fam.cx>
152    
153 wakaba 1.23 * HTML.pm (meta): |charset| value tests implemented.
154    
155 wakaba 1.22 2007-11-11 Wakaba <wakaba@suika.fam.cx>
156    
157     * HTML.pm: Raise bad-context error for proposed link types.
158    
159 wakaba 1.20 2007-11-07 Wakaba <wakaba@suika.fam.cx>
160    
161 wakaba 1.21 * HTML.pm: Specialized error for old charset syntax.
162    
163     2007-11-07 Wakaba <wakaba@suika.fam.cx>
164    
165 wakaba 1.20 * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
166    
167 wakaba 1.16 2007-11-04 Wakaba <wakaba@suika.fam.cx>
168    
169 wakaba 1.19 * HTML.pm: Allow <html manifest=URI>.
170    
171     2007-11-04 Wakaba <wakaba@suika.fam.cx>
172    
173 wakaba 1.18 * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
174     revision 1115).
175    
176     2007-11-04 Wakaba <wakaba@suika.fam.cx>
177    
178 wakaba 1.17 * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
179     revision 1115).
180    
181     2007-11-04 Wakaba <wakaba@suika.fam.cx>
182    
183 wakaba 1.16 * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
184    
185 wakaba 1.15 2007-10-26 Wakaba <wakaba@suika.fam.cx>
186    
187     * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
188    
189 wakaba 1.14 2007-10-23 Wakaba <wakaba@suika.fam.cx>
190    
191     * HTML.pm: Make <script async defer> conforming (HTML5
192     revision 1085).
193    
194 wakaba 1.13 2007-10-14 Wakaba <wakaba@suika.fam.cx>
195    
196     * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
197     and |html:rule| elements.
198    
199 wakaba 1.11 2007-09-24 Wakaba <wakaba@suika.fam.cx>
200    
201 wakaba 1.12 * Atom.pm (atom:link@title): Definition was missing.
202    
203     2007-09-24 Wakaba <wakaba@suika.fam.cx>
204    
205 wakaba 1.11 * Atom.pm (hreflang): Checker is implemented.
206     (AtomDateConstruct): Checking for content is implemented.
207    
208 wakaba 1.10 2007-09-09 Wakaba <wakaba@suika.fam.cx>
209    
210     * HTML.pm: Support for language tag validation.
211    
212 wakaba 1.9 2007-08-25 Wakaba <wakaba@suika.fam.cx>
213    
214     * HTML.pm (head, noscript): Treatement for invalid |meta|
215     elenments are changed as per HTML5 revision 1018.
216    
217 wakaba 1.7 2007-08-17 Wakaba <wakaba@suika.fam.cx>
218    
219 wakaba 1.8 * HTML.pm: Raise new errors if |base| is following
220     URI attributes or hyperlink attributes.
221    
222     2007-08-17 Wakaba <wakaba@suika.fam.cx>
223    
224 wakaba 1.7 * HTML.pm: Support for |noscript| in |head|. Make an
225     error for |noscript| in XML document.
226    
227 wakaba 1.6 2007-08-08 Wakaba <wakaba@suika.fam.cx>
228    
229     * HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type|
230     value are changed for the ease of error message catalog
231     lookup.
232    
233 wakaba 1.3 2007-08-05 Wakaba <wakaba@suika.fam.cx>
234    
235 wakaba 1.5 * Atom.pm: |link|-related checks are added; |type|
236     media type checks are added. |hreflang| now warns
237     as unimplemented.
238    
239     2007-08-05 Wakaba <wakaba@suika.fam.cx>
240    
241 wakaba 1.4 * Atom.pm: Checker for all elements are defined (with
242     a number of "TODO"s).
243    
244     2007-08-05 Wakaba <wakaba@suika.fam.cx>
245    
246 wakaba 1.3 * Atom.pm: New Perl module.
247    
248 wakaba 1.2 2007-08-04 Wakaba <wakaba@suika.fam.cx>
249    
250     * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.
251    
252     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24