1 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Oops, |in_figure| flag should have been set in the |
4 |
|
|check_start|, not in |check_child_text|. |
5 |
|
|
6 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Disallow nested |progress|, |meter|, and |time| |
9 |
|
elements (HTML5 revision 3692). |
10 |
|
|
11 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Implemented |command| element's attributes' |
14 |
|
requirements (HTML5 revision 2415). |
15 |
|
|
16 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Implemented |progress|'s author requirements (cf. HTML5 |
19 |
|
revision 2484). |
20 |
|
|
21 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Disallow space characters in <map name="">. |
24 |
|
|
25 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|, |
28 |
|
|start|, |end|, and |playcount| attributes as obsolete attributes |
29 |
|
to |audio| and |video| elements (HTML5 revision 2401). |
30 |
|
|
31 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Marked datatemplate and repetition template features as |
34 |
|
dropped (HTML5 revision 2319). |
35 |
|
|
36 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |
39 |
|
revision 2416). |
40 |
|
|
41 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: Revised and marked as dropped the |pixelratio| |
44 |
|
attribute of the |source| element (HTML5 revision 2406 and HTML5 |
45 |
|
revision 2493). |
46 |
|
|
47 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: Discourage use of the |autoplay| attribute (HTML5 |
50 |
|
revision 3344). |
51 |
|
|
52 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Implemented <meta http-equiv=content-language> (see |
55 |
|
<http://manakai.g.hatena.ne.jp/task/4/110>). |
56 |
|
|
57 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: Implemented floating point number in sceientific |
60 |
|
notation. |
61 |
|
|
62 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: Disallow interactive content in |button| element (HTML5 |
65 |
|
revision 2392). Marked |img| and |object| (with |usemap| |
66 |
|
attribute) elements, |iframe| element, and |embed| element as |
67 |
|
interactive content (HTML5 revision 2455, HTML5 revision 3162, |
68 |
|
HTML5 revision 3338). |
69 |
|
|
70 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: Revised the syntax of the |time| element and its |
73 |
|
|datetime| attribute to sync with the latest spec definition. |
74 |
|
|
75 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: Allow white space characters arround tokens in |accept| |
78 |
|
attribute value of |input| elements (HTML5 revision 2759). |
79 |
|
|
80 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm: Renamed form submission attributes on |button| element |
83 |
|
to new names beginning by |form| (HTML5 revision 2890). |
84 |
|
|
85 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: Renamed form submission attributes on |input| element |
88 |
|
to new names beginning by |form| (HTML5 revision 2890). |
89 |
|
|
90 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: The |datagrid| element has been commented out in the |
93 |
|
spec (HTML5 revision 2962, HTML5 revision 3555). |
94 |
|
|
95 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm: Changed |map| element content model to transparent |
98 |
|
content model (HTML5 revision 3009). |
99 |
|
|
100 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5 |
103 |
|
revision 3039 and HTML revision 3040). |
104 |
|
|
105 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960). |
108 |
|
|
109 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054). |
112 |
|
|
113 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5 |
116 |
|
revision 2614). |
117 |
|
|
118 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
121 |
|
revision 3550). |
122 |
|
|
123 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: The |bb| element has been dropped from the spec (HTML5 |
126 |
|
revision 3621). |
127 |
|
|
128 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm: Implemented |cite| attributes on |section| and |
131 |
|
|article| elements as dropped attributes (HTML5 revision 3069 and |
132 |
|
HTML5 revision 3627). |
133 |
|
|
134 |
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
* HTML.pm: Implemented |body| and |frameset| event handler content |
* HTML.pm: Implemented |body| and |frameset| event handler content |