1 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Disallow space characters in <map name="">. |
4 |
|
|
5 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|, |
8 |
|
|start|, |end|, and |playcount| attributes as obsolete attributes |
9 |
|
to |audio| and |video| elements (HTML5 revision 2401). |
10 |
|
|
11 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Marked datatemplate and repetition template features as |
14 |
|
dropped (HTML5 revision 2319). |
15 |
|
|
16 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |
19 |
|
revision 2416). |
20 |
|
|
21 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Revised and marked as dropped the |pixelratio| |
24 |
|
attribute of the |source| element (HTML5 revision 2406 and HTML5 |
25 |
|
revision 2493). |
26 |
|
|
27 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Discourage use of the |autoplay| attribute (HTML5 |
30 |
|
revision 3344). |
31 |
|
|
32 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Implemented <meta http-equiv=content-language> (see |
35 |
|
<http://manakai.g.hatena.ne.jp/task/4/110>). |
36 |
|
|
37 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: Implemented floating point number in sceientific |
40 |
|
notation. |
41 |
|
|
42 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Disallow interactive content in |button| element (HTML5 |
45 |
|
revision 2392). Marked |img| and |object| (with |usemap| |
46 |
|
attribute) elements, |iframe| element, and |embed| element as |
47 |
|
interactive content (HTML5 revision 2455, HTML5 revision 3162, |
48 |
|
HTML5 revision 3338). |
49 |
|
|
50 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: Revised the syntax of the |time| element and its |
53 |
|
|datetime| attribute to sync with the latest spec definition. |
54 |
|
|
55 |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
* HTML.pm: Allow white space characters arround tokens in |accept| |
* HTML.pm: Allow white space characters arround tokens in |accept| |