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

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.53

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24