1 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
4 |
|
type=url>, <input type=password>, and <input type=datetime> |
5 |
|
checkes are implemented. |
6 |
|
|
7 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
10 |
|
|
11 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
14 |
|
definition. Prepares for tests against <input type> states. |
15 |
|
|
16 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
19 |
|
varying requirements for various states of the element. |
20 |
|
|
21 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: <label> content conformance checking implemented. |
24 |
|
|
25 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Support for |for=""| validation. |
28 |
|
|
29 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
32 |
|
revision 1932). |
33 |
|
|
34 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Support for |form=""| attributes. |
37 |
|
|
38 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
41 |
|
elements are removed; the |id| attribute of those elements is now |
42 |
|
checked by the global |id| attribute. |
43 |
|
|
44 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Support for |fieldset| |legend|. |
47 |
|
|
48 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
51 |
|
|
52 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
55 |
|
revision 1738). |
56 |
|
|
57 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
60 |
|
with the spec (HTML5 revision 2018). |
61 |
|
|
62 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
65 |
|
check. |
66 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
67 |
|
support. |
68 |
|
|
69 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm: Support for style="" attributes. |
72 |
|
|
73 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
76 |
|
attribute. |
77 |
|
|
78 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
81 |
|
The WF2 |onforminput| and |onformchange| attributes were |
82 |
|
not added, since they are not defined (although they ARE |
83 |
|
mentioned) in the normative part of the WF2 spec. |
84 |
|
Typo on the |oninvalid| attribute fixed. |
85 |
|
|
86 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
89 |
|
|
90 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
93 |
|
|
94 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
97 |
|
allowed (HTML5 revision 1945). |
98 |
|
|
99 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
102 |
|
2142, 2148, 2150-2154). |
103 |
|
|
104 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* HTML.pm: RDFa spec status updated again. |
107 |
|
|
108 |
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
* HTML.pm: RDFa spec status updated. |
* HTML.pm: RDFa spec status updated. |