/[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.132 by wakaba, Sun Feb 10 04:09:57 2008 UTC revision 1.164 by wakaba, Sat Mar 8 02:29:22 2008 UTC
# Line 1  Line 1 
1    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src (_tree_construction_main): '</p>' in body
4            case is split from other end tags for the preparation
5            of implementing HTML revision 1320.
6    
7    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
10            revision 1320).
11    
12    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
15            and "div" (HTML5 revision 1318).  Add comments to where
16            |form| pointer association codes should be inserted (HTML5 revision
17            1319).
18    
19    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
22    
23    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm.src: Since the case t268 should never be reached (no
26            other token type, there are), it is replaced by a |die| statement.
27    
28    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm.src: Typo fixed.
31    
32    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm.src (_tree_construction_initial): Some limited quirks
35            doctypes were not uppercased for comparison.
36    
37    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
40            are added.
41    
42    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
45            are set.  Cases that are unlikely reached are noted as so.
46    
47    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm.src: Checkpoints for debugging are added.
50    
51            * mkhtmlparser.pl: Support for |!!!cp| syntax.
52    
53    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
56            for simplicity.
57    
58    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
61            revision 1307).
62    
63    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
66            is set are changed (HTML5 revision 1305).
67    
68    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
71            1292).  Entities are not parsed in comment-like part in RCDATA
72            elements (HTML5 revision 1294).  Allow bare & at the end
73            of attribute value literals (HTML5 revision 1296).  More
74            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
75            between attributes and ban attribute names or unquoted
76            attribute values containing single or double quotes (HTML5
77            revision 1303).
78    
79    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
80    
81            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
82            and related errors unless it is an HTML document (though the spec
83            is unclear on whether it is applied to XHTML document).
84    
85            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
86            are added.
87    
88    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm.src: s/local_name/manakai_local_name/g.
91    
92    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
93    
94            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
95    
96            * HTML.pm.src: |charset| in |content| attribute is
97            case-insensitive (HTML5 revision 1270).
98    
99    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
100    
101            * ContentChecker.pm: New status constants are added.
102            ($ElementDefault): |status| added.
103            (check_element): Err for non-standard or deprecated elements.
104            (_attr_status_info): For non-standard or deprecated attributes.
105    
106    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
107    
108            * ContentChecker.pm (_attr_status_info): New internal method.
109    
110    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
111    
112            * ContentChecker.pm (check_element): Element standardized
113            status information is now dispatched.
114    
115    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
116    
117            * ContentChecker.pm (check_element): Fix |del|-and-significant
118            problem by adding some more arguments.
119    
120    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
121    
122            * ContentChecker.pm (check_element): Use context of
123            container-for-the-purpose-of-content-model element (not transparent
124            element) for |check_child_element| calling and significant
125            text flag marking.  This reintroduces |<del>|-and-significant
126            problem again.
127    
128    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
129    
130            * ContentChecker.pm (check_element): Make semi-transparent
131            elements ignored for the purpose of phase changes in
132            content model checking.
133    
134    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
135    
136            * ContentChecker.pm (check_element): In-element state
137            was not properly managed for transparent cases.
138    
139    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
140    
141            * ContentChecker.pm (check_element): Support for |video|
142            and |audio| as semi-transparent elements.
143    
144    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
145    
146            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
147            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
148            Support for |html:object| as a semi-transparent element.
149    
150    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
151    
152            * ContentChecker.pm (check_element): The way to traverse
153            the tree is entirely revised to make it easier to track
154            the state of ancestors/descendants.  As a result of this
155            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
156            support for content model checking for HTML elements |figure|,
157            |object|, |video|, and |audio| and checking for XML elements (and
158            some XMLNS checkings) are dropped for now.  They will be
159            reimplemented in due cource.
160    
161    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
164            token (HTML5 revision 1225).
165    
166    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
167    
168            * ContentChecker.pm ({unsupported_level}): New value.
169    
170            * HTML.pm.src: Save whether |meta| |content| attribute
171            contains character references or not.
172    
173    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
174    
175            * ContentChecker.pm (_get_children): (Incompleted) attempt to
176            imlement significant content checking for contents
177            with |del| elements.
178    
179    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
180    
181            * ContenteChecker.pm ($HTMLTransparentElements): More
182            elements are added.
183            (_get_children): HTML |object| elements are now semi-transparent.
184    
185            * NanoDOM.pm (manakai_html, manakai_head): New methods.
186    
187    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
188    
189            * CacheManifest.pm: HTML5 revision 1211 implemented.
190    
191            * CacheManifest.pod: Updated.
192    
193  2008-02-10  Wakaba  <wakaba@suika.fam.cx>  2008-02-10  Wakaba  <wakaba@suika.fam.cx>
194    
195          * ContentChecker.pm (check_document, check_element): Support          * ContentChecker.pm (check_document, check_element): Support

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.164

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24