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