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