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

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.184

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24