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

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.202

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24