1 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
4 |
|
sandbox="" (HTML5 revision 1643). |
5 |
|
|
6 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
9 |
|
revision 1659). |
10 |
|
|
11 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Fact out generic charset name checking code |
14 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
15 |
|
on <a>, <link>, and <script> elements. |
16 |
|
|
17 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
20 |
|
one "." characters were allowed in a floating point number |
21 |
|
incorrectly. |
22 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
23 |
|
1629). |
24 |
|
|
25 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Yay, |canvas| got the final status! |
28 |
|
|
29 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
32 |
|
letters (HTML5 revision 1572). |
33 |
|
|
34 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
37 |
|
table object. Return the table object, not table element. |
38 |
|
The |headers=""| checker for |td| elements are now noop. |
39 |
|
Set the status of |headers=""| attribute as HTML5's one. |
40 |
|
|
41 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* HTML.pm ($HTMLLengthAttrChecker): New. |
* HTML.pm ($HTMLLengthAttrChecker): New. |