/[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.56 by wakaba, Sat Jun 30 14:13:19 2007 UTC
# Line 1  Line 1 
1    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
4            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
5            and <title> outside of head).
6    
7    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
8    
9            * IMTChecker.pm: Report warning for unregistered
10            and private types/subtypes.
11    
12            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
13            URIChecker.pm, HTMLTable.pm: Error messages are now
14            consistent; they are all listed in
15            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
16    
17    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
18    
19            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
20            is now erred.  |<datalist>| is implemented.
21            Attribute checker for |<command>| and |<menu>| are
22            added.  Support for |contextmenu| global attribute
23            is added.
24    
25    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm.src (_reset_insertion_mode): Interpretation
28            of Step 3 has been changed.
29    
30    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
31    
32            * HTML.pm.src: Late |<html>| parse error is implemented.
33    
34    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
35    
36            * URIChecker.pm (check_iri_reference): A |decode| method name was
37            incorrect.
38    
39            * ContentChecker.pm: Support for the |footer| element.
40            Check URI syntax for space-separated URI attributes.
41            Support for the |tabindex| attribute.  Support
42            for |datetime| attribute.
43    
44    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
47            character references).  HTML5 revision 1.146 (white space
48            characters before root start tag).  HTML5 revision
49            1.148 (named character references in attribute values).
50            HTML5 revision 1.152 (<plaintext>.innerHTML get).
51    
52    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
55            in <head>).
56    
57    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
60            in body).
61    
62            * ContentChecker.pm: HTML5 revision 938 (scoped="").
63    
64    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
67            or RCDATA in fragment parsing mode).  HTML5 revision
68            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
69    
70    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
73            for <pre> and <textarea>).
74    
75    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm.src: HTML5 revision 920 (<isindex>).
78    
79    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
82    
83    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm.src: HTML5 revision 916 (</body>).
86            HTML5 revision 917 (conforming bare &).
87    
88    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
89    
90            * NanoDOM.pm (manakai_is_html): Setting to false did not work.
91    
92            * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
93            HTML5 revision 915 (<nobr>).
94    
95    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
98            
99            * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
100            New attributes.
101    
102    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
105            in tags).
106    
107    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
108    
109            * .cvsignore: |Entities.html| is added.
110    
111            * HTML.pm.src: |$entity_char| is removed and
112            requires |Whatpm::_NamedEntityList| instead.
113            HTML5 revision 898 (refc), except that lack of refc
114            is parse error.
115    
116            * mkentitylist.pl: New script.
117    
118            * Makefile (all): |_NamedEntityList.pm| is added.
119            (_NamedEntityList.pm, Entities.html): New rules.
120    
121    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm.src: Parse errors immediately after U+000D
124            were ignored and U+000D immediately following another
125            U+000D was not converted to U+000A.
126    
127    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt
130            nodes before appended).  Parser was not ready for NULL
131            parse error and escape flag.
132    
133            * NanoDOM.pm (adopt_node): New.
134    
135    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm.src: HTML5 revision 886 (insane comment in
138            CDATA and RCDATA).  Note that current implementation
139            is simply repeating what the spec says and it is maybe not
140            a best way to do it.
141    
142    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm.src: HTML5 revision 884 (</form> don't close
145            the form element if a descendant element without implied end tag has
146            still been open).
147    
148  2007-06-23  Wakaba  <wakaba@suika.fam.cx>  2007-06-23  Wakaba  <wakaba@suika.fam.cx>
149    
150          * 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.56

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24