/[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.19 by wakaba, Sun May 20 05:07:12 2007 UTC revision 1.43 by wakaba, Sat Jun 23 13:05:16 2007 UTC
# Line 1  Line 1 
1    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * NanoDOM.pm (manakai_is_html): Setting to false did not work.
4    
5            * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
6            HTML5 revision 915 (<nobr>).
7    
8    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
9    
10            * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
11            
12            * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
13            New attributes.
14    
15    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
18            in tags).
19    
20    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
21    
22            * .cvsignore: |Entities.html| is added.
23    
24            * HTML.pm.src: |$entity_char| is removed and
25            requires |Whatpm::_NamedEntityList| instead.
26            HTML5 revision 898 (refc), except that lack of refc
27            is parse error.
28    
29            * mkentitylist.pl: New script.
30    
31            * Makefile (all): |_NamedEntityList.pm| is added.
32            (_NamedEntityList.pm, Entities.html): New rules.
33    
34    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src: Parse errors immediately after U+000D
37            were ignored and U+000D immediately following another
38            U+000D was not converted to U+000A.
39    
40    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt
43            nodes before appended).  Parser was not ready for NULL
44            parse error and escape flag.
45    
46            * NanoDOM.pm (adopt_node): New.
47    
48    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm.src: HTML5 revision 886 (insane comment in
51            CDATA and RCDATA).  Note that current implementation
52            is simply repeating what the spec says and it is maybe not
53            a best way to do it.
54    
55    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm.src: HTML5 revision 884 (</form> don't close
58            the form element if a descendant element without implied end tag has
59            still been open).
60    
61    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
62    
63            * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with
64            space characters non-conforming).
65    
66    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm.src: An error message was incorrect.
69            HTML5 revision 869 (C1 character references).
70            
71    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm.src: HTML5 revision 867 (a LF at the beginning of
74            a |textarea| is removed).
75    
76    2007-06-05  Wakaba  <wakaba@suika.fam.cx>
77    
78            * NanoDOM.pm (get_attribute_node_ns): New method.
79    
80            * ContentChecker.pm: |script| |async| and |defer|
81            no longer require |src|.  |async| MUST NOT be
82            specified if |defer|.  (HTML5 revision 858).
83    
84    2007-05-30  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm.src: |<form><form>| went to inifinite loop.
87    
88    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.pm (html): Set |is_root| (allowed
91            as a document element) flag on.
92            (new): Removed.
93            (check_document): New method.
94    
95    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
96    
97            * ContentChecker.pm (thead, tfoot): Checker specifications
98            were incorrect.
99    
100    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
101    
102            * ContentChecker.pm ($HTMLURIAttrChecker): Include
103            error position in the |type| option of the error.
104    
105            * HTMLTable.pm (form_table): The |$onerror| parameter
106            is now optional.  Some bugs are fixed.
107    
108    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTMLTable.pm: New module.
111    
112            * ContentChecker.pm (table): Invoke table model error checker.
113    
114            * NanoDOM.pm (first_child, get_attribute_ns): New.
115    
116    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
117    
118            * ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker.
119            (link/@rel, a/@rel, area/@rel): Use new checker.
120    
121            * Makefile (_LinkTypeList.pm, RelExtensions.html): New rules.
122    
123            * _LinkTypeList.pm: New file.
124    
125            * mklinktypelist.pl: New file.
126    
127            * .cvsignore: |RelExtensions.html| added.
128    
129            * NanoDOM.pm (child_nodes): Returns an empty array
130            for non-child-containing node types.
131            (text_content): New attribute.
132    
133    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
134    
135            * IMTChecker.pm: New module.
136    
137            * ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker
138            to test parameter value validity.
139    
140            * HTML.pm.src ($style_start_tag): Attributes were
141            discarded.
142    
143    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
144    
145            * ContentChecker.pm ($HTMLURIAttrChecker): Implemented.
146    
147    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
148    
149            * URIChecker.pm: All recommendations from RFC 3986
150            and RFC 3987 are listed (not all testable items are checked yet).
151    
152    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
153    
154            * URIChecker.pm: New module.
155    
156    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
157    
158            * ContentChecker.pm: Now most attributes are implemented
159            or associated to some placeholder.
160            ($ElementDefault): Warn unknown attributes
161            for unknown elements as "attribute not supported".
162            ($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders.
163            ($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers.
164            (|a| attribute checker): Reimplemented.
165    
166    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
167    
168            * ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder.
169            ($HTMLAttrChecker): Event handler content attributes
170            are added.
171            (link, embed): Required attribute is now checked.
172            (embed): Unknown local attributes are no longer warned.
173    
174  2007-05-20  Wakaba  <wakaba@suika.fam.cx>  2007-05-20  Wakaba  <wakaba@suika.fam.cx>
175    
176          * ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder.          * ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder.

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.43

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24