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

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.74

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24