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

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.40

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24