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