/[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.132 by wakaba, Sun Feb 10 04:09:57 2008 UTC revision 1.182 by wakaba, Sun Mar 9 10:49:13 2008 UTC
# Line 1  Line 1 
1    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: |</body>| treatement has been changed (HTML5
4            revision 1348).  Note that I really don't know this makes
5            any difference in the black-box behavior of the parser.
6    
7    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm.src: New end-of-file token implementation (HTML5
10            revision 1348).
11    
12    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm.src: |applet| support (HTML5 revision 1347).
15    
16    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
19    
20    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm.src: Support for |<input>| in the "in select" insertion
23            mode and support for the "in select in table" insertion mode (HTML5
24            revision 1342).
25    
26    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm.src: No foster parenting for <script> and <script>
29            in non-tainted <table>s (HTML5 revision 1336).
30    
31    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: Ignore white space characters between <html>
34            and <head> (HTML5 revision 1332).
35    
36    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm.src: Treat <input type=hidden> as if it were a
39            white space (HTML5 revision 1331).
40    
41    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
44            element (HTML5 revision 1330).
45    
46    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm.src: <title> is always appended to the current
49            element (HTML5 revision 1328).
50    
51    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm.src: White space in tainted tables are moved
54            into foster parents (HTML5 revision 1326).
55    
56    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
59            revision 1321).
60    
61    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm.src: |</h/n/>| case code rearranged to align with
64            the spec (HTML5 revision 1320).  Note that we finally complete
65            all of HTML5 revision 1320 changes.
66    
67    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
70            tags (HTML5 revision 1320).
71    
72    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
75    
76    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm.src: A "generate implied end tags" code (t409.1)
79            could not be reached so that it is now removed (HTML5 revision
80            1320).
81    
82    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: Code for the case of |</div>| and so on are revised
85            to align with new spec text (HTML5 revision 1320).
86    
87    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML.pm.src: Remove strange |if| condition; however, it should
90            have had no harm in theory.
91    
92    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src (_tree_construction_main): '</p>' in body
95            case is split from other end tags for the preparation
96            of implementing HTML revision 1320.
97    
98    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
101            revision 1320).
102    
103    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
106            and "div" (HTML5 revision 1318).  Add comments to where
107            |form| pointer association codes should be inserted (HTML5 revision
108            1319).
109    
110    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
113    
114    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src: Since the case t268 should never be reached (no
117            other token type, there are), it is replaced by a |die| statement.
118    
119    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm.src: Typo fixed.
122    
123    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm.src (_tree_construction_initial): Some limited quirks
126            doctypes were not uppercased for comparison.
127    
128    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
131            are added.
132    
133    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
136            are set.  Cases that are unlikely reached are noted as so.
137    
138    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
139    
140            * HTML.pm.src: Checkpoints for debugging are added.
141    
142            * mkhtmlparser.pl: Support for |!!!cp| syntax.
143    
144    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
145    
146            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
147            for simplicity.
148    
149    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
150    
151            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
152            revision 1307).
153    
154    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
157            is set are changed (HTML5 revision 1305).
158    
159    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
160    
161            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
162            1292).  Entities are not parsed in comment-like part in RCDATA
163            elements (HTML5 revision 1294).  Allow bare & at the end
164            of attribute value literals (HTML5 revision 1296).  More
165            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
166            between attributes and ban attribute names or unquoted
167            attribute values containing single or double quotes (HTML5
168            revision 1303).
169    
170    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
171    
172            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
173            and related errors unless it is an HTML document (though the spec
174            is unclear on whether it is applied to XHTML document).
175    
176            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
177            are added.
178    
179    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
180    
181            * HTML.pm.src: s/local_name/manakai_local_name/g.
182    
183    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
184    
185            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
186    
187            * HTML.pm.src: |charset| in |content| attribute is
188            case-insensitive (HTML5 revision 1270).
189    
190    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
191    
192            * ContentChecker.pm: New status constants are added.
193            ($ElementDefault): |status| added.
194            (check_element): Err for non-standard or deprecated elements.
195            (_attr_status_info): For non-standard or deprecated attributes.
196    
197    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
198    
199            * ContentChecker.pm (_attr_status_info): New internal method.
200    
201    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
202    
203            * ContentChecker.pm (check_element): Element standardized
204            status information is now dispatched.
205    
206    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
207    
208            * ContentChecker.pm (check_element): Fix |del|-and-significant
209            problem by adding some more arguments.
210    
211    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
212    
213            * ContentChecker.pm (check_element): Use context of
214            container-for-the-purpose-of-content-model element (not transparent
215            element) for |check_child_element| calling and significant
216            text flag marking.  This reintroduces |<del>|-and-significant
217            problem again.
218    
219    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
220    
221            * ContentChecker.pm (check_element): Make semi-transparent
222            elements ignored for the purpose of phase changes in
223            content model checking.
224    
225    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
226    
227            * ContentChecker.pm (check_element): In-element state
228            was not properly managed for transparent cases.
229    
230    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
231    
232            * ContentChecker.pm (check_element): Support for |video|
233            and |audio| as semi-transparent elements.
234    
235    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
236    
237            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
238            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
239            Support for |html:object| as a semi-transparent element.
240    
241    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
242    
243            * ContentChecker.pm (check_element): The way to traverse
244            the tree is entirely revised to make it easier to track
245            the state of ancestors/descendants.  As a result of this
246            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
247            support for content model checking for HTML elements |figure|,
248            |object|, |video|, and |audio| and checking for XML elements (and
249            some XMLNS checkings) are dropped for now.  They will be
250            reimplemented in due cource.
251    
252    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
253    
254            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
255            token (HTML5 revision 1225).
256    
257    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
258    
259            * ContentChecker.pm ({unsupported_level}): New value.
260    
261            * HTML.pm.src: Save whether |meta| |content| attribute
262            contains character references or not.
263    
264    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
265    
266            * ContentChecker.pm (_get_children): (Incompleted) attempt to
267            imlement significant content checking for contents
268            with |del| elements.
269    
270    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
271    
272            * ContenteChecker.pm ($HTMLTransparentElements): More
273            elements are added.
274            (_get_children): HTML |object| elements are now semi-transparent.
275    
276            * NanoDOM.pm (manakai_html, manakai_head): New methods.
277    
278    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
279    
280            * CacheManifest.pm: HTML5 revision 1211 implemented.
281    
282            * CacheManifest.pod: Updated.
283    
284  2008-02-10  Wakaba  <wakaba@suika.fam.cx>  2008-02-10  Wakaba  <wakaba@suika.fam.cx>
285    
286          * ContentChecker.pm (check_document, check_element): Support          * ContentChecker.pm (check_document, check_element): Support

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.182

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24