/[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.201 by wakaba, Fri Mar 21 10:58:30 2008 UTC revision 1.243 by wakaba, Sat May 24 10:48:57 2008 UTC
# Line 1  Line 1 
1    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Ignore language part of public identifiers for
4            quriks mode detection (HTML5 revision 1679).
5    
6    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
9            revision 1685).
10    
11    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: Support for EOF in new states for tags (HTML5
14            revision 1684).
15    
16    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
19            work (HTML5 revision 1690).
20    
21    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src (_tree_construction_main): Change handling of
24            end tags in head insertion modes (HTML5 revision 1686).
25            (parse_char_string): Bug fix for non-utf8 character string handlings.
26            (parse_char_stream): |ungetc| does not work well for this context.
27    
28    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm.src (parse_byte_string): Redefined to invoke
31            |parse_byte_stream|.
32            (parse_byte_stream): New method.
33    
34    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src (parse_byte_string): Fix the column number reported
37            by encoding layer error reporter.
38    
39    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm.src (parse_byte_string): Use streaming decoder
42            rather than converting the whole byte string and then parsing.
43            Propagate errors in character encoding layer.
44            (get_next_token): Precise error reporting for |bare stago| error.
45    
46    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm.src (parse_char_stream): New method.
49            (parse_char_string): This method is now defined as an invocation
50            of the |parse_char_stream| method.
51    
52    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm.src (parse_byte_string): Report various status
55            of the sniffing as info-level errors.  Support for new
56            decoding framework in parser resestting.
57            (new): Various default error levels were not set.
58    
59    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
62            algorithm, except for the actual sniffing, is implemented
63            with new framework with Message::Charset::Info.
64    
65    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
66    
67            * CacheManifest.pm (_parse): Drop fragment identifiers from
68            URIs in fallback section (HTML5 revision 1596).
69    
70    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
71    
72            * Makefile (Entities.html): URI has changed.
73    
74    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
75    
76            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
77            1553).
78    
79    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
80    
81            * ContentChecker.pm: Noted that those returned in |table| are
82            no longer table elements, but table objects returned
83            by Whatpm::HTMLTable.
84    
85            * HTMLTable.pm (form_table): Return table element node
86            as |$table->{element}|.
87            (assign_header): Support for the |headers=""| attribute.
88    
89    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTMLTable.pm (assign_header): New function; first version
92            with no support for headers="".
93            (form_table): Include table width and height to the returned
94            table object for covenience.  Indexing in column assignement was wrong.
95            Set whether a data cell is empty or not for convenience.
96    
97    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
100    
101    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTMLTable.pm: How table model errors are detected is
104            changed (HTML5 revision 1387).
105    
106    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTMLTable.pm: The algorithm now moves |tfoot| elements
109            to the end of the table (HTML5 revision 1380).
110    
111    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
114            of 1-based (HTML5 revision 1376).
115    
116    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
117    
118            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
119            and "Content-Encoding" no longer prevent sniffing (HTML5
120            revision 1288).
121    
122    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
123    
124            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
125            1282).
126    
127    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
128    
129            * ContentChecker.pm: Support for global attributes.
130            Status of XML specs are added.
131    
132    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
133    
134            * ContentChecker.pm (check_element): Support for |template=""|
135            and |ref=""| attribute (referent element type checking).
136    
137    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
138    
139            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
140            1500) is implemented (except for IDNA part and URI-scheme-specific
141            knowledge).  Line number counting was wrong for LF-only
142            documents.
143    
144    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
145    
146            * HTML.pm.src: Raise an parse error for any disallowed
147            character (HTML5 revision 1263).
148    
149    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
150    
151            * mkentitylist.pl: Support for new HTML5 entity table format (the
152            definition for |AElig;| was missing).
153    
154    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
157            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
158    
159    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
160    
161            * HTML.pm.src: List of element names that close foreign content
162            insertion mode is added (HTML5 revisions 1412 and 1418).
163    
164    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
165    
166            * HTML.pm.src: Support for |mglyph| and |malignmark|
167            elements (HTML5 revision 1410).
168    
169    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm.src: Support for new long MathML entities (HTML5
172            revision 1406).
173    
174    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm.src: CDATA section support for MathML and SVG
177            elements (HTML5 revision 1404 and 1420).
178    
179    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
180    
181            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
182            elements (HTML5 revision 1404).  Unused !!!macro definitions
183            are removed.
184    
185    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
188            are raised is changed (HTML5 revision 1404).
189    
190    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
191    
192            * HTML.pm.src: Category sets that are no longer used are removed.
193    
194    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm.src: The ->[1] property of stack entries are now
197            replaced by constants representing element category.
198    
199    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
200    
201            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
202            for error reporting.  (This is a preparation for using constant
203            value for ->[1].)
204    
205    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
206    
207            * RDFXML.pm: Typo fixed.
208    
209    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
210    
211            * ContentChecker.pm: |fact_level| is now treated
212            as same as |must_level|, i.e. level = |m|.
213            (check_element): Make list of URIs in the DOM.
214    
215    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
216    
217            * RDFXML.pm: Language accessor implemented.
218            Local (null-namespace) attribute support.
219    
220    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
221    
222            * RDFXML.pm: Factored out ID checking code.
223    
224  2008-03-21  Wakaba  <wakaba@suika.fam.cx>  2008-03-21  Wakaba  <wakaba@suika.fam.cx>
225    
226          * RDFXML.pm: TODO items noted.  Validation of ID          * RDFXML.pm: TODO items noted.  Validation of ID

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.243

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24