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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24