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