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

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.90

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24