/[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.282 by wakaba, Sat Aug 30 12:57:05 2008 UTC revision 1.343 by wakaba, Sat Oct 4 11:32:15 2008 UTC
# Line 1  Line 1 
1    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
4            Support for end tags of camelCase SVG elements were broken.  A
5            wrong error type text fixed.
6    
7    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
10    
11    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: Support for new definition of |param| and |source|
14            start tag parsing (HTML5 revision 1731).
15    
16    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).
19    
20    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5
23            revisions 1731 and 1831).
24    
25    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
28            revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
29            revision 1731).
30    
31    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: Support for |command| and |eventsource| elements (HTML5
34            revision 1731).  End tags of |option| and |optgroup| elements are
35            now optional (HTML5 revision 1731).
36    
37    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm.src: New "special" elements added to the list (HTML5
40            revision 1778).  "strile" -> "strike".
41    
42    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
43    
44            * ContentType.pm (get_sniffed_type): Support for the "better"
45            content sniffing (HTML5 revision 1927).  In a case the official
46            type was not returned when the method is invoked in the list
47            context.
48    
49    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm.src: Character references for non-space C0 characters,
52            including U+000B VT, DEL character, noncharacter code points, are
53            now converted to the U+FFFD character (cf. HTML5 revision 2138).
54    
55    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
56    
57            * ContentChecker.pm: |form=""| check support added.
58    
59    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
60    
61            * ContentChecker.pm: |contextmenu| validness is now checked using
62            |id| and |id_type| properties, and |menu| property is removed.
63    
64    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ContentChecker.pm: Prepare for |form| |name| attribute's
67            duplication checking.
68    
69    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
72            unsupported charset="" parameter value (HTML5 revision 2131).
73    
74    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src: Reminding places where U+000B is allowed as a space
77            character is fixed (cf. HTML5 revision 1738).
78    
79            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
80            space characters (HTML5 revision 1738).
81    
82    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: The "anything else" case for the "after after body"
85            insertion mode was not updated to swtich to the "in body"
86            insertion mode.  U+000B is no longer a space character for the
87            purpose of tree construction phase (HTML5 revision 1738).
88    
89    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm.src: U+000B is no longer a space character (HTML5
92            revision 1738).
93    
94    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
95    
96            * ContentType.pm: 0x0B is no longer a space character (HTML5
97            revision 1738).
98    
99            * HTML.pm.src: U+000B is no longer a space character for the
100            algorithm for extracting an encoding from a Content-Type (HTML5
101            revision 1738).
102    
103    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
104    
105            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
106    
107    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
108    
109            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
110    
111            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
112            matching.
113    
114    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
115    
116            * LangTag.pm: Warn for private use language subtags.  Error level
117            typos fixed.  Support for Suppress-Script field.
118    
119            * mklangreg.pl: Support for dumping of nested structure.
120    
121    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
122    
123            * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the
124            recommended case as per RFC 4646.
125    
126    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
127    
128            * LangTag.pm (check_rfc4646_langtag): New method.
129    
130    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
131    
132            * mklangreg.pl: New script.
133    
134            * Makefile: Updated for creation of the module for language subtag
135            registry.
136            
137    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
138    
139            * Makefile: WebIDL.html added.
140    
141            * WebIDL.pod: New documentation.
142    
143    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
144    
145            * WebIDL.pm: Checker's error types are redefined.
146    
147    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
148    
149            * WebIDL.pm: Parser's error types are redefined.  Some forward
150            compatible parsing bugs are fixed.  Some unreachable codes are
151            commented out.
152    
153    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
154    
155            * WebIDL.pm: Support for the reminding extended attributes are
156            added.  It does not satisfy the definition that a forward
157            interface declaration has an extended attribute.  It seems that
158            unless explicitly allowed multiple extended attributes with the
159            same name is not allowed, though it is not explicitly mentioned in
160            the spec.
161    
162    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
163    
164            * WebIDL.pm: Unescapes extended attribute names and extended
165            attribute identifiers.  Preserve whether an extended attribute has
166            an argument list of not.  Support for extended attributes:
167            Constructor, ExceptionConsts, IndexGetter, IndexSetter,
168            NameGetter, NameSetter, and Null.
169            (has_argument_list): New attribute.
170            (idl_text): Stringifies argument lists, if any, even if it is
171            empty.
172    
173    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src: New state |PCDATA_STATE|.  Use an empty string for
176            |{s_kwd}| in DATA_STATE as default.
177    
178    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm.src, mkhtmlparser.pl: Replace |{prev_char}|
181            by |{s_kwd}| in DATA_STATE.
182    
183    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm.src: Shorten keys.
186    
187    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm.src: Remove checking for control character, surrogate
190            pair, or noncharacter code points and non-Unicode code
191            points (they should be handled by Whatpm::Charset::UnicodeChecker).
192            (parse_char_stream): Support for the |$get_wrapper| argument and
193            character stream error handlers.
194    
195    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
196    
197            * ContentChecker.pm: Don't call |loda_ns_module|
198            for null-namespace elements/attributes.
199    
200            * HTML.pm.src: Fact out $disallowed_control_chars
201            as a hash.
202    
203    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
204    
205            * HTML.pm.src: Regexp typo fixed.  |{prev_char}|
206            and |{next_char}| initializations are moved to initialization
207            method.  |{read_until}| now supports buffering.  Sync |set_inner_html|
208            with |parse_char_stream|.
209    
210    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
211    
212            * HTML.pm.src (parse_char_stream): Make |set_next_char|
213            invoke |manakai_read_until|, not only |read|, where
214            possible, to decrease the number of |read| method calls.
215    
216            * mkhtmlparser.pl: Related changes to the aforementioned
217            modification.
218    
219    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
220    
221            * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|
222            would report character error from now.
223    
224    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm.src: White-space-leaded non-white-space character
227            tokens in "before head insertion mode" was not
228            correctly handled.
229            (set_inner_html): Reimplemented using CharString decodehandle
230            class.  Support for $get_wrapper argument.  Support
231            for |{read_until}| feature.
232    
233    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
234    
235            * HTML.pm.src: Make a "bare ero" error for unknown
236            entities point the "&" character.
237    
238    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
239    
240            * HTML.pm.src: It turns out that U+FFFD don't have to
241            be added to the list of excluded characters.
242    
243    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
244    
245            * HTML.pm.src ($char_onerror): Have character decoder's |line|
246            and |column| a higher priority than the one set by the
247            tokenizer's input handler.
248            ($self->{read_until}): Exclude U+FFFD (but this might
249            not be necessary, since now we do line/column fixup in
250            the character decode handle).
251    
252    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
253    
254            * HTML.pm.src: Use |{read_until}| where possible.
255    
256    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
257    
258            * HTML.pm.src: Change |{getc_until}| to |{read_until}|
259            and |manakai_getc_until| to |manakai_read_until| to
260            reduce the number of string copies.
261    
262    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
263    
264            * HTML.pm.src (parse_char_string): Use newly created
265            |Whatpm::Charset::DecodeHandle::CharString| instead of Perl's
266            standard feature to |open| a string as a filehandle,
267            since Perl's string filehandle seems not supporting |ungetc|
268            method correctly.
269            (parse_char_stream): Define |{getc_until}| method.
270            (DATA_STATE): Experimental support for |getc_until| feature.
271    
272    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
273    
274            * HTML.pm.src: Check points added to newly added branches.
275    
276    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
277    
278            * HTML.pm.src: Remove |{char}|, which is no longer used.
279            Remove |{entity_in_attr}| and |{last_attribute_value_state}|
280            and replaced by |{prev_state}|.
281    
282            * mkhtmlparser.pl: Remove |{char}| feature.
283            Remove |!!!back-next-input-character;| macro.
284    
285    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
286    
287            * HTML.pm.src: Finally we get rid of all the inner loops.  Remove
288            entity related tokenizer states in favor of new states
289            implementing the consume character reference algorithm.
290    
291    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
292    
293            * HTML.pm.src: "Consume a character reference" algorithm is
294            now implemented as a tokenizer's state, rather than
295            a method, with minimum changes (more changes will
296            be made, in due course).  "Bogus comment state"'s inner
297            loop gets removed.
298    
299    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
300    
301            * HTML.pm.src: Make |PUBLIC| and |SYSTEM| keyword tokenizing
302            into their own tokenizer states.
303    
304    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
305    
306            * HTML.pm.src: |CDATA_SECTION_STATE| (formally |CDATA_BLOCK_STATE|
307            is split into three states.
308    
309    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
310    
311            * HTML.pm.src: |CLOSE_TAG_OPEN_STATE| is broken into
312            itself and new |CDATA_PCDATA_CLOSE_TAG_STATE| so that
313            no longer does the tokenizer have to push back next input
314            characters in those states.
315    
316    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
317    
318            * HTML.pm.src: |MARKUP_DECLARATION_OPEN_STATE| broken
319            into four states so that no longer does the tokenizer have to push
320            back next input characters in that state.
321    
322    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
323    
324            * HTML.pm.src: Methods now accept additional parameter, $get_wrapper,
325            which can be used to insert some wrapper between the character
326            stream handle and the tokenizer.  (It is currently not supported
327            for |set_inner_html| for |Element|s).
328    
329    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
330    
331            * HTML.pm.src: Ignore punctuations in charset names.
332    
333    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
334    
335            * ContentChecker.pm: Support for charset-layer error levels.
336    
337            * HTML.pm.src: Don't specify |text| argument for the
338            |chardecode:fallback| error, since it is not the encoding
339            being used alternatively.
340    
341    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
342    
343            * HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141).
344    
345    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
346    
347            * CacheManifest.pm: Support for extensibility (HTML5 revision 2051).
348    
349    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
350    
351            * HTML.pm.src: Bug fix and sync with the spec with regard
352            to after after frameset insertion mode processing (HTML5
353            revision 1909).  Note that the implementation was wrong
354            per the old spec before the r1909 changes.
355    
356    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
357    
358            * HTMLTable.pm: scope=auto algorithm fix synced with the
359            spec (HTML5 revision 2093).
360            ($process_row): Algorithm step numbers synced with the
361            spec (HTML5 revision 2092).
362    
363    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
364    
365            * HTMLTable.pm: Zs is not what we want; we want White_Space! (HTML5
366            revision 2094).
367    
368    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
369    
370            * ContentType.pm: Support for image/svg+xml (HTML5 revision 2096).
371    
372    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
373    
374            * HTML.pm.src: '"' and "'" at the end of attribute
375            name (after another attribute) now raise parse error (HTML5
376            revision 2123).  Empty unquoted attribute values are no
377            longer allowed (HTML5 revision 2122).
378    
379  2008-08-30  Wakaba  <wakaba@suika.fam.cx>  2008-08-30  Wakaba  <wakaba@suika.fam.cx>
380    
381          * mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5          * mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.343

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24