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

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.60

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24