/[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.27 by wakaba, Sat May 26 16:33:53 2007 UTC revision 1.61 by wakaba, Sun Jul 15 07:52:01 2007 UTC
# Line 1  Line 1 
1    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * H2H.pm: New Perl module (created from
4            manakai's H2H.dis).
5    
6    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
7    
8            * XMLSerializer.pm: New Perl module (created from
9            manakai's SimpleLS.dis).
10    
11    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: |<!---x-->| was not processed correctly.
14    
15    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm.src: Report correct error message
18            for |<body></div></body>|.
19    
20    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTMLTable.pm: An error description was incorrect.
23    
24    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
25    
26            * ContentChecker.pm: Return |{term}| list.
27    
28    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
31            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
32            and <title> outside of head).
33    
34    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
35    
36            * IMTChecker.pm: Report warning for unregistered
37            and private types/subtypes.
38    
39            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
40            URIChecker.pm, HTMLTable.pm: Error messages are now
41            consistent; they are all listed in
42            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
43    
44    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
45    
46            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
47            is now erred.  |<datalist>| is implemented.
48            Attribute checker for |<command>| and |<menu>| are
49            added.  Support for |contextmenu| global attribute
50            is added.
51    
52    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm.src (_reset_insertion_mode): Interpretation
55            of Step 3 has been changed.
56    
57    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm.src: Late |<html>| parse error is implemented.
60    
61    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
62    
63            * URIChecker.pm (check_iri_reference): A |decode| method name was
64            incorrect.
65    
66            * ContentChecker.pm: Support for the |footer| element.
67            Check URI syntax for space-separated URI attributes.
68            Support for the |tabindex| attribute.  Support
69            for |datetime| attribute.
70    
71    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
74            character references).  HTML5 revision 1.146 (white space
75            characters before root start tag).  HTML5 revision
76            1.148 (named character references in attribute values).
77            HTML5 revision 1.152 (<plaintext>.innerHTML get).
78    
79    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
82            in <head>).
83    
84    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
87            in body).
88    
89            * ContentChecker.pm: HTML5 revision 938 (scoped="").
90    
91    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
92    
93            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
94            or RCDATA in fragment parsing mode).  HTML5 revision
95            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
96    
97    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
100            for <pre> and <textarea>).
101    
102    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm.src: HTML5 revision 920 (<isindex>).
105    
106    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
109    
110    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm.src: HTML5 revision 916 (</body>).
113            HTML5 revision 917 (conforming bare &).
114    
115    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
116    
117            * NanoDOM.pm (manakai_is_html): Setting to false did not work.
118    
119            * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
120            HTML5 revision 915 (<nobr>).
121    
122    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
125            
126            * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
127            New attributes.
128    
129    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
132            in tags).
133    
134    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
135    
136            * .cvsignore: |Entities.html| is added.
137    
138            * HTML.pm.src: |$entity_char| is removed and
139            requires |Whatpm::_NamedEntityList| instead.
140            HTML5 revision 898 (refc), except that lack of refc
141            is parse error.
142    
143            * mkentitylist.pl: New script.
144    
145            * Makefile (all): |_NamedEntityList.pm| is added.
146            (_NamedEntityList.pm, Entities.html): New rules.
147    
148    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm.src: Parse errors immediately after U+000D
151            were ignored and U+000D immediately following another
152            U+000D was not converted to U+000A.
153    
154    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt
157            nodes before appended).  Parser was not ready for NULL
158            parse error and escape flag.
159    
160            * NanoDOM.pm (adopt_node): New.
161    
162    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm.src: HTML5 revision 886 (insane comment in
165            CDATA and RCDATA).  Note that current implementation
166            is simply repeating what the spec says and it is maybe not
167            a best way to do it.
168    
169    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm.src: HTML5 revision 884 (</form> don't close
172            the form element if a descendant element without implied end tag has
173            still been open).
174    
175    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
176    
177            * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with
178            space characters non-conforming).
179    
180    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm.src: An error message was incorrect.
183            HTML5 revision 869 (C1 character references).
184            
185    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm.src: HTML5 revision 867 (a LF at the beginning of
188            a |textarea| is removed).
189    
190    2007-06-05  Wakaba  <wakaba@suika.fam.cx>
191    
192            * NanoDOM.pm (get_attribute_node_ns): New method.
193    
194            * ContentChecker.pm: |script| |async| and |defer|
195            no longer require |src|.  |async| MUST NOT be
196            specified if |defer|.  (HTML5 revision 858).
197    
198    2007-05-30  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm.src: |<form><form>| went to inifinite loop.
201    
202    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
203    
204            * ContentChecker.pm (html): Set |is_root| (allowed
205            as a document element) flag on.
206            (new): Removed.
207            (check_document): New method.
208    
209    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
210    
211            * ContentChecker.pm (thead, tfoot): Checker specifications
212            were incorrect.
213    
214    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
215    
216            * ContentChecker.pm ($HTMLURIAttrChecker): Include
217            error position in the |type| option of the error.
218    
219            * HTMLTable.pm (form_table): The |$onerror| parameter
220            is now optional.  Some bugs are fixed.
221    
222  2007-05-27  Wakaba  <wakaba@suika.fam.cx>  2007-05-27  Wakaba  <wakaba@suika.fam.cx>
223    
224          * HTMLTable.pm: New module.          * HTMLTable.pm: New module.

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.61

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24