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