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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24