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

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.178

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24