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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24