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

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.129

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24