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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24