/[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.267 by wakaba, Sat Aug 2 15:14:23 2008 UTC revision 1.283 by wakaba, Sat Aug 30 13:43:50 2008 UTC
# Line 1  Line 1 
1    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: '"' and "'" at the end of attribute
4            name (after another attribute) now raise parse error (HTML5
5            revision 2123).  Empty unquoted attribute values are no
6            longer allowed (HTML5 revision 2122).
7    
8    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
9    
10            * mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5
11            revision 2130).
12    
13    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
14    
15            * ContentChecker.pm: |xml:lang| attribute value must be same
16            as |lang| attribute value for HTML elements (HTML5 revision 2062
17            and so on).
18    
19    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
20    
21            * ContentChecker.pm: Error level definition for |xml_id_error|
22            was missing.
23    
24            * URIChecker.pm: The end of the URL should be marked as the
25            error location for an empty path error.  The position
26            between the userinfo and the port components should be
27            marked as the error location for an empty host error.
28    
29    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
30    
31            * URIChecker.pm: Set parameters representing where in the
32            value the error occurs for errors.  Report unknown
33            address format error in warning level, since address
34            formats are rarely added.  Path segments starting with "/.."
35            were misinterpreted as a dot-segment.
36    
37    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
38    
39            * URIChecker.pm (check_iri_reference): Requires
40            |Message::DOM::DOMImplementation|.
41    
42    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
43    
44            * IMTChecker.pm: Updated for the new error reporting architecture.
45    
46            * ContentChecker.pm: Error levels for IMTs are added.
47    
48    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
49    
50            * H2H.pm (_shift_token): Support for unquoted HTML attribute
51            values.
52    
53    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
54    
55            * CacheManifest.pm: Support for new style of error
56            reports.
57    
58            * HTML.pm.src: Set line=1, column=1 to the document node.
59    
60    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
61    
62            * ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag
63            and URL checkers.  Support for more error levels for bogus
64            langauge tag and URL "standards".
65    
66            * LangTag.pm, URIChecker.pm: Support for new style error
67            level reporting.
68    
69    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
70    
71            * ContentChecker.pm: Support for RDF/XML error levels.
72    
73            * HTMLTable.pm, RDFXML.pm: Support for new style of error level
74            specifying.  Error types are revised.
75    
76    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
77    
78            * ContentChecker.pm: All error reporting method calls are
79            renewed.
80    
81    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm.src: All error type names and "text" parameters
84            are revised.  Use new style for "level" specification.
85    
86            * mkhtmlparser.pl: Use new style for "level" specification.
87    
88    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
89    
90            * WebIDL.pm (parse_char_string): Simplified error
91            reporting process for broken ignored valuetype definition.
92            (Valuetype idl_text): Support for special "DOMString" name.
93    
94    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
95    
96            * WebIDL.pm ($get_scoped_name): Append "::::" if the last
97            terminal of the ScopedName is "DOMString", such that whether
98            the last part of the scoped name is "DOMString" or "_DOMString"
99            later.  It is necessary to determine whether a |typedef|
100            definition should be ignored or not.
101            (parse_char_string): Unescape the identifier of
102            exception members.
103            ($resolve): Return undef for builtin types and sequence<T>
104            types (we might not have to do this, however...).
105            (check): Support checking for Exceptions, Valuetypes,
106            and Typedefs.
107            ($serialize_type): Support for "DOMString::::" syntax.
108            (Typedef idl_text): Output Type as "DOMString" if it
109            is really "DOMString" (i.e. its internal representation
110            is "::DOMString::").
111    
112    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
113    
114            * WebIDL.pm ($resolve): New code, based on resolve code
115            for constant types in the |check| method.
116            (check): Support for checking of attributes, operations, and
117            arguments.
118            (Attribute/Operation idl_text): Exception names in getraises,
119            setraises, and raises clauses is serizlied by |$serialize_type|
120            code.
121    
122  2008-08-02  Wakaba  <wakaba@suika.fam.cx>  2008-08-02  Wakaba  <wakaba@suika.fam.cx>
123    
124          * WebIDL.pm ($integer): Order of selections are changed to match          * WebIDL.pm ($integer): Order of selections are changed to match

Legend:
Removed from v.1.267  
changed lines
  Added in v.1.283

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24