1 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
4 |
|
have been dropped (HTML5 revision 2870). |
5 |
|
|
6 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
9 |
|
attribute (HTML5 revision 2921). |
10 |
|
|
11 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
14 |
|
|height|; cf. HTML5 revision 2943). |
15 |
|
|
16 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
19 |
|
revision 3051). |
20 |
|
|
21 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
24 |
|
3065). |
25 |
|
|
26 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
29 |
|
for now (HTML5 revision 3067). |
30 |
|
|
31 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
34 |
|
element (HTML5 revision 3116). |
35 |
|
|
36 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
39 |
|
3164). |
40 |
|
|
41 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
44 |
|
3217). |
45 |
|
|
46 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
49 |
|
3252). |
50 |
|
|
51 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
54 |
|
|caption| are now allowed (HTML5 revision 3329). |
55 |
|
|
56 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
59 |
|
($GetDateTimeAttrChecker): Added. |
60 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
61 |
|
later use. |
62 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
63 |
|
"global date and time string". |
64 |
|
(input's date- and time-related, and type=number and type=range |
65 |
|
control types): Implemented value="", min="", and max="". |
66 |
|
|
67 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
70 |
|
|
71 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: Updated definitions for attributes for form submission |
74 |
|
on |form| and submit buttons (action="", method="", enctype="", |
75 |
|
target="", and novalidate=""). |
76 |
|
|
77 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
80 |
|
attribute. Implemented |name=""| attribute for form controls. |
81 |
|
Added U+000C into character class of space characters (it should |
82 |
|
have been, but was not in some of regular expressions). Updated |
83 |
|
definitions for |output| elements. |
84 |
|
|
85 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
88 |
|
|option|, and |textarea| elements. |
89 |
|
|
90 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: Updated definitions for |select|. |
93 |
|
|
94 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm: Updated definitions for |button|. |
97 |
|
|
98 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
101 |
|
SHOULD-level error if @pattern but no @title. |
102 |
|
|
103 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: Added support for |pattern| attributes. |
106 |
|
|
107 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
110 |
|
placeholder>. |
111 |
|
|
112 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm: Implemented <input list>. |
115 |
|
|
116 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* HTML.pm: Implemented <input type=color>. |
119 |
|
|
120 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
123 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
124 |
|
|email|, |url|, and |password|. |
125 |
|
|
126 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
129 |
|
use attributes not supported by NanoDOM. |
130 |
|
|
131 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* HTML.pm: HTML5 spec status updated, except for |
134 |
|
datatemplate-related features, once again. Status for RDFa and |
135 |
|
XHTML Basic 1.1 updated. |
136 |
|
|
137 |
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
* HTML.pm: HTML5 spec status updated, except for |
* HTML.pm: HTML5 spec status updated, except for |