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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24