/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.91

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24