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

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.54

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24