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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24