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

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.57

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24