1 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
4 |
|
attribute. Implemented |name=""| attribute for form controls. |
5 |
|
Added U+000C into character class of space characters (it should |
6 |
|
have been, but was not in some of regular expressions). Updated |
7 |
|
definitions for |output| elements. |
8 |
|
|
9 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
12 |
|
|option|, and |textarea| elements. |
13 |
|
|
14 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: Updated definitions for |select|. |
17 |
|
|
18 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: Updated definitions for |button|. |
21 |
|
|
22 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
25 |
SHOULD-level error if @pattern but no @title. |
SHOULD-level error if @pattern but no @title. |
26 |
|
|