/[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.82 by wakaba, Sat Apr 12 07:38:36 2008 UTC revision 1.115 by wakaba, Sat Aug 30 12:33:36 2008 UTC
# Line 1  Line 1 
1    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: |xml:lang| attribute value must be same
4            as |lang| attribute value for HTML elements (HTML5 revision 2062
5            and so on).  |lang| attribute in XML document is no longer
6            disallowed (HTML5 revision 2062).  |xml:lang| is allowed
7            in HTML document (HTML5 revision 2062 and so on).
8    
9    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
10    
11            * Atom.pm: s/element missing/child element missing/ for
12            consistency.
13    
14            * HTML.pm: Typos fixed.
15            (pre): "No significant content" error was unintentionally
16            disabled.  s/element missing/child element missing/ for
17            consistency.
18    
19    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
20    
21            * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
22    
23    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
26    
27    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm: Subdocument texts for |style| and |script|
30            elements were not initialized.
31    
32    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm, Atom.pm: Pass {level} object to language tag
35            and URL checkers.
36    
37    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
40    
41    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
42    
43            * Atom.pm, HTML.pm: All error reporting method calls are
44            revised.
45    
46    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm: Support for class=idl WebIDL checking.
49    
50    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: Support for |<map name="">| (HTML5 revisions
53            1722 and 1728).
54    
55    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
58            revision 1704).  The |href| attribute is also extended
59            as a common attribute by RDFa Last Call Working Draft.
60    
61    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
64    
65    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
68    
69    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
72            is now disallowed (HTML5 revision 1566).  |datagrid| elements
73            may be empty.
74    
75    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: The |param| element is in LC phase now.
78    
79    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
82            sandbox="" (HTML5 revision 1643).
83    
84    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
87            revision 1659).
88    
89    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm: Fact out generic charset name checking code
92            to $HTMLCharsetChecker.  Support for charset="" attributes
93            on <a>, <link>, and <script> elements.
94    
95    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
98            one "." characters were allowed in a floating point number
99            incorrectly.
100            (source): Support for the pixelratio="" attribute (HTML5 revision
101            1629).
102    
103    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm: Yay, |canvas| got the final status!
106    
107    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
110            letters (HTML5 revision 1572).
111    
112    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
115            table object.  Return the table object, not table element.
116            The |headers=""| checker for |td| elements are now noop.
117            Set the status of |headers=""| attribute as HTML5's one.
118    
119    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm ($HTMLLengthAttrChecker): New.
122            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
123            (script/@langauge): Implemented.
124    
125    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
126    
127            * HTML.pm: Make duplicate http-equiv="" non-conforming.
128            Check meta refresh content="".
129    
130    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
133            no longer content model error (they might be raise
134            table model error, however).  All table model error
135            parameters should propagate.
136    
137    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm: Raise an error if a repeat* global attrbute
140            is used for an HTML element.
141    
142    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm: Support for global attributes.  Status
145            for XHTML2 elements/attributes are added.
146    
147    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm: Support for |repeat-start=""| attribute.
150    
151    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
154            |repeat-min=""|, and |repeat-max=""| attributes.
155            Support for |button| |type| values |add|, |remove|, |move-up|,
156            and |move-down|.
157    
158    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm: Support for |template=""|, |ref=""|, and
161            |registrationmark=""| attributes.
162    
163    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
164    
165            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
166            1511).
167    
168    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm: Support for |onstorage| attribute is added (HTML5
171            revision 1495).  Defined terms no longer have to be unique (HTML5
172            revision 1467).
173    
174    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
177            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
178            revision 1471) and an empty string is no longer allowed (HTML5
179            revision 1470).
180            (object/@name, iframe/@name): Added (HTML5 revision 1470).
181    
182    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
183    
184            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
185            revision 1426).
186    
187  2008-04-12  Wakaba  <wakaba@suika.fam.cx>  2008-04-12  Wakaba  <wakaba@suika.fam.cx>
188    
189          * HTML.pm: Support for HTML custom data attributes (HTML5          * HTML.pm: Support for HTML custom data attributes (HTML5

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.115

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24