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