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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24