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