/[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.141 by wakaba, Sat Feb 23 15:24:49 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>  2008-02-23  Wakaba  <wakaba@suika.fam.cx>
135    
136          * ContentChecker.pm (check_element): In-element state          * ContentChecker.pm (check_element): In-element state

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24