/[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.29 by wakaba, Sun May 27 10:28:01 2007 UTC revision 1.52 by wakaba, Mon Jun 25 00:14:39 2007 UTC
# Line 1  Line 1 
1    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Late |<html>| parse error is implemented.
4    
5    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
6    
7            * URIChecker.pm (check_iri_reference): A |decode| method name was
8            incorrect.
9    
10            * ContentChecker.pm: Support for the |footer| element.
11            Check URI syntax for space-separated URI attributes.
12            Support for the |tabindex| attribute.  Support
13            for |datetime| attribute.
14    
15    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
18            character references).  HTML5 revision 1.146 (white space
19            characters before root start tag).  HTML5 revision
20            1.148 (named character references in attribute values).
21            HTML5 revision 1.152 (<plaintext>.innerHTML get).
22    
23    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
26            in <head>).
27    
28    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
31            in body).
32    
33            * ContentChecker.pm: HTML5 revision 938 (scoped="").
34    
35    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
38            or RCDATA in fragment parsing mode).  HTML5 revision
39            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
40    
41    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
44            for <pre> and <textarea>).
45    
46    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm.src: HTML5 revision 920 (<isindex>).
49    
50    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
53    
54    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src: HTML5 revision 916 (</body>).
57            HTML5 revision 917 (conforming bare &).
58    
59    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
60    
61            * NanoDOM.pm (manakai_is_html): Setting to false did not work.
62    
63            * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
64            HTML5 revision 915 (<nobr>).
65    
66    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
69            
70            * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
71            New attributes.
72    
73    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
76            in tags).
77    
78    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
79    
80            * .cvsignore: |Entities.html| is added.
81    
82            * HTML.pm.src: |$entity_char| is removed and
83            requires |Whatpm::_NamedEntityList| instead.
84            HTML5 revision 898 (refc), except that lack of refc
85            is parse error.
86    
87            * mkentitylist.pl: New script.
88    
89            * Makefile (all): |_NamedEntityList.pm| is added.
90            (_NamedEntityList.pm, Entities.html): New rules.
91    
92    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src: Parse errors immediately after U+000D
95            were ignored and U+000D immediately following another
96            U+000D was not converted to U+000A.
97    
98    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt
101            nodes before appended).  Parser was not ready for NULL
102            parse error and escape flag.
103    
104            * NanoDOM.pm (adopt_node): New.
105    
106    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm.src: HTML5 revision 886 (insane comment in
109            CDATA and RCDATA).  Note that current implementation
110            is simply repeating what the spec says and it is maybe not
111            a best way to do it.
112    
113    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm.src: HTML5 revision 884 (</form> don't close
116            the form element if a descendant element without implied end tag has
117            still been open).
118    
119    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
120    
121            * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with
122            space characters non-conforming).
123    
124    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm.src: An error message was incorrect.
127            HTML5 revision 869 (C1 character references).
128            
129    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm.src: HTML5 revision 867 (a LF at the beginning of
132            a |textarea| is removed).
133    
134    2007-06-05  Wakaba  <wakaba@suika.fam.cx>
135    
136            * NanoDOM.pm (get_attribute_node_ns): New method.
137    
138            * ContentChecker.pm: |script| |async| and |defer|
139            no longer require |src|.  |async| MUST NOT be
140            specified if |defer|.  (HTML5 revision 858).
141    
142    2007-05-30  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm.src: |<form><form>| went to inifinite loop.
145    
146    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
147    
148            * ContentChecker.pm (html): Set |is_root| (allowed
149            as a document element) flag on.
150            (new): Removed.
151            (check_document): New method.
152    
153  2007-05-27  Wakaba  <wakaba@suika.fam.cx>  2007-05-27  Wakaba  <wakaba@suika.fam.cx>
154    
155          * ContentChecker.pm (thead, tfoot): Checker specifications          * ContentChecker.pm (thead, tfoot): Checker specifications

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.52

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24