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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24