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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24