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

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.209

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24