/[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.36 by wakaba, Sun Feb 17 14:11:16 2008 UTC revision 1.67 by wakaba, Thu Mar 20 07:37:00 2008 UTC
# Line 1  Line 1 
1    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Atom.pm: Support for |author| for |feed| checking.
4    
5    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
6    
7            * Atom.pm: Support for |author| for |entry| checking.
8    
9    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
10    
11            * HTML.pm: Some attribute level definitions were missing.
12    
13    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
14    
15            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
16    
17    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm: |contenteditable| attribute support is now implemented.
20    
21    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm: Known but not-implemented-yet attributes were not
24            warned.
25    
26    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm: Status information from old specifications
29            are incorporated.
30    
31    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
32    
33            * Atom.pm: Reimplemented.
34    
35    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: |in_a_href| flag is not reset after the </a>.
38            Raise an error if |area| is not a descendant of |map|.
39    
40    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm: Sectioning root category added.  |blockquote|
43            is no longer a sectioning content.
44    
45    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
48            revision 1250).
49    
50    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: First version of Web Forms 2.0 support (its weired,
53            since the spec itself is frankensteinesque:-); note that though
54            it is weired spec from the today's viewpoint, it is still
55            better-written spec than any W3C (Candidate or Proposed or full)
56            Recommendation, sadly.
57    
58    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
61            from XHTML M12N 1.0 are reflected in |status| field.
62    
63    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
66            Don't raise "not defined" errors; they are now raised according
67            to status flags.  Status flags of li/@value, ol/@start, and menu
68            are now non-deprecated, to avoid deprecated error message.
69            area/@hreftype typo fixed.  |isindex| SHOULD NOT be used
70            according to HTML4.
71    
72    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
75            Add |reversed| to |ol| (HTML5 revision 1248).
76    
77    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
78    
79            * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
80    
81    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
84            Raise not-part-of-HTML5 error for |acronym|.
85    
86    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm: HTML5 attribute status added.
89    
90    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: Standardized status for attributes are added (HTML5
93            info are not added yet).  Make element or attribute not defined
94            by HTML5 spec as a conformance error (though it is not clearly
95            defined by HTML5 spec as non-conforming).  Note that more work
96            is needed for non-standard attribute thing, since the current
97            implementation prevents non-standard attribute from being
98            syntactically checked (otherwise it is treated as if a
99            standard attribute).
100    
101    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm: Standardized status attributes are added.
104    
105    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
106    
107            * HTML.pm: Invalid |meta| in |noscript| should be erred
108            as usual.
109    
110    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm: Updated for |del|-and-significant problem.
113    
114    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm (datagrid): Condition was incorrect.
117    
118    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
121            change state when a transparent element is encountered.
122            (details check): Reimplemented.
123    
124    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm (object check_end): Don't check significant content
127            if the element is used as a transparent element.
128            (video check): Reimplemented.
129    
130    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm: |figure| content checker reimplemented.  |object|
133            content checker for root element case reimplemented.
134    
135    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm: Revised.
138    
139    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm (object): Implemented (with some bug on transparentness
142            handling).
143    
144    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
145    
146            * HTML.pm: s/m/mark/g (HTML5 revision 1232).
147    
148    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
151            the conformance checker cannot examine the semantics of the
152            image).
153    
154    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm: Useless old stuff are removed.  |datagrid|
157            was missing from |$HTMLInteractiveContent|.
158            (a): Use new |$HTMLInteractiveContent| in place
159            of |$HTMLIntetractiveElements|.
160            (caption): Use new |$HTMLPhrasingContentChecker| in place
161            of |$HTMLStrictlyInlineChecker|.
162    
163  2008-02-17  Wakaba  <wakaba@suika.fam.cx>  2008-02-17  Wakaba  <wakaba@suika.fam.cx>
164    
165          * HTML.pm (figure): Implemented.          * HTML.pm (figure): Implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24