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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24