1 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
4 |
|
revision 3051). |
5 |
|
|
6 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
9 |
|
3065). |
10 |
|
|
11 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
14 |
|
for now (HTML5 revision 3067). |
15 |
|
|
16 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
19 |
|
element (HTML5 revision 3116). |
20 |
|
|
21 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
24 |
|
3164). |
25 |
|
|
26 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
29 |
|
3217). |
30 |
|
|
31 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
34 |
|
3252). |
35 |
|
|
36 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
39 |
|
|caption| are now allowed (HTML5 revision 3329). |
40 |
|
|
41 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
44 |
|
($GetDateTimeAttrChecker): Added. |
45 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
46 |
|
later use. |
47 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
48 |
|
"global date and time string". |
49 |
|
(input's date- and time-related, and type=number and type=range |
50 |
|
control types): Implemented value="", min="", and max="". |
51 |
|
|
52 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
55 |
|
|
56 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm: Updated definitions for attributes for form submission |
59 |
|
on |form| and submit buttons (action="", method="", enctype="", |
60 |
|
target="", and novalidate=""). |
61 |
|
|
62 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
65 |
|
attribute. Implemented |name=""| attribute for form controls. |
66 |
|
Added U+000C into character class of space characters (it should |
67 |
|
have been, but was not in some of regular expressions). Updated |
68 |
|
definitions for |output| elements. |
69 |
|
|
70 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
73 |
|
|option|, and |textarea| elements. |
74 |
|
|
75 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: Updated definitions for |select|. |
78 |
|
|
79 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: Updated definitions for |button|. |
82 |
|
|
83 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
86 |
|
SHOULD-level error if @pattern but no @title. |
87 |
|
|
88 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* HTML.pm: Added support for |pattern| attributes. |
91 |
|
|
92 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
* HTML.pm: Implemented <input type=file multiple> and <input |
* HTML.pm: Implemented <input type=file multiple> and <input |