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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.45

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24