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