/[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.27 by wakaba, Sat May 26 16:33:53 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>  2007-05-27  Wakaba  <wakaba@suika.fam.cx>
140    
141          * HTMLTable.pm: New module.          * HTMLTable.pm: New module.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24