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