/[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.79 by wakaba, Sat Mar 22 11:40:16 2008 UTC revision 1.105 by wakaba, Sun Jun 8 12:22:54 2008 UTC
# Line 1  Line 1 
1    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
4            revision 1704).  The |href| attribute is also extended
5            as a common attribute by RDFa Last Call Working Draft.
6    
7    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
10    
11    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
14    
15    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
18            is now disallowed (HTML5 revision 1566).  |datagrid| elements
19            may be empty.
20    
21    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm: The |param| element is in LC phase now.
24    
25    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
28            sandbox="" (HTML5 revision 1643).
29    
30    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
31    
32            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
33            revision 1659).
34    
35    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: Fact out generic charset name checking code
38            to $HTMLCharsetChecker.  Support for charset="" attributes
39            on <a>, <link>, and <script> elements.
40    
41    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
44            one "." characters were allowed in a floating point number
45            incorrectly.
46            (source): Support for the pixelratio="" attribute (HTML5 revision
47            1629).
48    
49    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm: Yay, |canvas| got the final status!
52    
53    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
56            letters (HTML5 revision 1572).
57    
58    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
61            table object.  Return the table object, not table element.
62            The |headers=""| checker for |td| elements are now noop.
63            Set the status of |headers=""| attribute as HTML5's one.
64    
65    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm ($HTMLLengthAttrChecker): New.
68            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
69            (script/@langauge): Implemented.
70    
71    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm: Make duplicate http-equiv="" non-conforming.
74            Check meta refresh content="".
75    
76    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
79            no longer content model error (they might be raise
80            table model error, however).  All table model error
81            parameters should propagate.
82    
83    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm: Raise an error if a repeat* global attrbute
86            is used for an HTML element.
87    
88    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm: Support for global attributes.  Status
91            for XHTML2 elements/attributes are added.
92    
93    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: Support for |repeat-start=""| attribute.
96    
97    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
100            |repeat-min=""|, and |repeat-max=""| attributes.
101            Support for |button| |type| values |add|, |remove|, |move-up|,
102            and |move-down|.
103    
104    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm: Support for |template=""|, |ref=""|, and
107            |registrationmark=""| attributes.
108    
109    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
112            1511).
113    
114    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm: Support for |onstorage| attribute is added (HTML5
117            revision 1495).  Defined terms no longer have to be unique (HTML5
118            revision 1467).
119    
120    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
123            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
124            revision 1471) and an empty string is no longer allowed (HTML5
125            revision 1470).
126            (object/@name, iframe/@name): Added (HTML5 revision 1470).
127    
128    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
131            revision 1426).
132    
133    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm: Support for HTML custom data attributes (HTML5
136            revision 1399).
137    
138    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
139    
140            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
141    
142    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm: @datetime microsyntax is in the First Draft phase.
145    
146    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
147    
148            * HTML.pm: link/@rev and a/@rev are implemented.
149    
150  2008-03-22  Wakaba  <wakaba@suika.fam.cx>  2008-03-22  Wakaba  <wakaba@suika.fam.cx>
151    
152          * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,          * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.105

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24