/[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.99 by wakaba, Fri May 16 13:56:16 2008 UTC
# Line 1  Line 1 
1    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Fact out generic charset name checking code
4            to $HTMLCharsetChecker.  Support for charset="" attributes
5            on <a>, <link>, and <script> elements.
6    
7    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
10            one "." characters were allowed in a floating point number
11            incorrectly.
12            (source): Support for the pixelratio="" attribute (HTML5 revision
13            1629).
14    
15    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: Yay, |canvas| got the final status!
18    
19    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
22            letters (HTML5 revision 1572).
23    
24    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
27            table object.  Return the table object, not table element.
28            The |headers=""| checker for |td| elements are now noop.
29            Set the status of |headers=""| attribute as HTML5's one.
30    
31    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm ($HTMLLengthAttrChecker): New.
34            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
35            (script/@langauge): Implemented.
36    
37    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm: Make duplicate http-equiv="" non-conforming.
40            Check meta refresh content="".
41    
42    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
45            no longer content model error (they might be raise
46            table model error, however).  All table model error
47            parameters should propagate.
48    
49    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm: Raise an error if a repeat* global attrbute
52            is used for an HTML element.
53    
54    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm: Support for global attributes.  Status
57            for XHTML2 elements/attributes are added.
58    
59    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm: Support for |repeat-start=""| attribute.
62    
63    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
66            |repeat-min=""|, and |repeat-max=""| attributes.
67            Support for |button| |type| values |add|, |remove|, |move-up|,
68            and |move-down|.
69    
70    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm: Support for |template=""|, |ref=""|, and
73            |registrationmark=""| attributes.
74    
75    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
78            1511).
79    
80    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
81    
82            * HTML.pm: Support for |onstorage| attribute is added (HTML5
83            revision 1495).  Defined terms no longer have to be unique (HTML5
84            revision 1467).
85    
86    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
89            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
90            revision 1471) and an empty string is no longer allowed (HTML5
91            revision 1470).
92            (object/@name, iframe/@name): Added (HTML5 revision 1470).
93    
94    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
97            revision 1426).
98    
99  2008-04-12  Wakaba  <wakaba@suika.fam.cx>  2008-04-12  Wakaba  <wakaba@suika.fam.cx>
100    
101          * 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.99

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24