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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24