/[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.157 by wakaba, Mon Mar 3 13:15:54 2008 UTC revision 1.189 by wakaba, Sun Mar 16 11:40:19 2008 UTC
# Line 1  Line 1 
1    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Some more fixes on error position reporting.
4    
5    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm.src: Token-level precious error reporting.
8    
9    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
10    
11            * HTML.pm.src: Preparation for more precious error point
12            reporting.
13    
14    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm.src: Error type revised.
17    
18    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
19    
20            * HTML.pm.src: Similar codes are merged together, again.
21    
22    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm.src: Similar codes are merged together.
25    
26    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
27    
28            * mkhtmlparser.pl: Set "level" parameter to parse errors.
29    
30            * HTML.pm.src: Code refined.
31    
32    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm.src: |</body>| treatement has been changed (HTML5
35            revision 1348).  Note that I really don't know this makes
36            any difference in the black-box behavior of the parser.
37    
38    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm.src: New end-of-file token implementation (HTML5
41            revision 1348).
42    
43    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm.src: |applet| support (HTML5 revision 1347).
46    
47    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
50    
51    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm.src: Support for |<input>| in the "in select" insertion
54            mode and support for the "in select in table" insertion mode (HTML5
55            revision 1342).
56    
57    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm.src: No foster parenting for <script> and <script>
60            in non-tainted <table>s (HTML5 revision 1336).
61    
62    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm.src: Ignore white space characters between <html>
65            and <head> (HTML5 revision 1332).
66    
67    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm.src: Treat <input type=hidden> as if it were a
70            white space (HTML5 revision 1331).
71    
72    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
75            element (HTML5 revision 1330).
76    
77    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
78    
79            * HTML.pm.src: <title> is always appended to the current
80            element (HTML5 revision 1328).
81    
82    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: White space in tainted tables are moved
85            into foster parents (HTML5 revision 1326).
86    
87    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
90            revision 1321).
91    
92    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src: |</h/n/>| case code rearranged to align with
95            the spec (HTML5 revision 1320).  Note that we finally complete
96            all of HTML5 revision 1320 changes.
97    
98    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
101            tags (HTML5 revision 1320).
102    
103    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
106    
107    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm.src: A "generate implied end tags" code (t409.1)
110            could not be reached so that it is now removed (HTML5 revision
111            1320).
112    
113    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm.src: Code for the case of |</div>| and so on are revised
116            to align with new spec text (HTML5 revision 1320).
117    
118    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm.src: Remove strange |if| condition; however, it should
121            have had no harm in theory.
122    
123    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm.src (_tree_construction_main): '</p>' in body
126            case is split from other end tags for the preparation
127            of implementing HTML revision 1320.
128    
129    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
132            revision 1320).
133    
134    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
137            and "div" (HTML5 revision 1318).  Add comments to where
138            |form| pointer association codes should be inserted (HTML5 revision
139            1319).
140    
141    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
142    
143            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
144    
145    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
146    
147            * HTML.pm.src: Since the case t268 should never be reached (no
148            other token type, there are), it is replaced by a |die| statement.
149    
150    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
151    
152            * HTML.pm.src: Typo fixed.
153    
154    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src (_tree_construction_initial): Some limited quirks
157            doctypes were not uppercased for comparison.
158    
159  2008-03-03  Wakaba  <wakaba@suika.fam.cx>  2008-03-03  Wakaba  <wakaba@suika.fam.cx>
160    
161          * HTML.pm.src (tree construction and set_inner_html): Checkpoints          * HTML.pm.src (tree construction and set_inner_html): Checkpoints

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.189

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24