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> |
48 |
|
|
49 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
50 |
|
check. |
51 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
52 |
|
support. |
53 |
|
|
54 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Support for style="" attributes. |
57 |
|
|
58 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
61 |
|
attribute. |
62 |
|
|
63 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
66 |
|
The WF2 |onforminput| and |onformchange| attributes were |
67 |
|
not added, since they are not defined (although they ARE |
68 |
|
mentioned) in the normative part of the WF2 spec. |
69 |
|
Typo on the |oninvalid| attribute fixed. |
70 |
|
|
71 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
74 |
|
|
75 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
78 |
|
|
79 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
82 |
|
allowed (HTML5 revision 1945). |
83 |
|
|
84 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
87 |
|
2142, 2148, 2150-2154). |
88 |
|
|
89 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm: RDFa spec status updated again. |
92 |
|
|
93 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* HTML.pm: RDFa spec status updated. |
96 |
|
|
97 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
100 |
|
status are updated. (HTML5 revision 2142-2152). |
101 |
|
|
102 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
105 |
|
1863). |
106 |
|
|
107 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm: Uppercase attribute names for embed elements |
110 |
|
are disallowed (HTML5 revision 1946). |
111 |
|
|
112 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm: |embed| custom attributes and |data-*| attributes |
115 |
|
must be XML compatible (HTML5 revision 1836). |
116 |
|
|
117 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
120 |
|
revision 1834). |
121 |
|
|
122 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
125 |
|
link elements (HTML5 revision 1942). |
126 |
|
|
127 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |