1 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
4 |
|
|
5 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
8 |
|
is now disallowed (HTML5 revision 1566). |datagrid| elements |
9 |
|
may be empty. |
10 |
|
|
11 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: The |param| element is in LC phase now. |
14 |
|
|
15 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
18 |
|
sandbox="" (HTML5 revision 1643). |
19 |
|
|
20 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
23 |
|
revision 1659). |
24 |
|
|
25 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Fact out generic charset name checking code |
28 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
29 |
|
on <a>, <link>, and <script> elements. |
30 |
|
|
31 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
34 |
|
one "." characters were allowed in a floating point number |
35 |
|
incorrectly. |
36 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
37 |
|
1629). |
38 |
|
|
39 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: Yay, |canvas| got the final status! |
42 |
|
|
43 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |