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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24