/[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.107 by wakaba, Sat Sep 29 04:45:09 2007 UTC revision 1.162 by wakaba, Thu Mar 6 15:29:39 2008 UTC
# Line 1  Line 1 
1    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
4            and "div" (HTML5 revision 1318).  Add comments to where
5            |form| pointer association codes should be inserted (HTML5 revision
6            1319).
7    
8    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
9    
10            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
11    
12    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm.src: Since the case t268 should never be reached (no
15            other token type, there are), it is replaced by a |die| statement.
16    
17    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm.src: Typo fixed.
20    
21    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src (_tree_construction_initial): Some limited quirks
24            doctypes were not uppercased for comparison.
25    
26    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
29            are added.
30    
31    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
34            are set.  Cases that are unlikely reached are noted as so.
35    
36    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm.src: Checkpoints for debugging are added.
39    
40            * mkhtmlparser.pl: Support for |!!!cp| syntax.
41    
42    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
45            for simplicity.
46    
47    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
50            revision 1307).
51    
52    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
55            is set are changed (HTML5 revision 1305).
56    
57    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
60            1292).  Entities are not parsed in comment-like part in RCDATA
61            elements (HTML5 revision 1294).  Allow bare & at the end
62            of attribute value literals (HTML5 revision 1296).  More
63            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
64            between attributes and ban attribute names or unquoted
65            attribute values containing single or double quotes (HTML5
66            revision 1303).
67    
68    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
69    
70            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
71            and related errors unless it is an HTML document (though the spec
72            is unclear on whether it is applied to XHTML document).
73    
74            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
75            are added.
76    
77    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
78    
79            * HTML.pm.src: s/local_name/manakai_local_name/g.
80    
81    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
82    
83            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
84    
85            * HTML.pm.src: |charset| in |content| attribute is
86            case-insensitive (HTML5 revision 1270).
87    
88    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.pm: New status constants are added.
91            ($ElementDefault): |status| added.
92            (check_element): Err for non-standard or deprecated elements.
93            (_attr_status_info): For non-standard or deprecated attributes.
94    
95    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
96    
97            * ContentChecker.pm (_attr_status_info): New internal method.
98    
99    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
100    
101            * ContentChecker.pm (check_element): Element standardized
102            status information is now dispatched.
103    
104    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
105    
106            * ContentChecker.pm (check_element): Fix |del|-and-significant
107            problem by adding some more arguments.
108    
109    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
110    
111            * ContentChecker.pm (check_element): Use context of
112            container-for-the-purpose-of-content-model element (not transparent
113            element) for |check_child_element| calling and significant
114            text flag marking.  This reintroduces |<del>|-and-significant
115            problem again.
116    
117    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
118    
119            * ContentChecker.pm (check_element): Make semi-transparent
120            elements ignored for the purpose of phase changes in
121            content model checking.
122    
123    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
124    
125            * ContentChecker.pm (check_element): In-element state
126            was not properly managed for transparent cases.
127    
128    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
129    
130            * ContentChecker.pm (check_element): Support for |video|
131            and |audio| as semi-transparent elements.
132    
133    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
134    
135            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
136            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
137            Support for |html:object| as a semi-transparent element.
138    
139    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
140    
141            * ContentChecker.pm (check_element): The way to traverse
142            the tree is entirely revised to make it easier to track
143            the state of ancestors/descendants.  As a result of this
144            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
145            support for content model checking for HTML elements |figure|,
146            |object|, |video|, and |audio| and checking for XML elements (and
147            some XMLNS checkings) are dropped for now.  They will be
148            reimplemented in due cource.
149    
150    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
151    
152            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
153            token (HTML5 revision 1225).
154    
155    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
156    
157            * ContentChecker.pm ({unsupported_level}): New value.
158    
159            * HTML.pm.src: Save whether |meta| |content| attribute
160            contains character references or not.
161    
162    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
163    
164            * ContentChecker.pm (_get_children): (Incompleted) attempt to
165            imlement significant content checking for contents
166            with |del| elements.
167    
168    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
169    
170            * ContenteChecker.pm ($HTMLTransparentElements): More
171            elements are added.
172            (_get_children): HTML |object| elements are now semi-transparent.
173    
174            * NanoDOM.pm (manakai_html, manakai_head): New methods.
175    
176    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
177    
178            * CacheManifest.pm: HTML5 revision 1211 implemented.
179    
180            * CacheManifest.pod: Updated.
181    
182    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
183    
184            * ContentChecker.pm (check_document, check_element): Support
185            for second argument ($onsubdoc).
186            (_get_css_parser): Removed (now it is part of WDCC).
187    
188    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
189    
190            * ContentChecker.pm (_get_css_parser): New.
191    
192    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
193    
194            * ContentChecker.pm ($AnyChecker): Old way to add child elements
195            for checking had been used.
196    
197    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
198    
199            * ContentChecker.pm (check_element): New todo item type |descendant|.
200    
201    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
202    
203            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
204            specced in RFC 2046 and RFC 4288.
205            (application/atom+xml): Definition added.
206    
207    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
208    
209            * URIChecker.pm: Make RFC 3986 should-level errors
210            warnings (rather than SHOULD-level errors).
211    
212    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
213    
214            * NanoDOM.pm (get_user_data, set_user_data): New methods.
215    
216            * HTML.pm.src: A flag for character references in attribute
217            values are added.  Set |manakai_has_reference| user data
218            to |charset| attribute.
219    
220    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
221    
222            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
223            attributes.
224    
225            * ContentChecker.pm (check_document): Warn if charset requirements
226            cannot be tested.
227    
228    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm.src (parse_byte_string): Detect charset
231            by universalchardet if charset parameter is not specified.
232    
233            * Makefile (Charset-all, Charset-clean): New rules.
234    
235    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
236    
237            * ContentChecker.pm (check_document): Check the existence
238            of character encoding declaration and selection of encoding
239            for HTML document.
240    
241    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
242    
243            * ContentType.pm (get_sniffed_type): Return also the official
244            type in list context.
245    
246    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
247    
248            * ContentType.pm: Sniffing with leading white space
249            ignoring (HTML5 revisions 1013 and 1016).
250    
251    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
252    
253            * ContentType.pm: HTML5 revision 1013 changes, except for leading
254            white spaces, are implemented.
255    
256    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
257    
258            * HTML.pm.src (parse_char_string): Set |inner_encoding|
259            attribute if possible.
260    
261    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
262    
263            * HTML.pm.src (parse_byte_string): New method.
264            (parse_char_string): New alias for |parse_string|.
265            (main phase): Invoking "change the encoding" algorithm if desired.
266    
267            * HTML.pod: Updated.
268    
269    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
270    
271            * HTML.pod (get_inner_html): Removed.
272    
273            * Makefile (HTML-all, HTML-clean): New.
274    
275    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
276    
277            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
278    
279    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
280    
281            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
282    
283    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
284    
285            * Makefile: |CacheManifest.html| is added.
286    
287            * CacheManifest.pod: New file.
288    
289    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
290    
291            * CacheManifest.pm: New module.
292    
293    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
294    
295            * HTML.pm.src: Support for application cache selection algorithm
296            callback.
297    
298    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
299    
300            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
301    
302    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
303    
304            * Makefile (clean): New rule.
305    
306            * NanoDOM.pm (public_id, system_id): New attributes.
307    
308    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
309    
310            * Makefile (CSS-all, CSS-clean, clean): New rules.
311    
312    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
313    
314            * ContentChecker.pm (check_document): Support for
315            new |is_xml_root| flag.
316            (check_element): Support for new |pluses| state.
317            (_add_pluses): New method.
318            (_remove_minuses): Support for new |minus| item.
319    
320  2007-09-24  Wakaba  <wakaba@suika.fam.cx>  2007-09-24  Wakaba  <wakaba@suika.fam.cx>
321    
322          * ContentChecker.pm: Raise specific error for invalid          * ContentChecker.pm: Raise specific error for invalid
323          root element.          root element.
324    
         * SelectorsParser.pm: Pass an empty string as a prefix  
         for lookup namespace prefix callback, for loose compatibility  
         with the |NSResolver| interface.  
   
325  2007-09-24  Wakaba  <wakaba@suika.fam.cx>  2007-09-24  Wakaba  <wakaba@suika.fam.cx>
326    
327          * ContentChecker.pm: Set level values for later uses.          * ContentChecker.pm: Set level values for later uses.

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.162

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24