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

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.50

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24