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

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.54

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24