1 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
4 |
|
have been dropped (HTML5 revision 2870). |
5 |
|
|
6 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
9 |
|
attribute (HTML5 revision 2921). |
10 |
|
|
11 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
14 |
|
|height|; cf. HTML5 revision 2943). |
15 |
|
|
16 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
19 |
|
revision 3051). |
20 |
|
|
21 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
24 |
|
3065). |
25 |
|
|
26 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
29 |
|
for now (HTML5 revision 3067). |
30 |
|
|
31 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
34 |
|
element (HTML5 revision 3116). |
35 |
|
|
36 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
39 |
|
3164). |
40 |
|
|
41 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
44 |
|
3217). |
45 |
|
|
46 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
49 |
|
3252). |
50 |
|
|
51 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
54 |
|
|caption| are now allowed (HTML5 revision 3329). |
55 |
|
|
56 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
59 |
|
($GetDateTimeAttrChecker): Added. |
60 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
61 |
|
later use. |
62 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
63 |
|
"global date and time string". |
64 |
|
(input's date- and time-related, and type=number and type=range |
65 |
|
control types): Implemented value="", min="", and max="". |
66 |
|
|
67 |
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
* HTML.pm: Implemented <object form> and <legend form>. |
* HTML.pm: Implemented <object form> and <legend form>. |