/[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.142 by wakaba, Sat Feb 23 15:28:45 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>
149    
150            * HTML.pm.src: Checkpoints for debugging are added.
151    
152            * mkhtmlparser.pl: Support for |!!!cp| syntax.
153    
154    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
157            for simplicity.
158    
159    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
160    
161            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
162            revision 1307).
163    
164    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
165    
166            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
167            is set are changed (HTML5 revision 1305).
168    
169    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
172            1292).  Entities are not parsed in comment-like part in RCDATA
173            elements (HTML5 revision 1294).  Allow bare & at the end
174            of attribute value literals (HTML5 revision 1296).  More
175            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
176            between attributes and ban attribute names or unquoted
177            attribute values containing single or double quotes (HTML5
178            revision 1303).
179    
180    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
181    
182            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
183            and related errors unless it is an HTML document (though the spec
184            is unclear on whether it is applied to XHTML document).
185    
186            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
187            are added.
188    
189    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
190    
191            * HTML.pm.src: s/local_name/manakai_local_name/g.
192    
193    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
194    
195            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
196    
197            * HTML.pm.src: |charset| in |content| attribute is
198            case-insensitive (HTML5 revision 1270).
199    
200    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
201    
202            * ContentChecker.pm: New status constants are added.
203            ($ElementDefault): |status| added.
204            (check_element): Err for non-standard or deprecated elements.
205            (_attr_status_info): For non-standard or deprecated attributes.
206    
207    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
208    
209            * ContentChecker.pm (_attr_status_info): New internal method.
210    
211    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
212    
213            * ContentChecker.pm (check_element): Element standardized
214            status information is now dispatched.
215    
216    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
217    
218            * ContentChecker.pm (check_element): Fix |del|-and-significant
219            problem by adding some more arguments.
220    
221    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
222    
223            * ContentChecker.pm (check_element): Use context of
224            container-for-the-purpose-of-content-model element (not transparent
225            element) for |check_child_element| calling and significant
226            text flag marking.  This reintroduces |<del>|-and-significant
227            problem again.
228    
229  2008-02-24  Wakaba  <wakaba@suika.fam.cx>  2008-02-24  Wakaba  <wakaba@suika.fam.cx>
230    
231          * ContentChecker.pm (check_element): Make semi-transparent          * ContentChecker.pm (check_element): Make semi-transparent

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24