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

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.72

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24