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

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.56

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24