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

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.124

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24