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