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

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.180

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24