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

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.48

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24