/[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.159 by wakaba, Wed Mar 5 02:55:07 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>
153    
154            * HTML.pm.src: Code for the case of |</div>| and so on are revised
155            to align with new spec text (HTML5 revision 1320).
156    
157    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm.src: Remove strange |if| condition; however, it should
160            have had no harm in theory.
161    
162    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm.src (_tree_construction_main): '</p>' in body
165            case is split from other end tags for the preparation
166            of implementing HTML revision 1320.
167    
168    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
171            revision 1320).
172    
173    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
176            and "div" (HTML5 revision 1318).  Add comments to where
177            |form| pointer association codes should be inserted (HTML5 revision
178            1319).
179    
180    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
183    
184    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
185    
186            * HTML.pm.src: Since the case t268 should never be reached (no
187            other token type, there are), it is replaced by a |die| statement.
188    
189  2008-03-05  Wakaba  <wakaba@suika.fam.cx>  2008-03-05  Wakaba  <wakaba@suika.fam.cx>
190    
191          * HTML.pm.src: Typo fixed.          * HTML.pm.src: Typo fixed.

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.195

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24