1 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Support for |for=""| validation. |
4 |
|
|
5 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
8 |
|
revision 1932). |
9 |
|
|
10 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Support for |form=""| attributes. |
13 |
|
|
14 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
17 |
|
elements are removed; the |id| attribute of those elements is now |
18 |
|
checked by the global |id| attribute. |
19 |
|
|
20 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: Support for |fieldset| |legend|. |
23 |
|
|
24 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
27 |
|
|
28 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
31 |
|
revision 1738). |
32 |
|
|
33 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
36 |
|
with the spec (HTML5 revision 2018). |
37 |
|
|
38 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
41 |
|
check. |
42 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
43 |
|
support. |
44 |
|
|
45 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: Support for style="" attributes. |
48 |
|
|
49 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
52 |
|
attribute. |
53 |
|
|
54 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
57 |
|
The WF2 |onforminput| and |onformchange| attributes were |
58 |
|
not added, since they are not defined (although they ARE |
59 |
|
mentioned) in the normative part of the WF2 spec. |
60 |
|
Typo on the |oninvalid| attribute fixed. |
61 |
|
|
62 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
65 |
|
|
66 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
69 |
|
|
70 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
73 |
|
allowed (HTML5 revision 1945). |
74 |
|
|
75 |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
* HTML.pm: Support for form elements (HTML5 revisions |
* HTML.pm: Support for form elements (HTML5 revisions |