/[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.211 by wakaba, Sat Apr 12 15:25:52 2008 UTC revision 1.263 by wakaba, Sat Jul 19 13:50:03 2008 UTC
# Line 1  Line 1 
1    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
2    
3            * WebIDL.pm (type_text): Better serializer.
4    
5    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
6    
7            * WebIDL.pm: Revise forward-compatible parsing so that
8            it now can handle broken extended attributes and as such.
9    
10    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
11    
12            * WebIDL.pm: Real support for extended attributes.
13            Support for extended attributes with arguments.
14    
15    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
16    
17            * WebIDL.pm: Support for |exception| syntax.
18            (Interface->idl_text): Tentative support for inheritances.
19    
20    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
21    
22            * WebIDL.pm: Hierarchical scoped name support was broken.
23            Support for raises, setraises, and getraises syntaxes.
24    
25    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
26    
27            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
28            proper support for types, extended attributes, and exceptions yet).
29            WebIDL parser, version 1 (no support for exceptions yet,
30            no proper support for extended attributes yet).
31    
32    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
33    
34            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
35    
36    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
37    
38            * WebIDL.pm: Support for valuetype and const.
39    
40    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
41            
42            * WebIDL.pm: New module.
43    
44    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
45    
46            * Makefile (Entities.html): URI changed.
47    
48    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
51    
52    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm.src (_get_next_token): A parse error was missing.
55    
56    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
57    
58            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
59            spec (commented out). (HTML5 revision 1711).
60    
61    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
62    
63            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
64    
65            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
66            as UTF-16 (HTML5 revision 1701).
67    
68    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
71            1692).
72    
73    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src: The secondary insertion mode used when switching
76            to foreign content is the "in body" insertion mode (HTML5 revision
77            1696).
78    
79    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
82            revision 1697).
83    
84    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm.src: Support for end-of-file token in foreign content
87            insertion mode (HTML5 revision 1693).  Update SVG camelCase
88            attribute list (HTML5 revision 1700).  <textarea> closes
89            </select> (HTML5 revision 1699).  More start tags close in
90            foreign content insertion mode (HTML5 revision 1698).
91    
92    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
95    
96    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
97    
98            * HTML.pm.src: More robust charset parameter detection (HTML5
99            revision 1674).
100    
101    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
102    
103            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
104            revision 1676).
105    
106    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm.src: Ignore language part of public identifiers for
109            quriks mode detection (HTML5 revision 1679).
110    
111    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
114            revision 1685).
115    
116    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm.src: Support for EOF in new states for tags (HTML5
119            revision 1684).
120    
121    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
124            work (HTML5 revision 1690).
125    
126    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm.src (_tree_construction_main): Change handling of
129            end tags in head insertion modes (HTML5 revision 1686).
130            (parse_char_string): Bug fix for non-utf8 character string handlings.
131            (parse_char_stream): |ungetc| does not work well for this context.
132    
133    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm.src (parse_byte_string): Redefined to invoke
136            |parse_byte_stream|.
137            (parse_byte_stream): New method.
138    
139    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm.src (parse_byte_string): Fix the column number reported
142            by encoding layer error reporter.
143    
144    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
145    
146            * HTML.pm.src (parse_byte_string): Use streaming decoder
147            rather than converting the whole byte string and then parsing.
148            Propagate errors in character encoding layer.
149            (get_next_token): Precise error reporting for |bare stago| error.
150    
151    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm.src (parse_char_stream): New method.
154            (parse_char_string): This method is now defined as an invocation
155            of the |parse_char_stream| method.
156    
157    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm.src (parse_byte_string): Report various status
160            of the sniffing as info-level errors.  Support for new
161            decoding framework in parser resestting.
162            (new): Various default error levels were not set.
163    
164    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
165    
166            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
167            algorithm, except for the actual sniffing, is implemented
168            with new framework with Message::Charset::Info.
169    
170    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
171    
172            * CacheManifest.pm (_parse): Drop fragment identifiers from
173            URIs in fallback section (HTML5 revision 1596).
174    
175    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
176    
177            * Makefile (Entities.html): URI has changed.
178    
179    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
180    
181            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
182            1553).
183    
184    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
185    
186            * ContentChecker.pm: Noted that those returned in |table| are
187            no longer table elements, but table objects returned
188            by Whatpm::HTMLTable.
189    
190            * HTMLTable.pm (form_table): Return table element node
191            as |$table->{element}|.
192            (assign_header): Support for the |headers=""| attribute.
193    
194    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTMLTable.pm (assign_header): New function; first version
197            with no support for headers="".
198            (form_table): Include table width and height to the returned
199            table object for covenience.  Indexing in column assignement was wrong.
200            Set whether a data cell is empty or not for convenience.
201    
202    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
205    
206    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
207    
208            * HTMLTable.pm: How table model errors are detected is
209            changed (HTML5 revision 1387).
210    
211    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTMLTable.pm: The algorithm now moves |tfoot| elements
214            to the end of the table (HTML5 revision 1380).
215    
216    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
217    
218            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
219            of 1-based (HTML5 revision 1376).
220    
221    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
222    
223            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
224            and "Content-Encoding" no longer prevent sniffing (HTML5
225            revision 1288).
226    
227    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
228    
229            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
230            1282).
231    
232    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
233    
234            * ContentChecker.pm: Support for global attributes.
235            Status of XML specs are added.
236    
237    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
238    
239            * ContentChecker.pm (check_element): Support for |template=""|
240            and |ref=""| attribute (referent element type checking).
241    
242    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
243    
244            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
245            1500) is implemented (except for IDNA part and URI-scheme-specific
246            knowledge).  Line number counting was wrong for LF-only
247            documents.
248    
249    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
250    
251            * HTML.pm.src: Raise an parse error for any disallowed
252            character (HTML5 revision 1263).
253    
254    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
255    
256            * mkentitylist.pl: Support for new HTML5 entity table format (the
257            definition for |AElig;| was missing).
258    
259    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
260    
261            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
262            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
263    
264    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
265    
266            * HTML.pm.src: List of element names that close foreign content
267            insertion mode is added (HTML5 revisions 1412 and 1418).
268    
269    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
270    
271            * HTML.pm.src: Support for |mglyph| and |malignmark|
272            elements (HTML5 revision 1410).
273    
274    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
275    
276            * HTML.pm.src: Support for new long MathML entities (HTML5
277            revision 1406).
278    
279  2008-04-13  Wakaba  <wakaba@suika.fam.cx>  2008-04-13  Wakaba  <wakaba@suika.fam.cx>
280    
281          * HTML.pm.src: CDATA section support for MathML and SVG          * HTML.pm.src: CDATA section support for MathML and SVG

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.263

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24