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