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

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.52

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24