1 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Updated definitions for attributes for form submission |
4 |
|
on |form| and submit buttons (action="", method="", enctype="", |
5 |
|
target="", and novalidate=""). |
6 |
|
|
7 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
10 |
|
attribute. Implemented |name=""| attribute for form controls. |
11 |
|
Added U+000C into character class of space characters (it should |
12 |
|
have been, but was not in some of regular expressions). Updated |
13 |
|
definitions for |output| elements. |
14 |
|
|
15 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
18 |
|
|option|, and |textarea| elements. |
19 |
|
|
20 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: Updated definitions for |select|. |
23 |
|
|
24 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Updated definitions for |button|. |
27 |
|
|
28 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
31 |
|
SHOULD-level error if @pattern but no @title. |
32 |
|
|
33 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Added support for |pattern| attributes. |
36 |
|
|
37 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
40 |
|
placeholder>. |
41 |
|
|
42 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Implemented <input list>. |
45 |
|
|
46 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: Implemented <input type=color>. |
49 |
|
|
50 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
53 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
54 |
|
|email|, |url|, and |password|. |
55 |
|
|
56 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
59 |
|
use attributes not supported by NanoDOM. |
60 |
|
|
61 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm: HTML5 spec status updated, except for |
64 |
|
datatemplate-related features, once again. Status for RDFa and |
65 |
|
XHTML Basic 1.1 updated. |
66 |
|
|
67 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm: HTML5 spec status updated, except for |
70 |
|
datatemplate-related features. |
71 |
|
|
72 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
75 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
76 |
|
parent (or with no parent). |
77 |
|
|
78 |
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
* HTML.pm: <input usemap> support. |
* HTML.pm: <input usemap> support. |