1 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Marked datatemplate and repetition template features as |
4 |
|
dropped (HTML5 revision 2319). |
5 |
|
|
6 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |
9 |
|
revision 2416). |
10 |
|
|
11 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Revised and marked as dropped the |pixelratio| |
14 |
|
attribute of the |source| element (HTML5 revision 2406 and HTML5 |
15 |
|
revision 2493). |
16 |
|
|
17 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Discourage use of the |autoplay| attribute (HTML5 |
20 |
|
revision 3344). |
21 |
|
|
22 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Implemented <meta http-equiv=content-language> (see |
25 |
|
<http://manakai.g.hatena.ne.jp/task/4/110>). |
26 |
|
|
27 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Implemented floating point number in sceientific |
30 |
|
notation. |
31 |
|
|
32 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Disallow interactive content in |button| element (HTML5 |
35 |
|
revision 2392). Marked |img| and |object| (with |usemap| |
36 |
|
attribute) elements, |iframe| element, and |embed| element as |
37 |
|
interactive content (HTML5 revision 2455, HTML5 revision 3162, |
38 |
|
HTML5 revision 3338). |
39 |
|
|
40 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: Revised the syntax of the |time| element and its |
43 |
|
|datetime| attribute to sync with the latest spec definition. |
44 |
|
|
45 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: Allow white space characters arround tokens in |accept| |
48 |
|
attribute value of |input| elements (HTML5 revision 2759). |
49 |
|
|
50 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: Renamed form submission attributes on |button| element |
53 |
|
to new names beginning by |form| (HTML5 revision 2890). |
54 |
|
|
55 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: Renamed form submission attributes on |input| element |
58 |
|
to new names beginning by |form| (HTML5 revision 2890). |
59 |
|
|
60 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: The |datagrid| element has been commented out in the |
63 |
|
spec (HTML5 revision 2962, HTML5 revision 3555). |
64 |
|
|
65 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Changed |map| element content model to transparent |
68 |
|
content model (HTML5 revision 3009). |
69 |
|
|
70 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5 |
73 |
|
revision 3039 and HTML revision 3040). |
74 |
|
|
75 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960). |
78 |
|
|
79 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054). |
82 |
|
|
83 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5 |
86 |
|
revision 2614). |
87 |
|
|
88 |
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |