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

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.50

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24