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

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.96

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24