/[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.57 by wakaba, Sun Jul 1 04:46:48 2007 UTC revision 1.87 by wakaba, Sat Aug 4 13:23:36 2007 UTC
# Line 1  Line 1 
1    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm: HTML |time| element is implemented.
4    
5            * HTMLTable.pm: Comments are updated as HTML5 is revised.
6    
7    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
8    
9            * ContentChecker.pm (check_document): Return value
10            even if no document element is found.
11    
12    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm.src: |$in_body| is no longer a function.
15    
16    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: The |$in_body| code has been moved down.
19    
20    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm.src: The "trailing end" insertion mode
23            is split into "after html body" and "after html frameset"
24            insertion modes.  Their codes are merged with "after body"
25            and "after frameset" codes.  |$previous_insertion_mode|
26            has been removed.  "after frameset" code is
27            merged with "in frameset" code.
28    
29    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm.src: The "before head" insertion mode is
32            merged with the "in head" insertion mode.
33    
34    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src: Cases in "in head" insertion mode are
37            reorganized.
38    
39    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm.src: Some cases in "in table" insertion mode
42            are merged.
43    
44    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm.src: The "in row" insertion mode is merged
47            with "in table" insertion mode.
48    
49    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm.src: The "in table" and "in table body" insertion
52            modes are merged.
53    
54    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src: There is no "in table head" or "in table foot"
57            insertion mode!
58    
59    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
62            now directly invoke the handler.
63    
64    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src: Codes for "in cell" insertion mode
67            is merged to the "in body" insertion mode code.
68    
69    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src: Codes for "in body" and "in caption"
72            insertion modes are merged.
73    
74    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src: Two |!!!next-token|s were missing.
77    
78    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm.src: Use numeric constant for |{content_mode}|
81            instead of string constant for |{content_model_flag}|.
82    
83    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm.src: Add the name of the attribute
86            to the "duplicate attribute" error.
87    
88    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.pm: Return the |class| node list.
91    
92    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentChecker.pm: Return the |id| node list.
95    
96            * HTML.pm.src: A typo is fixed.
97    
98    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
99    
100            * ContentChecker.pm: Drop wrong |level => 'error'| specification
101            from "in HTML:xml:lang" error.  Character position
102            is now the last part of the error type in the URI error
103            description.  Report "unsupported" status for language
104            tags, media queries, script codes, and style sheets.
105    
106    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
107    
108            * ContentChecker.pm: Report error if |xml:lang|
109            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
110            in XML.
111    
112            * NanoDOM.pm (Attr.owner_document): New attribute.
113    
114    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src: The character immediately following
117            a bare |hcro| was discarded.  Fix handling of
118            entity references in attribute values.
119    
120    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm.src (main and trailin end phases): Token
123            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
124            factored out.  Error types |in html:#DOCTYPE|
125            and |after html:#DOCTYPE| are merged
126            into |DOCTYPE in the middle|.  |</frameset>|
127            in fragment parsing mode changed the
128            insertion mode.
129    
130    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm.src: |$phase| has been removed; The |trailing end|
133            phase is now an insertion mode.  Treatments for white
134            space character tokens were incorrect for some
135            insertion modes.  An old |meta| case was not removed.
136    
137    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm.src: |meta| charset declaration extraction
140            implemented (but changing the encoding is not yet:-).
141    
142    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
143    
144            * Charset/: New directory.
145    
146    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
147    
148            * H2H.pm: New Perl module (created from
149            manakai's H2H.dis).
150    
151    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
152    
153            * XMLSerializer.pm: New Perl module (created from
154            manakai's SimpleLS.dis).
155    
156    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm.src: |<!---x-->| was not processed correctly.
159    
160    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML.pm.src: Report correct error message
163            for |<body></div></body>|.
164    
165  2007-07-01  Wakaba  <wakaba@suika.fam.cx>  2007-07-01  Wakaba  <wakaba@suika.fam.cx>
166    
167          * HTMLTable.pm: An error description was incorrect.          * HTMLTable.pm: An error description was incorrect.

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.87

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24