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> |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
* HTML.pm: Support for form elements (HTML5 revisions |
* HTML.pm: Support for form elements (HTML5 revisions |