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

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.65

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24