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

Legend:
Removed from v.1.169  
changed lines
  Added in v.1.196

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24