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

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.100 by wakaba, Fri Aug 17 05:55:44 2007 UTC revision 1.147 by wakaba, Tue Feb 26 08:27:59 2008 UTC
# Line 1  Line 1 
1    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm: New status constants are added.
4            ($ElementDefault): |status| added.
5            (check_element): Err for non-standard or deprecated elements.
6            (_attr_status_info): For non-standard or deprecated attributes.
7    
8    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
9    
10            * ContentChecker.pm (_attr_status_info): New internal method.
11    
12    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
13    
14            * ContentChecker.pm (check_element): Element standardized
15            status information is now dispatched.
16    
17    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
18    
19            * ContentChecker.pm (check_element): Fix |del|-and-significant
20            problem by adding some more arguments.
21    
22    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
23    
24            * ContentChecker.pm (check_element): Use context of
25            container-for-the-purpose-of-content-model element (not transparent
26            element) for |check_child_element| calling and significant
27            text flag marking.  This reintroduces |<del>|-and-significant
28            problem again.
29    
30    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
31    
32            * ContentChecker.pm (check_element): Make semi-transparent
33            elements ignored for the purpose of phase changes in
34            content model checking.
35    
36    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
37    
38            * ContentChecker.pm (check_element): In-element state
39            was not properly managed for transparent cases.
40    
41    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
42    
43            * ContentChecker.pm (check_element): Support for |video|
44            and |audio| as semi-transparent elements.
45    
46    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
47    
48            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
49            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
50            Support for |html:object| as a semi-transparent element.
51    
52    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
53    
54            * ContentChecker.pm (check_element): The way to traverse
55            the tree is entirely revised to make it easier to track
56            the state of ancestors/descendants.  As a result of this
57            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
58            support for content model checking for HTML elements |figure|,
59            |object|, |video|, and |audio| and checking for XML elements (and
60            some XMLNS checkings) are dropped for now.  They will be
61            reimplemented in due cource.
62    
63    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
66            token (HTML5 revision 1225).
67    
68    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
69    
70            * ContentChecker.pm ({unsupported_level}): New value.
71    
72            * HTML.pm.src: Save whether |meta| |content| attribute
73            contains character references or not.
74    
75    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
76    
77            * ContentChecker.pm (_get_children): (Incompleted) attempt to
78            imlement significant content checking for contents
79            with |del| elements.
80    
81    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
82    
83            * ContenteChecker.pm ($HTMLTransparentElements): More
84            elements are added.
85            (_get_children): HTML |object| elements are now semi-transparent.
86    
87            * NanoDOM.pm (manakai_html, manakai_head): New methods.
88    
89    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
90    
91            * CacheManifest.pm: HTML5 revision 1211 implemented.
92    
93            * CacheManifest.pod: Updated.
94    
95    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
96    
97            * ContentChecker.pm (check_document, check_element): Support
98            for second argument ($onsubdoc).
99            (_get_css_parser): Removed (now it is part of WDCC).
100    
101    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
102    
103            * ContentChecker.pm (_get_css_parser): New.
104    
105    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
106    
107            * ContentChecker.pm ($AnyChecker): Old way to add child elements
108            for checking had been used.
109    
110    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
111    
112            * ContentChecker.pm (check_element): New todo item type |descendant|.
113    
114    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
115    
116            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
117            specced in RFC 2046 and RFC 4288.
118            (application/atom+xml): Definition added.
119    
120    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
121    
122            * URIChecker.pm: Make RFC 3986 should-level errors
123            warnings (rather than SHOULD-level errors).
124    
125    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
126    
127            * NanoDOM.pm (get_user_data, set_user_data): New methods.
128    
129            * HTML.pm.src: A flag for character references in attribute
130            values are added.  Set |manakai_has_reference| user data
131            to |charset| attribute.
132    
133    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
134    
135            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
136            attributes.
137    
138            * ContentChecker.pm (check_document): Warn if charset requirements
139            cannot be tested.
140    
141    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
142    
143            * HTML.pm.src (parse_byte_string): Detect charset
144            by universalchardet if charset parameter is not specified.
145    
146            * Makefile (Charset-all, Charset-clean): New rules.
147    
148    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
149    
150            * ContentChecker.pm (check_document): Check the existence
151            of character encoding declaration and selection of encoding
152            for HTML document.
153    
154    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
155    
156            * ContentType.pm (get_sniffed_type): Return also the official
157            type in list context.
158    
159    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
160    
161            * ContentType.pm: Sniffing with leading white space
162            ignoring (HTML5 revisions 1013 and 1016).
163    
164    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
165    
166            * ContentType.pm: HTML5 revision 1013 changes, except for leading
167            white spaces, are implemented.
168    
169    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm.src (parse_char_string): Set |inner_encoding|
172            attribute if possible.
173    
174    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm.src (parse_byte_string): New method.
177            (parse_char_string): New alias for |parse_string|.
178            (main phase): Invoking "change the encoding" algorithm if desired.
179    
180            * HTML.pod: Updated.
181    
182    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
183    
184            * HTML.pod (get_inner_html): Removed.
185    
186            * Makefile (HTML-all, HTML-clean): New.
187    
188    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
189    
190            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
191    
192    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
193    
194            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
195    
196    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
197    
198            * Makefile: |CacheManifest.html| is added.
199    
200            * CacheManifest.pod: New file.
201    
202    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
203    
204            * CacheManifest.pm: New module.
205    
206    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
207    
208            * HTML.pm.src: Support for application cache selection algorithm
209            callback.
210    
211    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
212    
213            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
214    
215    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
216    
217            * Makefile (clean): New rule.
218    
219            * NanoDOM.pm (public_id, system_id): New attributes.
220    
221    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
222    
223            * Makefile (CSS-all, CSS-clean, clean): New rules.
224    
225    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
226    
227            * ContentChecker.pm (check_document): Support for
228            new |is_xml_root| flag.
229            (check_element): Support for new |pluses| state.
230            (_add_pluses): New method.
231            (_remove_minuses): Support for new |minus| item.
232    
233    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
234    
235            * ContentChecker.pm: Raise specific error for invalid
236            root element.
237    
238    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
239    
240            * ContentChecker.pm: Set level values for later uses.
241    
242    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
243    
244            * ContentChecker.pm: Support for language tag validation.
245    
246    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
247    
248            * LangTag.pm (check_rfc3066_language_tag): New method.
249    
250    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
251    
252            * LangTag.pm: New module.
253    
254    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
255    
256            * HTML.pm.src: Some error types were wrong.
257    
258    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
259    
260            * CSS/: New directory.
261    
262  2007-08-17  Wakaba  <wakaba@suika.fam.cx>  2007-08-17  Wakaba  <wakaba@suika.fam.cx>
263    
264          * ContentChecker.pm (_check_get_children): Support          * ContentChecker.pm (_check_get_children): Support

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.147

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24