/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.268 by wakaba, Sun Aug 3 05:43:11 2008 UTC revision 1.290 by wakaba, Wed Sep 10 10:46:50 2008 UTC
# Line 1  Line 1 
1    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Ignore punctuations in charset names.
4    
5    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
6    
7            * ContentChecker.pm: Support for charset-layer error levels.
8    
9            * HTML.pm.src: Don't specify |text| argument for the
10            |chardecode:fallback| error, since it is not the encoding
11            being used alternatively.
12    
13    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
14    
15            * HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141).
16    
17    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
18    
19            * CacheManifest.pm: Support for extensibility (HTML5 revision 2051).
20    
21    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src: Bug fix and sync with the spec with regard
24            to after after frameset insertion mode processing (HTML5
25            revision 1909).  Note that the implementation was wrong
26            per the old spec before the r1909 changes.
27    
28    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTMLTable.pm: scope=auto algorithm fix synced with the
31            spec (HTML5 revision 2093).
32            ($process_row): Algorithm step numbers synced with the
33            spec (HTML5 revision 2092).
34    
35    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTMLTable.pm: Zs is not what we want; we want White_Space! (HTML5
38            revision 2094).
39    
40    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
41    
42            * ContentType.pm: Support for image/svg+xml (HTML5 revision 2096).
43    
44    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm.src: '"' and "'" at the end of attribute
47            name (after another attribute) now raise parse error (HTML5
48            revision 2123).  Empty unquoted attribute values are no
49            longer allowed (HTML5 revision 2122).
50    
51    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
52    
53            * mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5
54            revision 2130).
55    
56    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
57    
58            * ContentChecker.pm: |xml:lang| attribute value must be same
59            as |lang| attribute value for HTML elements (HTML5 revision 2062
60            and so on).
61    
62    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
63    
64            * ContentChecker.pm: Error level definition for |xml_id_error|
65            was missing.
66    
67            * URIChecker.pm: The end of the URL should be marked as the
68            error location for an empty path error.  The position
69            between the userinfo and the port components should be
70            marked as the error location for an empty host error.
71    
72    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
73    
74            * URIChecker.pm: Set parameters representing where in the
75            value the error occurs for errors.  Report unknown
76            address format error in warning level, since address
77            formats are rarely added.  Path segments starting with "/.."
78            were misinterpreted as a dot-segment.
79    
80    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
81    
82            * URIChecker.pm (check_iri_reference): Requires
83            |Message::DOM::DOMImplementation|.
84    
85    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
86    
87            * IMTChecker.pm: Updated for the new error reporting architecture.
88    
89            * ContentChecker.pm: Error levels for IMTs are added.
90    
91    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
92    
93            * H2H.pm (_shift_token): Support for unquoted HTML attribute
94            values.
95    
96    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
97    
98            * CacheManifest.pm: Support for new style of error
99            reports.
100    
101            * HTML.pm.src: Set line=1, column=1 to the document node.
102    
103    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
104    
105            * ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag
106            and URL checkers.  Support for more error levels for bogus
107            langauge tag and URL "standards".
108    
109            * LangTag.pm, URIChecker.pm: Support for new style error
110            level reporting.
111    
112    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
113    
114            * ContentChecker.pm: Support for RDF/XML error levels.
115    
116            * HTMLTable.pm, RDFXML.pm: Support for new style of error level
117            specifying.  Error types are revised.
118    
119    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
120    
121            * ContentChecker.pm: All error reporting method calls are
122            renewed.
123    
124    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm.src: All error type names and "text" parameters
127            are revised.  Use new style for "level" specification.
128    
129            * mkhtmlparser.pl: Use new style for "level" specification.
130    
131    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
132    
133            * WebIDL.pm (parse_char_string): Simplified error
134            reporting process for broken ignored valuetype definition.
135            (Valuetype idl_text): Support for special "DOMString" name.
136    
137    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
138    
139            * WebIDL.pm ($get_scoped_name): Append "::::" if the last
140            terminal of the ScopedName is "DOMString", such that whether
141            the last part of the scoped name is "DOMString" or "_DOMString"
142            later.  It is necessary to determine whether a |typedef|
143            definition should be ignored or not.
144            (parse_char_string): Unescape the identifier of
145            exception members.
146            ($resolve): Return undef for builtin types and sequence<T>
147            types (we might not have to do this, however...).
148            (check): Support checking for Exceptions, Valuetypes,
149            and Typedefs.
150            ($serialize_type): Support for "DOMString::::" syntax.
151            (Typedef idl_text): Output Type as "DOMString" if it
152            is really "DOMString" (i.e. its internal representation
153            is "::DOMString::").
154    
155  2008-08-03  Wakaba  <wakaba@suika.fam.cx>  2008-08-03  Wakaba  <wakaba@suika.fam.cx>
156    
157          * WebIDL.pm ($resolve): New code, based on resolve code          * WebIDL.pm ($resolve): New code, based on resolve code

Legend:
Removed from v.1.268  
changed lines
  Added in v.1.290

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24