/[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.125 by wakaba, Fri Nov 23 05:39:43 2007 UTC revision 1.153 by wakaba, Mon Mar 3 00:13:22 2008 UTC
# Line 1  Line 1 
1    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
4            revision 1307).
5    
6    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
9            is set are changed (HTML5 revision 1305).
10    
11    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
14            1292).  Entities are not parsed in comment-like part in RCDATA
15            elements (HTML5 revision 1294).  Allow bare & at the end
16            of attribute value literals (HTML5 revision 1296).  More
17            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
18            between attributes and ban attribute names or unquoted
19            attribute values containing single or double quotes (HTML5
20            revision 1303).
21    
22    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
23    
24            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
25            and related errors unless it is an HTML document (though the spec
26            is unclear on whether it is applied to XHTML document).
27    
28            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
29            are added.
30    
31    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: s/local_name/manakai_local_name/g.
34    
35    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
36    
37            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
38    
39            * HTML.pm.src: |charset| in |content| attribute is
40            case-insensitive (HTML5 revision 1270).
41    
42    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
43    
44            * ContentChecker.pm: New status constants are added.
45            ($ElementDefault): |status| added.
46            (check_element): Err for non-standard or deprecated elements.
47            (_attr_status_info): For non-standard or deprecated attributes.
48    
49    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
50    
51            * ContentChecker.pm (_attr_status_info): New internal method.
52    
53    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
54    
55            * ContentChecker.pm (check_element): Element standardized
56            status information is now dispatched.
57    
58    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
59    
60            * ContentChecker.pm (check_element): Fix |del|-and-significant
61            problem by adding some more arguments.
62    
63    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
64    
65            * ContentChecker.pm (check_element): Use context of
66            container-for-the-purpose-of-content-model element (not transparent
67            element) for |check_child_element| calling and significant
68            text flag marking.  This reintroduces |<del>|-and-significant
69            problem again.
70    
71    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
72    
73            * ContentChecker.pm (check_element): Make semi-transparent
74            elements ignored for the purpose of phase changes in
75            content model checking.
76    
77    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
78    
79            * ContentChecker.pm (check_element): In-element state
80            was not properly managed for transparent cases.
81    
82    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
83    
84            * ContentChecker.pm (check_element): Support for |video|
85            and |audio| as semi-transparent elements.
86    
87    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
88    
89            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
90            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
91            Support for |html:object| as a semi-transparent element.
92    
93    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
94    
95            * ContentChecker.pm (check_element): The way to traverse
96            the tree is entirely revised to make it easier to track
97            the state of ancestors/descendants.  As a result of this
98            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
99            support for content model checking for HTML elements |figure|,
100            |object|, |video|, and |audio| and checking for XML elements (and
101            some XMLNS checkings) are dropped for now.  They will be
102            reimplemented in due cource.
103    
104    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
107            token (HTML5 revision 1225).
108    
109    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
110    
111            * ContentChecker.pm ({unsupported_level}): New value.
112    
113            * HTML.pm.src: Save whether |meta| |content| attribute
114            contains character references or not.
115    
116    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
117    
118            * ContentChecker.pm (_get_children): (Incompleted) attempt to
119            imlement significant content checking for contents
120            with |del| elements.
121    
122    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
123    
124            * ContenteChecker.pm ($HTMLTransparentElements): More
125            elements are added.
126            (_get_children): HTML |object| elements are now semi-transparent.
127    
128            * NanoDOM.pm (manakai_html, manakai_head): New methods.
129    
130    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
131    
132            * CacheManifest.pm: HTML5 revision 1211 implemented.
133    
134            * CacheManifest.pod: Updated.
135    
136    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
137    
138            * ContentChecker.pm (check_document, check_element): Support
139            for second argument ($onsubdoc).
140            (_get_css_parser): Removed (now it is part of WDCC).
141    
142    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
143    
144            * ContentChecker.pm (_get_css_parser): New.
145    
146    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
147    
148            * ContentChecker.pm ($AnyChecker): Old way to add child elements
149            for checking had been used.
150    
151    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
152    
153            * ContentChecker.pm (check_element): New todo item type |descendant|.
154    
155    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
156    
157            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
158            specced in RFC 2046 and RFC 4288.
159            (application/atom+xml): Definition added.
160    
161    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
162    
163            * URIChecker.pm: Make RFC 3986 should-level errors
164            warnings (rather than SHOULD-level errors).
165    
166    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
167    
168            * NanoDOM.pm (get_user_data, set_user_data): New methods.
169    
170            * HTML.pm.src: A flag for character references in attribute
171            values are added.  Set |manakai_has_reference| user data
172            to |charset| attribute.
173    
174  2007-11-23  Wakaba  <wakaba@suika.fam.cx>  2007-11-23  Wakaba  <wakaba@suika.fam.cx>
175    
176          * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New          * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.153

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24