/[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.35 by wakaba, Sat Jun 23 04:22:57 2007 UTC revision 1.70 by wakaba, Tue Jul 17 14:26:48 2007 UTC
# Line 1  Line 1 
1    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm: Return the |class| node list.
4    
5    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
6    
7            * ContentChecker.pm: Return the |id| node list.
8    
9            * HTML.pm.src: A typo is fixed.
10    
11    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
12    
13            * ContentChecker.pm: Drop wrong |level => 'error'| specification
14            from "in HTML:xml:lang" error.  Character position
15            is now the last part of the error type in the URI error
16            description.  Report "unsupported" status for language
17            tags, media queries, script codes, and style sheets.
18    
19    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
20    
21            * ContentChecker.pm: Report error if |xml:lang|
22            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
23            in XML.
24    
25            * NanoDOM.pm (Attr.owner_document): New attribute.
26    
27    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm.src: The character immediately following
30            a bare |hcro| was discarded.  Fix handling of
31            entity references in attribute values.
32    
33    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm.src (main and trailin end phases): Token
36            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
37            factored out.  Error types |in html:#DOCTYPE|
38            and |after html:#DOCTYPE| are merged
39            into |DOCTYPE in the middle|.  |</frameset>|
40            in fragment parsing mode changed the
41            insertion mode.
42    
43    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm.src: |$phase| has been removed; The |trailing end|
46            phase is now an insertion mode.  Treatments for white
47            space character tokens were incorrect for some
48            insertion modes.  An old |meta| case was not removed.
49    
50    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm.src: |meta| charset declaration extraction
53            implemented (but changing the encoding is not yet:-).
54    
55    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
56    
57            * Charset/: New directory.
58    
59    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
60    
61            * H2H.pm: New Perl module (created from
62            manakai's H2H.dis).
63    
64    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
65    
66            * XMLSerializer.pm: New Perl module (created from
67            manakai's SimpleLS.dis).
68    
69    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src: |<!---x-->| was not processed correctly.
72    
73    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src: Report correct error message
76            for |<body></div></body>|.
77    
78    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTMLTable.pm: An error description was incorrect.
81    
82    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
83    
84            * ContentChecker.pm: Return |{term}| list.
85    
86    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
89            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
90            and <title> outside of head).
91    
92    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
93    
94            * IMTChecker.pm: Report warning for unregistered
95            and private types/subtypes.
96    
97            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
98            URIChecker.pm, HTMLTable.pm: Error messages are now
99            consistent; they are all listed in
100            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
101    
102    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
103    
104            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
105            is now erred.  |<datalist>| is implemented.
106            Attribute checker for |<command>| and |<menu>| are
107            added.  Support for |contextmenu| global attribute
108            is added.
109    
110    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm.src (_reset_insertion_mode): Interpretation
113            of Step 3 has been changed.
114    
115    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pm.src: Late |<html>| parse error is implemented.
118    
119    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
120    
121            * URIChecker.pm (check_iri_reference): A |decode| method name was
122            incorrect.
123    
124            * ContentChecker.pm: Support for the |footer| element.
125            Check URI syntax for space-separated URI attributes.
126            Support for the |tabindex| attribute.  Support
127            for |datetime| attribute.
128    
129    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
132            character references).  HTML5 revision 1.146 (white space
133            characters before root start tag).  HTML5 revision
134            1.148 (named character references in attribute values).
135            HTML5 revision 1.152 (<plaintext>.innerHTML get).
136    
137    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
140            in <head>).
141    
142    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
145            in body).
146    
147            * ContentChecker.pm: HTML5 revision 938 (scoped="").
148    
149    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
150    
151            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
152            or RCDATA in fragment parsing mode).  HTML5 revision
153            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
154    
155    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
156    
157            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
158            for <pre> and <textarea>).
159    
160    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML.pm.src: HTML5 revision 920 (<isindex>).
163    
164    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
165    
166            * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
167    
168    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm.src: HTML5 revision 916 (</body>).
171            HTML5 revision 917 (conforming bare &).
172    
173    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
174    
175            * NanoDOM.pm (manakai_is_html): Setting to false did not work.
176    
177            * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
178            HTML5 revision 915 (<nobr>).
179    
180    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
183            
184            * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
185            New attributes.
186    
187    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
190            in tags).
191    
192    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
193    
194            * .cvsignore: |Entities.html| is added.
195    
196            * HTML.pm.src: |$entity_char| is removed and
197            requires |Whatpm::_NamedEntityList| instead.
198            HTML5 revision 898 (refc), except that lack of refc
199            is parse error.
200    
201            * mkentitylist.pl: New script.
202    
203            * Makefile (all): |_NamedEntityList.pm| is added.
204            (_NamedEntityList.pm, Entities.html): New rules.
205    
206    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
207    
208            * HTML.pm.src: Parse errors immediately after U+000D
209            were ignored and U+000D immediately following another
210            U+000D was not converted to U+000A.
211    
212    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
213    
214            * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt
215            nodes before appended).  Parser was not ready for NULL
216            parse error and escape flag.
217    
218            * NanoDOM.pm (adopt_node): New.
219    
220    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
221    
222            * HTML.pm.src: HTML5 revision 886 (insane comment in
223            CDATA and RCDATA).  Note that current implementation
224            is simply repeating what the spec says and it is maybe not
225            a best way to do it.
226    
227    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
228    
229            * HTML.pm.src: HTML5 revision 884 (</form> don't close
230            the form element if a descendant element without implied end tag has
231            still been open).
232    
233  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
234    
235          * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with          * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.70

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24