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

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.60

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24