/[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.40 by wakaba, Sat Jun 23 07:42:11 2007 UTC revision 1.62 by wakaba, Sun Jul 15 12:41:51 2007 UTC
# Line 1  Line 1 
1    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Charset/: New directory.
4    
5    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
6    
7            * H2H.pm: New Perl module (created from
8            manakai's H2H.dis).
9    
10    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
11    
12            * XMLSerializer.pm: New Perl module (created from
13            manakai's SimpleLS.dis).
14    
15    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm.src: |<!---x-->| was not processed correctly.
18    
19    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm.src: Report correct error message
22            for |<body></div></body>|.
23    
24    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTMLTable.pm: An error description was incorrect.
27    
28    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
29    
30            * ContentChecker.pm: Return |{term}| list.
31    
32    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
35            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
36            and <title> outside of head).
37    
38    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
39    
40            * IMTChecker.pm: Report warning for unregistered
41            and private types/subtypes.
42    
43            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
44            URIChecker.pm, HTMLTable.pm: Error messages are now
45            consistent; they are all listed in
46            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
47    
48    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
49    
50            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
51            is now erred.  |<datalist>| is implemented.
52            Attribute checker for |<command>| and |<menu>| are
53            added.  Support for |contextmenu| global attribute
54            is added.
55    
56    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm.src (_reset_insertion_mode): Interpretation
59            of Step 3 has been changed.
60    
61    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm.src: Late |<html>| parse error is implemented.
64    
65    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
66    
67            * URIChecker.pm (check_iri_reference): A |decode| method name was
68            incorrect.
69    
70            * ContentChecker.pm: Support for the |footer| element.
71            Check URI syntax for space-separated URI attributes.
72            Support for the |tabindex| attribute.  Support
73            for |datetime| attribute.
74    
75    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
78            character references).  HTML5 revision 1.146 (white space
79            characters before root start tag).  HTML5 revision
80            1.148 (named character references in attribute values).
81            HTML5 revision 1.152 (<plaintext>.innerHTML get).
82    
83    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
86            in <head>).
87    
88    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
91            in body).
92    
93            * ContentChecker.pm: HTML5 revision 938 (scoped="").
94    
95    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
98            or RCDATA in fragment parsing mode).  HTML5 revision
99            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
100    
101    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
104            for <pre> and <textarea>).
105    
106    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm.src: HTML5 revision 920 (<isindex>).
109    
110    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
113    
114    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src: HTML5 revision 916 (</body>).
117            HTML5 revision 917 (conforming bare &).
118    
119    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
120    
121            * NanoDOM.pm (manakai_is_html): Setting to false did not work.
122    
123            * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
124            HTML5 revision 915 (<nobr>).
125    
126    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
129            
130            * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
131            New attributes.
132    
133    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
136            in tags).
137    
138  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
139    
140          * .cvsignore: |Entities.html| is added.          * .cvsignore: |Entities.html| is added.

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.62

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24