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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24