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

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.51

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24