/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.108 by wakaba, Fri Aug 15 12:46:45 2008 UTC revision 1.137 by wakaba, Sun Sep 21 11:55:49 2008 UTC
# Line 1  Line 1 
1    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: |id| attribute checkers for the |menu| and |map|
4            elements are removed; the |id| attribute of those elements is now
5            checked by the global |id| attribute.
6    
7    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm: Support for |fieldset| |legend|.
10    
11    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm: |form| element's |name| attribute is implemented.
14    
15    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: U+000B is no longer part of space characters (HTML5
18            revision 1738).
19    
20    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm, Atom.pm: Interactrive content implementation synced
23            with the spec (HTML5 revision 2018).
24    
25    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
28            check.
29            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
30            support.
31    
32    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm: Support for style="" attributes.
35    
36    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm: Tentative support for |textarea| |oninput|
39            attribute.
40    
41    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm: The WF2 |oninput| attribute was not added.
44            The WF2 |onforminput| and |onformchange| attributes were
45            not added, since they are not defined (although they ARE
46            mentioned) in the normative part of the WF2 spec.  
47            Typo on the |oninvalid| attribute fixed.
48    
49    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
52    
53    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
56    
57    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm: data-UPPERCASE attributes are no longer
60            allowed (HTML5 revision 1945).
61    
62    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm: Support for form elements (HTML5 revisions
65            2142, 2148, 2150-2154).
66    
67    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm: RDFa spec status updated again.
70    
71    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm: RDFa spec status updated.
74    
75    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: WF2 content model, contexts, attributes/elements
78            status are updated. (HTML5 revision 2142-2152).
79    
80    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
81    
82            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
83            1863).
84    
85    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm: Uppercase attribute names for embed elements
88            are disallowed (HTML5 revision 1946).
89    
90    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: |embed| custom attributes and |data-*| attributes
93            must be XML compatible (HTML5 revision 1836).
94    
95    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
98            revision 1834).
99    
100    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
101    
102            * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
103            link elements (HTML5 revision 1942).
104    
105    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
106    
107            * HTML.pm: Support for the |bb| element (HTML5 revision 1894).
108            |irrelevant| renamed as |hidden| (HTML5 revision 2119).
109    
110    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm: Element status updated.
113    
114    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm: <embed> without src="" is conforming (HTML5
117            revision 1929).
118    
119    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
122    
123    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm: Use White_Space instead of Zs for date or time
126            string in content (HTML5 revision 2094).  Make "YYYY-MM-DDHH:MM" (that
127            misses a white space or "T" literal between day and hour)
128            not raise two errors.
129    
130    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm: |xml:lang| attribute value must be same
133            as |lang| attribute value for HTML elements (HTML5 revision 2062
134            and so on).  |lang| attribute in XML document is no longer
135            disallowed (HTML5 revision 2062).  |xml:lang| is allowed
136            in HTML document (HTML5 revision 2062 and so on).
137    
138    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
139    
140            * Atom.pm: s/element missing/child element missing/ for
141            consistency.
142    
143            * HTML.pm: Typos fixed.
144            (pre): "No significant content" error was unintentionally
145            disabled.  s/element missing/child element missing/ for
146            consistency.
147    
148    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
149    
150            * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
151    
152    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
155    
156    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: Subdocument texts for |style| and |script|
159            elements were not initialized.
160    
161    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm, Atom.pm: Pass {level} object to language tag
164            and URL checkers.
165    
166    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
167    
168            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
169    
170  2008-08-15  Wakaba  <wakaba@suika.fam.cx>  2008-08-15  Wakaba  <wakaba@suika.fam.cx>
171    
172          * Atom.pm, HTML.pm: All error reporting method calls are          * Atom.pm, HTML.pm: All error reporting method calls are

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.137

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24