/[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.45 by wakaba, Sat Jun 23 14:34:39 2007 UTC revision 1.87 by wakaba, Sat Aug 4 13:23:36 2007 UTC
# Line 1  Line 1 
1    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm: HTML |time| element is implemented.
4    
5            * HTMLTable.pm: Comments are updated as HTML5 is revised.
6    
7    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
8    
9            * ContentChecker.pm (check_document): Return value
10            even if no document element is found.
11    
12    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm.src: |$in_body| is no longer a function.
15    
16    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: The |$in_body| code has been moved down.
19    
20    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm.src: The "trailing end" insertion mode
23            is split into "after html body" and "after html frameset"
24            insertion modes.  Their codes are merged with "after body"
25            and "after frameset" codes.  |$previous_insertion_mode|
26            has been removed.  "after frameset" code is
27            merged with "in frameset" code.
28    
29    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm.src: The "before head" insertion mode is
32            merged with the "in head" insertion mode.
33    
34    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src: Cases in "in head" insertion mode are
37            reorganized.
38    
39    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm.src: Some cases in "in table" insertion mode
42            are merged.
43    
44    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm.src: The "in row" insertion mode is merged
47            with "in table" insertion mode.
48    
49    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm.src: The "in table" and "in table body" insertion
52            modes are merged.
53    
54    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src: There is no "in table head" or "in table foot"
57            insertion mode!
58    
59    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
62            now directly invoke the handler.
63    
64    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src: Codes for "in cell" insertion mode
67            is merged to the "in body" insertion mode code.
68    
69    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src: Codes for "in body" and "in caption"
72            insertion modes are merged.
73    
74    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src: Two |!!!next-token|s were missing.
77    
78    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm.src: Use numeric constant for |{content_mode}|
81            instead of string constant for |{content_model_flag}|.
82    
83    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm.src: Add the name of the attribute
86            to the "duplicate attribute" error.
87    
88    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.pm: Return the |class| node list.
91    
92    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentChecker.pm: Return the |id| node list.
95    
96            * HTML.pm.src: A typo is fixed.
97    
98    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
99    
100            * ContentChecker.pm: Drop wrong |level => 'error'| specification
101            from "in HTML:xml:lang" error.  Character position
102            is now the last part of the error type in the URI error
103            description.  Report "unsupported" status for language
104            tags, media queries, script codes, and style sheets.
105    
106    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
107    
108            * ContentChecker.pm: Report error if |xml:lang|
109            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
110            in XML.
111    
112            * NanoDOM.pm (Attr.owner_document): New attribute.
113    
114    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src: The character immediately following
117            a bare |hcro| was discarded.  Fix handling of
118            entity references in attribute values.
119    
120    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm.src (main and trailin end phases): Token
123            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
124            factored out.  Error types |in html:#DOCTYPE|
125            and |after html:#DOCTYPE| are merged
126            into |DOCTYPE in the middle|.  |</frameset>|
127            in fragment parsing mode changed the
128            insertion mode.
129    
130    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm.src: |$phase| has been removed; The |trailing end|
133            phase is now an insertion mode.  Treatments for white
134            space character tokens were incorrect for some
135            insertion modes.  An old |meta| case was not removed.
136    
137    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm.src: |meta| charset declaration extraction
140            implemented (but changing the encoding is not yet:-).
141    
142    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
143    
144            * Charset/: New directory.
145    
146    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
147    
148            * H2H.pm: New Perl module (created from
149            manakai's H2H.dis).
150    
151    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
152    
153            * XMLSerializer.pm: New Perl module (created from
154            manakai's SimpleLS.dis).
155    
156    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm.src: |<!---x-->| was not processed correctly.
159    
160    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML.pm.src: Report correct error message
163            for |<body></div></body>|.
164    
165    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTMLTable.pm: An error description was incorrect.
168    
169    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
170    
171            * ContentChecker.pm: Return |{term}| list.
172    
173    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
176            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
177            and <title> outside of head).
178    
179    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
180    
181            * IMTChecker.pm: Report warning for unregistered
182            and private types/subtypes.
183    
184            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
185            URIChecker.pm, HTMLTable.pm: Error messages are now
186            consistent; they are all listed in
187            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
188    
189    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
190    
191            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
192            is now erred.  |<datalist>| is implemented.
193            Attribute checker for |<command>| and |<menu>| are
194            added.  Support for |contextmenu| global attribute
195            is added.
196    
197    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTML.pm.src (_reset_insertion_mode): Interpretation
200            of Step 3 has been changed.
201    
202    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTML.pm.src: Late |<html>| parse error is implemented.
205    
206    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
207    
208            * URIChecker.pm (check_iri_reference): A |decode| method name was
209            incorrect.
210    
211            * ContentChecker.pm: Support for the |footer| element.
212            Check URI syntax for space-separated URI attributes.
213            Support for the |tabindex| attribute.  Support
214            for |datetime| attribute.
215    
216    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
217    
218            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
219            character references).  HTML5 revision 1.146 (white space
220            characters before root start tag).  HTML5 revision
221            1.148 (named character references in attribute values).
222            HTML5 revision 1.152 (<plaintext>.innerHTML get).
223    
224    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
227            in <head>).
228    
229    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
230    
231            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
232            in body).
233    
234            * ContentChecker.pm: HTML5 revision 938 (scoped="").
235    
236    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
237    
238            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
239            or RCDATA in fragment parsing mode).  HTML5 revision
240            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
241    
242    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
243    
244            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
245            for <pre> and <textarea>).
246    
247    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
248    
249            * HTML.pm.src: HTML5 revision 920 (<isindex>).
250    
251  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
252    
253          * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).          * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.87

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24