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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24