1 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: <label> content conformance checking implemented. |
4 |
|
|
5 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Support for |for=""| validation. |
8 |
|
|
9 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
12 |
|
revision 1932). |
13 |
|
|
14 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: Support for |form=""| attributes. |
17 |
|
|
18 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
21 |
|
elements are removed; the |id| attribute of those elements is now |
22 |
|
checked by the global |id| attribute. |
23 |
|
|
24 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Support for |fieldset| |legend|. |
27 |
|
|
28 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
31 |
|
|
32 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
35 |
|
revision 1738). |
36 |
|
|
37 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
40 |
|
with the spec (HTML5 revision 2018). |
41 |
|
|
42 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
45 |
|
check. |
46 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
47 |
|
support. |
48 |
|
|
49 |
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
* HTML.pm: Support for style="" attributes. |
* HTML.pm: Support for style="" attributes. |