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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24