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

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.203

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24