/[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.150 by wakaba, Sun Mar 2 11:16:34 2008 UTC revision 1.177 by wakaba, Sun Mar 9 04:08:41 2008 UTC
# Line 1  Line 1 
1    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: No foster parenting for <script> and <script>
4            in non-tainted <table>s (HTML5 revision 1336).
5    
6    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src: Ignore white space characters between <html>
9            and <head> (HTML5 revision 1332).
10    
11    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: Treat <input type=hidden> as if it were a
14            white space (HTML5 revision 1331).
15    
16    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
19            element (HTML5 revision 1330).
20    
21    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src: <title> is always appended to the current
24            element (HTML5 revision 1328).
25    
26    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm.src: White space in tainted tables are moved
29            into foster parents (HTML5 revision 1326).
30    
31    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
34            revision 1321).
35    
36    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm.src: |</h/n/>| case code rearranged to align with
39            the spec (HTML5 revision 1320).  Note that we finally complete
40            all of HTML5 revision 1320 changes.
41    
42    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
45            tags (HTML5 revision 1320).
46    
47    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
50    
51    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm.src: A "generate implied end tags" code (t409.1)
54            could not be reached so that it is now removed (HTML5 revision
55            1320).
56    
57    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm.src: Code for the case of |</div>| and so on are revised
60            to align with new spec text (HTML5 revision 1320).
61    
62    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm.src: Remove strange |if| condition; however, it should
65            have had no harm in theory.
66    
67    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm.src (_tree_construction_main): '</p>' in body
70            case is split from other end tags for the preparation
71            of implementing HTML revision 1320.
72    
73    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
76            revision 1320).
77    
78    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
81            and "div" (HTML5 revision 1318).  Add comments to where
82            |form| pointer association codes should be inserted (HTML5 revision
83            1319).
84    
85    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
88    
89    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm.src: Since the case t268 should never be reached (no
92            other token type, there are), it is replaced by a |die| statement.
93    
94    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm.src: Typo fixed.
97    
98    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm.src (_tree_construction_initial): Some limited quirks
101            doctypes were not uppercased for comparison.
102    
103    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
106            are added.
107    
108    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
111            are set.  Cases that are unlikely reached are noted as so.
112    
113    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm.src: Checkpoints for debugging are added.
116    
117            * mkhtmlparser.pl: Support for |!!!cp| syntax.
118    
119    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
122            for simplicity.
123    
124    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
127            revision 1307).
128    
129    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
132            is set are changed (HTML5 revision 1305).
133    
134    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
137            1292).  Entities are not parsed in comment-like part in RCDATA
138            elements (HTML5 revision 1294).  Allow bare & at the end
139            of attribute value literals (HTML5 revision 1296).  More
140            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
141            between attributes and ban attribute names or unquoted
142            attribute values containing single or double quotes (HTML5
143            revision 1303).
144    
145  2008-03-02  Wakaba  <wakaba@suika.fam.cx>  2008-03-02  Wakaba  <wakaba@suika.fam.cx>
146    
147          * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"          * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.177

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24