1 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Atom.pm, HTML.pm: All error reporting method calls are |
4 |
|
revised. |
5 |
|
|
6 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Support for class=idl WebIDL checking. |
9 |
|
|
10 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
13 |
|
1722 and 1728). |
14 |
|
|
15 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
18 |
|
revision 1704). The |href| attribute is also extended |
19 |
|
as a common attribute by RDFa Last Call Working Draft. |
20 |
|
|
21 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
24 |
|
|
25 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
28 |
|
|
29 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
32 |
|
is now disallowed (HTML5 revision 1566). |datagrid| elements |
33 |
|
may be empty. |
34 |
|
|
35 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm: The |param| element is in LC phase now. |
38 |
|
|
39 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
42 |
|
sandbox="" (HTML5 revision 1643). |
43 |
|
|
44 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
47 |
|
revision 1659). |
48 |
|
|
49 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Fact out generic charset name checking code |
52 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
53 |
|
on <a>, <link>, and <script> elements. |
54 |
|
|
55 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
58 |
|
one "." characters were allowed in a floating point number |
59 |
|
incorrectly. |
60 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
61 |
|
1629). |
62 |
|
|
63 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm: Yay, |canvas| got the final status! |
66 |
|
|
67 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |