1 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
4 |
|
|
5 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
8 |
|
revision 1738). |
9 |
|
|
10 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
13 |
|
with the spec (HTML5 revision 2018). |
14 |
|
|
15 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
18 |
|
check. |
19 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
20 |
|
support. |
21 |
|
|
22 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Support for style="" attributes. |
25 |
|
|
26 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
29 |
|
attribute. |
30 |
|
|
31 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
34 |
|
The WF2 |onforminput| and |onformchange| attributes were |
35 |
|
not added, since they are not defined (although they ARE |
36 |
|
mentioned) in the normative part of the WF2 spec. |
37 |
|
Typo on the |oninvalid| attribute fixed. |
38 |
|
|
39 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
42 |
|
|
43 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
46 |
|
|
47 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
50 |
|
allowed (HTML5 revision 1945). |
51 |
|
|
52 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
55 |
|
2142, 2148, 2150-2154). |
56 |
|
|
57 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: RDFa spec status updated again. |
60 |
|
|
61 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm: RDFa spec status updated. |
64 |
|
|
65 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
68 |
|
status are updated. (HTML5 revision 2142-2152). |
69 |
|
|
70 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
73 |
|
1863). |
74 |
|
|
75 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: Uppercase attribute names for embed elements |
78 |
|
are disallowed (HTML5 revision 1946). |
79 |
|
|
80 |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
* HTML.pm: |embed| custom attributes and |data-*| attributes |
* HTML.pm: |embed| custom attributes and |data-*| attributes |