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

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.64

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24