1 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
4 |
|
|
5 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Updated definitions for attributes for form submission |
8 |
|
on |form| and submit buttons (action="", method="", enctype="", |
9 |
|
target="", and novalidate=""). |
10 |
|
|
11 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
14 |
|
attribute. Implemented |name=""| attribute for form controls. |
15 |
|
Added U+000C into character class of space characters (it should |
16 |
|
have been, but was not in some of regular expressions). Updated |
17 |
|
definitions for |output| elements. |
18 |
|
|
19 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
22 |
|
|option|, and |textarea| elements. |
23 |
|
|
24 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Updated definitions for |select|. |
27 |
|
|
28 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Updated definitions for |button|. |
31 |
|
|
32 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
35 |
|
SHOULD-level error if @pattern but no @title. |
36 |
|
|
37 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: Added support for |pattern| attributes. |
40 |
|
|
41 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* HTML.pm: Implemented <input type=file multiple> and <input |
* HTML.pm: Implemented <input type=file multiple> and <input |