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