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

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.70

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24