/[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.45 by wakaba, Sat Jun 23 14:34:39 2007 UTC revision 1.79 by wakaba, Sat Jul 21 09:12:41 2007 UTC
# Line 1  Line 1 
1    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: The "in row" insertion mode is merged
4            with "in table" insertion mode.
5    
6    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src: The "in table" and "in table body" insertion
9            modes are merged.
10    
11    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: There is no "in table head" or "in table foot"
14            insertion mode!
15    
16    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
19            now directly invoke the handler.
20    
21    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src: Codes for "in cell" insertion mode
24            is merged to the "in body" insertion mode code.
25    
26    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm.src: Codes for "in body" and "in caption"
29            insertion modes are merged.
30    
31    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: Two |!!!next-token|s were missing.
34    
35    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm.src: Use numeric constant for |{content_mode}|
38            instead of string constant for |{content_model_flag}|.
39    
40    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm.src: Add the name of the attribute
43            to the "duplicate attribute" error.
44    
45    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
46    
47            * ContentChecker.pm: Return the |class| node list.
48    
49    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
50    
51            * ContentChecker.pm: Return the |id| node list.
52    
53            * HTML.pm.src: A typo is fixed.
54    
55    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
56    
57            * ContentChecker.pm: Drop wrong |level => 'error'| specification
58            from "in HTML:xml:lang" error.  Character position
59            is now the last part of the error type in the URI error
60            description.  Report "unsupported" status for language
61            tags, media queries, script codes, and style sheets.
62    
63    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
64    
65            * ContentChecker.pm: Report error if |xml:lang|
66            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
67            in XML.
68    
69            * NanoDOM.pm (Attr.owner_document): New attribute.
70    
71    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm.src: The character immediately following
74            a bare |hcro| was discarded.  Fix handling of
75            entity references in attribute values.
76    
77    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
78    
79            * HTML.pm.src (main and trailin end phases): Token
80            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
81            factored out.  Error types |in html:#DOCTYPE|
82            and |after html:#DOCTYPE| are merged
83            into |DOCTYPE in the middle|.  |</frameset>|
84            in fragment parsing mode changed the
85            insertion mode.
86    
87    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML.pm.src: |$phase| has been removed; The |trailing end|
90            phase is now an insertion mode.  Treatments for white
91            space character tokens were incorrect for some
92            insertion modes.  An old |meta| case was not removed.
93    
94    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm.src: |meta| charset declaration extraction
97            implemented (but changing the encoding is not yet:-).
98    
99    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
100    
101            * Charset/: New directory.
102    
103    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
104    
105            * H2H.pm: New Perl module (created from
106            manakai's H2H.dis).
107    
108    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
109    
110            * XMLSerializer.pm: New Perl module (created from
111            manakai's SimpleLS.dis).
112    
113    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm.src: |<!---x-->| was not processed correctly.
116    
117    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
118    
119            * HTML.pm.src: Report correct error message
120            for |<body></div></body>|.
121    
122    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTMLTable.pm: An error description was incorrect.
125    
126    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
127    
128            * ContentChecker.pm: Return |{term}| list.
129    
130    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
133            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
134            and <title> outside of head).
135    
136    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
137    
138            * IMTChecker.pm: Report warning for unregistered
139            and private types/subtypes.
140    
141            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
142            URIChecker.pm, HTMLTable.pm: Error messages are now
143            consistent; they are all listed in
144            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
145    
146    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
147    
148            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
149            is now erred.  |<datalist>| is implemented.
150            Attribute checker for |<command>| and |<menu>| are
151            added.  Support for |contextmenu| global attribute
152            is added.
153    
154    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src (_reset_insertion_mode): Interpretation
157            of Step 3 has been changed.
158    
159    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
160    
161            * HTML.pm.src: Late |<html>| parse error is implemented.
162    
163    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
164    
165            * URIChecker.pm (check_iri_reference): A |decode| method name was
166            incorrect.
167    
168            * ContentChecker.pm: Support for the |footer| element.
169            Check URI syntax for space-separated URI attributes.
170            Support for the |tabindex| attribute.  Support
171            for |datetime| attribute.
172    
173    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
176            character references).  HTML5 revision 1.146 (white space
177            characters before root start tag).  HTML5 revision
178            1.148 (named character references in attribute values).
179            HTML5 revision 1.152 (<plaintext>.innerHTML get).
180    
181    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
182    
183            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
184            in <head>).
185    
186    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
187    
188            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
189            in body).
190    
191            * ContentChecker.pm: HTML5 revision 938 (scoped="").
192    
193    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
196            or RCDATA in fragment parsing mode).  HTML5 revision
197            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
198    
199    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
200    
201            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
202            for <pre> and <textarea>).
203    
204    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
205    
206            * HTML.pm.src: HTML5 revision 920 (<isindex>).
207    
208  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
209    
210          * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).          * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.79

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24