/[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.307 by wakaba, Sun Sep 14 11:57:41 2008 UTC revision 1.352 by wakaba, Tue Oct 14 02:27:54 2008 UTC
# Line 1  Line 1 
1    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile: New rule to make HTML/Tokenizer.pm is added.
4    
5            * HTML.pm.src: Tokenizer part moved to another file.
6    
7    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|.
10    
11    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: Element category constants redefined.
14            
15    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm.src: Steps for CDATA/RCDATA elements in tree
18            construction stage synced with the spec (HTML5 revisions 2139 and
19            2302).
20    
21    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
22    
23            * ContentChecker.pm: New error level "html5_fact" added, which
24            should be tentatively used until all of requirements are properly
25            specced as RFC 2119 "MUST" in HTML5.
26    
27    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
28    
29            * ContentChecker.pod: Note on internal flags is added.
30    
31    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: An AAA bug fixed.
34    
35    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm.src: If another node is inserted by the parser, don't
38            reuse existing Text node to append a character (HTML5 revision
39            2124).
40    
41    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm.src: Support for <option> and <optgroup> in body (HTML5
44            revisions 1731 and 2128).
45    
46    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
49            Support for end tags of camelCase SVG elements were broken.  A
50            wrong error type text fixed.
51    
52    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
55    
56    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm.src: Support for new definition of |param| and |source|
59            start tag parsing (HTML5 revision 1731).
60    
61    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).
64    
65    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5
68            revisions 1731 and 1831).
69    
70    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
73            revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
74            revision 1731).
75    
76    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm.src: Support for |command| and |eventsource| elements (HTML5
79            revision 1731).  End tags of |option| and |optgroup| elements are
80            now optional (HTML5 revision 1731).
81    
82    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: New "special" elements added to the list (HTML5
85            revision 1778).  "strile" -> "strike".
86    
87    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
88    
89            * ContentType.pm (get_sniffed_type): Support for the "better"
90            content sniffing (HTML5 revision 1927).  In a case the official
91            type was not returned when the method is invoked in the list
92            context.
93    
94    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm.src: Character references for non-space C0 characters,
97            including U+000B VT, DEL character, noncharacter code points, are
98            now converted to the U+FFFD character (cf. HTML5 revision 2138).
99    
100    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
101    
102            * ContentChecker.pm: |form=""| check support added.
103    
104    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
105    
106            * ContentChecker.pm: |contextmenu| validness is now checked using
107            |id| and |id_type| properties, and |menu| property is removed.
108    
109    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
110    
111            * ContentChecker.pm: Prepare for |form| |name| attribute's
112            duplication checking.
113    
114    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
117            unsupported charset="" parameter value (HTML5 revision 2131).
118    
119    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm.src: Reminding places where U+000B is allowed as a space
122            character is fixed (cf. HTML5 revision 1738).
123    
124            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
125            space characters (HTML5 revision 1738).
126    
127    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm.src: The "anything else" case for the "after after body"
130            insertion mode was not updated to swtich to the "in body"
131            insertion mode.  U+000B is no longer a space character for the
132            purpose of tree construction phase (HTML5 revision 1738).
133    
134    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm.src: U+000B is no longer a space character (HTML5
137            revision 1738).
138    
139    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
140    
141            * ContentType.pm: 0x0B is no longer a space character (HTML5
142            revision 1738).
143    
144            * HTML.pm.src: U+000B is no longer a space character for the
145            algorithm for extracting an encoding from a Content-Type (HTML5
146            revision 1738).
147    
148    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
149    
150            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
151    
152    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
153    
154            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
155    
156            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
157            matching.
158    
159    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
160    
161            * LangTag.pm: Warn for private use language subtags.  Error level
162            typos fixed.  Support for Suppress-Script field.
163    
164            * mklangreg.pl: Support for dumping of nested structure.
165    
166    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
167    
168            * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the
169            recommended case as per RFC 4646.
170    
171    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
172    
173            * LangTag.pm (check_rfc4646_langtag): New method.
174    
175    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
176    
177            * mklangreg.pl: New script.
178    
179            * Makefile: Updated for creation of the module for language subtag
180            registry.
181            
182    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
183    
184            * Makefile: WebIDL.html added.
185    
186            * WebIDL.pod: New documentation.
187    
188    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
189    
190            * WebIDL.pm: Checker's error types are redefined.
191    
192    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
193    
194            * WebIDL.pm: Parser's error types are redefined.  Some forward
195            compatible parsing bugs are fixed.  Some unreachable codes are
196            commented out.
197    
198    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
199    
200            * WebIDL.pm: Support for the reminding extended attributes are
201            added.  It does not satisfy the definition that a forward
202            interface declaration has an extended attribute.  It seems that
203            unless explicitly allowed multiple extended attributes with the
204            same name is not allowed, though it is not explicitly mentioned in
205            the spec.
206    
207    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
208    
209            * WebIDL.pm: Unescapes extended attribute names and extended
210            attribute identifiers.  Preserve whether an extended attribute has
211            an argument list of not.  Support for extended attributes:
212            Constructor, ExceptionConsts, IndexGetter, IndexSetter,
213            NameGetter, NameSetter, and Null.
214            (has_argument_list): New attribute.
215            (idl_text): Stringifies argument lists, if any, even if it is
216            empty.
217    
218    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pm.src: New state |PCDATA_STATE|.  Use an empty string for
221            |{s_kwd}| in DATA_STATE as default.
222    
223    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
224    
225            * HTML.pm.src, mkhtmlparser.pl: Replace |{prev_char}|
226            by |{s_kwd}| in DATA_STATE.
227    
228    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm.src: Shorten keys.
231    
232    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
233    
234            * HTML.pm.src: Remove checking for control character, surrogate
235            pair, or noncharacter code points and non-Unicode code
236            points (they should be handled by Whatpm::Charset::UnicodeChecker).
237            (parse_char_stream): Support for the |$get_wrapper| argument and
238            character stream error handlers.
239    
240    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
241    
242            * ContentChecker.pm: Don't call |loda_ns_module|
243            for null-namespace elements/attributes.
244    
245            * HTML.pm.src: Fact out $disallowed_control_chars
246            as a hash.
247    
248    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
249    
250            * HTML.pm.src: Regexp typo fixed.  |{prev_char}|
251            and |{next_char}| initializations are moved to initialization
252            method.  |{read_until}| now supports buffering.  Sync |set_inner_html|
253            with |parse_char_stream|.
254    
255    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm.src (parse_char_stream): Make |set_next_char|
258            invoke |manakai_read_until|, not only |read|, where
259            possible, to decrease the number of |read| method calls.
260    
261            * mkhtmlparser.pl: Related changes to the aforementioned
262            modification.
263    
264  2008-09-14  Wakaba  <wakaba@suika.fam.cx>  2008-09-14  Wakaba  <wakaba@suika.fam.cx>
265    
266          * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|          * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|

Legend:
Removed from v.1.307  
changed lines
  Added in v.1.352

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24