1 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
4 |
|
revision 1738). |
5 |
|
|
6 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
9 |
|
with the spec (HTML5 revision 2018). |
10 |
|
|
11 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
14 |
|
check. |
15 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
16 |
|
support. |
17 |
|
|
18 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: Support for style="" attributes. |
21 |
|
|
22 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
25 |
|
attribute. |
26 |
|
|
27 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
30 |
|
The WF2 |onforminput| and |onformchange| attributes were |
31 |
|
not added, since they are not defined (although they ARE |
32 |
|
mentioned) in the normative part of the WF2 spec. |
33 |
|
Typo on the |oninvalid| attribute fixed. |
34 |
|
|
35 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
38 |
|
|
39 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
42 |
|
|
43 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
46 |
|
allowed (HTML5 revision 1945). |
47 |
|
|
48 |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
* HTML.pm: Support for form elements (HTML5 revisions |
* HTML.pm: Support for form elements (HTML5 revisions |