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

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.68

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24