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