/[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.155 by wakaba, Mon Mar 3 10:20:19 2008 UTC revision 1.205 by wakaba, Sat Mar 22 05:45:36 2008 UTC
# Line 1  Line 1 
1    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
2    
3            * RDFXML.pm: Typo fixed.
4    
5    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
6    
7            * ContentChecker.pm: |fact_level| is now treated
8            as same as |must_level|, i.e. level = |m|.
9            (check_element): Make list of URIs in the DOM.
10    
11    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
12    
13            * RDFXML.pm: Language accessor implemented.
14            Local (null-namespace) attribute support.
15    
16    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
17    
18            * RDFXML.pm: Factored out ID checking code.
19    
20    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
21    
22            * RDFXML.pm: TODO items noted.  Validation of ID
23            and URI attributes is implemented.  Warn if unknown
24            value is used in rdf:parseType="" attribute.
25    
26            * URIChecker.pm (check_rdf_uri_reference): New function.
27    
28    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
29    
30            * RDFXML.pm: bnodeid implemented.  Relative references
31            are now resolved.
32    
33    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
34    
35            * ContentChecker.pm: RDF reification implemented.
36    
37            * RDFXML.pm: undef vs false bug fixed.
38            Reification implemented.
39    
40    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
41    
42            * RDFXML.pm: s/id/ID/ for attribute name.
43            The |node| arguments are added for |ontriple| calls.
44            Too many "attribute not allowed" errors were raised.
45    
46            * ContentChecker.pm: Initial experimental support for rdf:RDF
47            element.
48    
49    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
50    
51            * RDFXML.pm: New module.
52    
53    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm.src (set_inner_html): Line/column number
56            code was old one yet.
57    
58    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
61            errors.  Line/column markings for DOCTYPE, comment, and
62            character tokens are reintroduced; otherwise,
63            error location for "not HTML5" error and errors
64            for implied elements are not attached.
65    
66    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm.src: Set line/column numbers to attributes.
69    
70            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
71            (value): Setter implemented.
72    
73            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
74    
75    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm.src: Unused line/column markings are removed.
78    
79    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
82            flag, which is no longer used.
83    
84    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm.src: Set line/column information to element nodes.
87    
88            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
89            and !!!insert-element-t): Set line/column information to
90            element nodes.
91    
92    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src (_get_next_token): The first "<" character
95            in "<?", "<>", or "</>" should be the error point.
96    
97    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm.src: Some more fixes on error position reporting.
100    
101    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm.src: Token-level precious error reporting.
104    
105    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
106    
107            * HTML.pm.src: Preparation for more precious error point
108            reporting.
109    
110    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm.src: Error type revised.
113    
114    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src: Similar codes are merged together, again.
117    
118    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm.src: Similar codes are merged together.
121    
122    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
123    
124            * mkhtmlparser.pl: Set "level" parameter to parse errors.
125    
126            * HTML.pm.src: Code refined.
127    
128    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm.src: |</body>| treatement has been changed (HTML5
131            revision 1348).  Note that I really don't know this makes
132            any difference in the black-box behavior of the parser.
133    
134    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm.src: New end-of-file token implementation (HTML5
137            revision 1348).
138    
139    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm.src: |applet| support (HTML5 revision 1347).
142    
143    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
146    
147    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm.src: Support for |<input>| in the "in select" insertion
150            mode and support for the "in select in table" insertion mode (HTML5
151            revision 1342).
152    
153    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm.src: No foster parenting for <script> and <script>
156            in non-tainted <table>s (HTML5 revision 1336).
157    
158    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm.src: Ignore white space characters between <html>
161            and <head> (HTML5 revision 1332).
162    
163    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
164    
165            * HTML.pm.src: Treat <input type=hidden> as if it were a
166            white space (HTML5 revision 1331).
167    
168    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
171            element (HTML5 revision 1330).
172    
173    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src: <title> is always appended to the current
176            element (HTML5 revision 1328).
177    
178    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm.src: White space in tainted tables are moved
181            into foster parents (HTML5 revision 1326).
182    
183    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
186            revision 1321).
187    
188    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
189    
190            * HTML.pm.src: |</h/n/>| case code rearranged to align with
191            the spec (HTML5 revision 1320).  Note that we finally complete
192            all of HTML5 revision 1320 changes.
193    
194    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
197            tags (HTML5 revision 1320).
198    
199    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
200    
201            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
202    
203    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
204    
205            * HTML.pm.src: A "generate implied end tags" code (t409.1)
206            could not be reached so that it is now removed (HTML5 revision
207            1320).
208    
209    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
210    
211            * HTML.pm.src: Code for the case of |</div>| and so on are revised
212            to align with new spec text (HTML5 revision 1320).
213    
214    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
215    
216            * HTML.pm.src: Remove strange |if| condition; however, it should
217            have had no harm in theory.
218    
219    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
220    
221            * HTML.pm.src (_tree_construction_main): '</p>' in body
222            case is split from other end tags for the preparation
223            of implementing HTML revision 1320.
224    
225    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
226    
227            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
228            revision 1320).
229    
230    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
231    
232            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
233            and "div" (HTML5 revision 1318).  Add comments to where
234            |form| pointer association codes should be inserted (HTML5 revision
235            1319).
236    
237    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
238    
239            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
240    
241    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
242    
243            * HTML.pm.src: Since the case t268 should never be reached (no
244            other token type, there are), it is replaced by a |die| statement.
245    
246    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
247    
248            * HTML.pm.src: Typo fixed.
249    
250    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm.src (_tree_construction_initial): Some limited quirks
253            doctypes were not uppercased for comparison.
254    
255    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
258            are added.
259    
260    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
261    
262            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
263            are set.  Cases that are unlikely reached are noted as so.
264    
265  2008-03-03  Wakaba  <wakaba@suika.fam.cx>  2008-03-03  Wakaba  <wakaba@suika.fam.cx>
266    
267          * HTML.pm.src: Checkpoints for debugging are added.          * HTML.pm.src: Checkpoints for debugging are added.

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.205

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24