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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24