1 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
4 |
|
table object. Return the table object, not table element. |
5 |
|
The |headers=""| checker for |td| elements are now noop. |
6 |
|
Set the status of |headers=""| attribute as HTML5's one. |
7 |
|
|
8 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm ($HTMLLengthAttrChecker): New. |
11 |
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
12 |
|
(script/@langauge): Implemented. |
13 |
|
|
14 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
17 |
|
Check meta refresh content="". |
18 |
|
|
19 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
22 |
|
no longer content model error (they might be raise |
23 |
|
table model error, however). All table model error |
24 |
|
parameters should propagate. |
25 |
|
|
26 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
29 |
|
is used for an HTML element. |
30 |
|
|
31 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Support for global attributes. Status |
34 |
|
for XHTML2 elements/attributes are added. |
35 |
|
|
36 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
39 |
|
|
40 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
43 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
44 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
45 |
|
and |move-down|. |
46 |
|
|
47 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: Support for |template=""|, |ref=""|, and |
50 |
|
|registrationmark=""| attributes. |
51 |
|
|
52 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
55 |
|
1511). |
56 |
|
|
57 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
60 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
61 |
|
revision 1467). |
62 |
|
|
63 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
66 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
67 |
|
revision 1471) and an empty string is no longer allowed (HTML5 |
68 |
|
revision 1470). |
69 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
70 |
|
|
71 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
74 |
|
revision 1426). |
75 |
|
|
76 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
79 |
|
revision 1399). |
80 |
|
|
81 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
84 |
|
|
85 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
88 |
|
|
89 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm: link/@rev and a/@rev are implemented. |
92 |
|
|
93 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
96 |
|
img/@vspace, img/@longdesc, object/@align, object/@archive, |
97 |
|
object/@border, object/@classid, object/@codebase, |
98 |
|
object/@codetype, object/@declare, object/@hspace, |
99 |
|
object/@standby, object/@vspace, param/@valuetype, |
100 |
|
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
101 |
|
and %cellvalign/@valign are implemented. |
102 |
|
|
103 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
106 |
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
107 |
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
108 |
|
table/@summary, and table/@width are implemented. |
109 |
|
|
110 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
113 |
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
114 |
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
115 |
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
116 |
|
|
117 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
120 |
|
checker). head/@profile implemented. meta/@scheme implemented (as |
121 |
|
do-nothing checker). |
122 |
|
|
123 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: Add URIs to the list of URIs to be returned |
126 |
|
by the checker method. |accesskey| attribute is implemented. |
127 |
|
|
128 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* Atom.pm: Don't raise an error even if there is |
131 |
|
no |atom:summary| element child in the |atom:entry| |
132 |
|
element when the |type| attribute of the |atom:content| |
133 |
|
element is set to |html|, |xhtml|, or |text|. |
134 |
|
The |atom:rights| elements were implemented |
135 |
|
as Date construct (!?). |
136 |
|
Typo in code for |rel=alternate| are fixed. |
137 |
|
|
138 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* Atom.pm: Support for |thr:total| element. |
141 |
|
Add notes on additional Atom namespaces. |
142 |
|
|
143 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* Atom.pm: Support for |thr:in-reply-to| element. |
146 |
|
|
147 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* Atom.pm: Raise an error if required |atom:summary| |
150 |
|
element is missing from an |atom:entry| element. |
151 |
|
|
152 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
* Atom.pm: Support for |<* type=html>| in Text construct. |
* Atom.pm: Support for |<* type=html>| in Text construct. |