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