/[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.178 by wakaba, Sun Mar 9 05:12:04 2008 UTC revision 1.235 by wakaba, Sat May 17 07:31:49 2008 UTC
# Line 1  Line 1 
1    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src (parse_char_stream): New method.
4            (parse_char_string): This method is now defined as an invocation
5            of the |parse_char_stream| method.
6    
7    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm.src (parse_byte_string): Report various status
10            of the sniffing as info-level errors.  Support for new
11            decoding framework in parser resestting.
12            (new): Various default error levels were not set.
13    
14    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
17            algorithm, except for the actual sniffing, is implemented
18            with new framework with Message::Charset::Info.
19    
20    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
21    
22            * CacheManifest.pm (_parse): Drop fragment identifiers from
23            URIs in fallback section (HTML5 revision 1596).
24    
25    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
26    
27            * Makefile (Entities.html): URI has changed.
28    
29    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
30    
31            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
32            1553).
33    
34    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
35    
36            * ContentChecker.pm: Noted that those returned in |table| are
37            no longer table elements, but table objects returned
38            by Whatpm::HTMLTable.
39    
40            * HTMLTable.pm (form_table): Return table element node
41            as |$table->{element}|.
42            (assign_header): Support for the |headers=""| attribute.
43    
44    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTMLTable.pm (assign_header): New function; first version
47            with no support for headers="".
48            (form_table): Include table width and height to the returned
49            table object for covenience.  Indexing in column assignement was wrong.
50            Set whether a data cell is empty or not for convenience.
51    
52    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
55    
56    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTMLTable.pm: How table model errors are detected is
59            changed (HTML5 revision 1387).
60    
61    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTMLTable.pm: The algorithm now moves |tfoot| elements
64            to the end of the table (HTML5 revision 1380).
65    
66    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
69            of 1-based (HTML5 revision 1376).
70    
71    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
72    
73            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
74            and "Content-Encoding" no longer prevent sniffing (HTML5
75            revision 1288).
76    
77    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
78    
79            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
80            1282).
81    
82    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
83    
84            * ContentChecker.pm: Support for global attributes.
85            Status of XML specs are added.
86    
87    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
88    
89            * ContentChecker.pm (check_element): Support for |template=""|
90            and |ref=""| attribute (referent element type checking).
91    
92    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
93    
94            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
95            1500) is implemented (except for IDNA part and URI-scheme-specific
96            knowledge).  Line number counting was wrong for LF-only
97            documents.
98    
99    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm.src: Raise an parse error for any disallowed
102            character (HTML5 revision 1263).
103    
104    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
105    
106            * mkentitylist.pl: Support for new HTML5 entity table format (the
107            definition for |AElig;| was missing).
108    
109    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
112            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
113    
114    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src: List of element names that close foreign content
117            insertion mode is added (HTML5 revisions 1412 and 1418).
118    
119    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm.src: Support for |mglyph| and |malignmark|
122            elements (HTML5 revision 1410).
123    
124    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm.src: Support for new long MathML entities (HTML5
127            revision 1406).
128    
129    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm.src: CDATA section support for MathML and SVG
132            elements (HTML5 revision 1404 and 1420).
133    
134    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
137            elements (HTML5 revision 1404).  Unused !!!macro definitions
138            are removed.
139    
140    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
141    
142            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
143            are raised is changed (HTML5 revision 1404).
144    
145    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
146    
147            * HTML.pm.src: Category sets that are no longer used are removed.
148    
149    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
150    
151            * HTML.pm.src: The ->[1] property of stack entries are now
152            replaced by constants representing element category.
153    
154    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
157            for error reporting.  (This is a preparation for using constant
158            value for ->[1].)
159    
160    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
161    
162            * RDFXML.pm: Typo fixed.
163    
164    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
165    
166            * ContentChecker.pm: |fact_level| is now treated
167            as same as |must_level|, i.e. level = |m|.
168            (check_element): Make list of URIs in the DOM.
169    
170    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
171    
172            * RDFXML.pm: Language accessor implemented.
173            Local (null-namespace) attribute support.
174    
175    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
176    
177            * RDFXML.pm: Factored out ID checking code.
178    
179    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
180    
181            * RDFXML.pm: TODO items noted.  Validation of ID
182            and URI attributes is implemented.  Warn if unknown
183            value is used in rdf:parseType="" attribute.
184    
185            * URIChecker.pm (check_rdf_uri_reference): New function.
186    
187    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
188    
189            * RDFXML.pm: bnodeid implemented.  Relative references
190            are now resolved.
191    
192    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
193    
194            * ContentChecker.pm: RDF reification implemented.
195    
196            * RDFXML.pm: undef vs false bug fixed.
197            Reification implemented.
198    
199    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
200    
201            * RDFXML.pm: s/id/ID/ for attribute name.
202            The |node| arguments are added for |ontriple| calls.
203            Too many "attribute not allowed" errors were raised.
204    
205            * ContentChecker.pm: Initial experimental support for rdf:RDF
206            element.
207    
208    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
209    
210            * RDFXML.pm: New module.
211    
212    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
213    
214            * HTML.pm.src (set_inner_html): Line/column number
215            code was old one yet.
216    
217    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
218    
219            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
220            errors.  Line/column markings for DOCTYPE, comment, and
221            character tokens are reintroduced; otherwise,
222            error location for "not HTML5" error and errors
223            for implied elements are not attached.
224    
225    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
226    
227            * HTML.pm.src: Set line/column numbers to attributes.
228    
229            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
230            (value): Setter implemented.
231    
232            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
233    
234    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
235    
236            * HTML.pm.src: Unused line/column markings are removed.
237    
238    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
239    
240            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
241            flag, which is no longer used.
242    
243    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
244    
245            * HTML.pm.src: Set line/column information to element nodes.
246    
247            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
248            and !!!insert-element-t): Set line/column information to
249            element nodes.
250    
251    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
252    
253            * HTML.pm.src (_get_next_token): The first "<" character
254            in "<?", "<>", or "</>" should be the error point.
255    
256    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
257    
258            * HTML.pm.src: Some more fixes on error position reporting.
259    
260    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
261    
262            * HTML.pm.src: Token-level precious error reporting.
263    
264    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
265    
266            * HTML.pm.src: Preparation for more precious error point
267            reporting.
268    
269    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
270    
271            * HTML.pm.src: Error type revised.
272    
273    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
274    
275            * HTML.pm.src: Similar codes are merged together, again.
276    
277    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
278    
279            * HTML.pm.src: Similar codes are merged together.
280    
281    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
282    
283            * mkhtmlparser.pl: Set "level" parameter to parse errors.
284    
285            * HTML.pm.src: Code refined.
286    
287    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
288    
289            * HTML.pm.src: |</body>| treatement has been changed (HTML5
290            revision 1348).  Note that I really don't know this makes
291            any difference in the black-box behavior of the parser.
292    
293    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
294    
295            * HTML.pm.src: New end-of-file token implementation (HTML5
296            revision 1348).
297    
298    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
299    
300            * HTML.pm.src: |applet| support (HTML5 revision 1347).
301    
302    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
303    
304            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
305    
306  2008-03-09  Wakaba  <wakaba@suika.fam.cx>  2008-03-09  Wakaba  <wakaba@suika.fam.cx>
307    
308          * HTML.pm.src: Support for |<input>| in the "in select" insertion          * HTML.pm.src: Support for |<input>| in the "in select" insertion

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.235

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24