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