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

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

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

revision 1.16 by wakaba, Tue Oct 14 15:25:50 2008 UTC revision 1.40 by wakaba, Sun Aug 16 05:24:47 2009 UTC
# Line 1  Line 1 
1    2009-08-16  Wakaba  <[email protected]>
2    
3            * Tokenizer.pm.src: Any "<" character in attribute names become
4            parse error (HTML5 revision 3354).
5    
6    2009-08-16  Wakaba  <[email protected]>
7    
8            * Tokenizer.pm.src: Lowercase-fold doctype names (HTML5 revision
9            2501, cf. HTML5 revision 3571).
10    
11    2009-07-05  Wakaba  <[email protected]>
12    
13            * Tokenizer.pm.src: Reduced the number of parse errors on broken
14            DOCTYPE (HTML5 revision 3121).
15    
16    2009-07-03  Wakaba  <[email protected]>
17    
18            * Tokenizer.pm.src: Reduced a parse error (HTML5 revision 3194).
19    
20    2009-07-03  Wakaba  <[email protected]>
21    
22            * Tokenizer.pm.src: "<" in unquoted attribute values is now
23            treated as parse error (HTML5 revision 3206).
24    
25    2008-11-07  Wakaba  <[email protected]>
26    
27            * Dumper.pm (dumptree): Support for namespace abbreviation for
28            SWML namespaces.
29    
30    2008-10-19  Wakaba  <[email protected]>
31    
32            * Tokenizer.pm.src: Normalize white space characters in attribute
33            value literals in XML documents.  Don't apply character reference
34            mapping table for non-NULL non-surrogate code points.
35    
36    2008-10-19  Wakaba  <[email protected]>
37    
38            * Tokenizer.pm.src: Set the "stop_processing" flag true when a
39            parameter entity occurs in a standalone="no" document.
40    
41    2008-10-19  Wakaba  <[email protected]>
42    
43            * Tokenizer.pm.src: Column number counting fixed.
44    
45    2008-10-19  Wakaba  <[email protected]>
46    
47            * Tokenizer.pm.src: Raise a parse error for '&' that does not
48            introduce a reference in XML.  Support for non-ASCII entity
49            reference names.
50    
51    2008-10-19  Wakaba  <[email protected]>
52    
53            * Tokenizer.pm.src: Make uppercase "&#X" in XML a parse error.
54            Remove the limitation of entity name length.  Enable replacement
55            of text-only general entities.  Raise a parse error for an
56            unparsed entity reference.  Raise a parse error for a general
57            entity reference to an undefined entity.
58    
59    2008-10-19  Wakaba  <[email protected]>
60    
61            * Tokenizer.pm.src: Support for <!ELEMENT>.
62            (AFTER_NOTATION_NAME_STATE): Renamed as |AFTER_MD_DEF_STATE| (i.e.
63            after markup declaration definition state).
64    
65    2008-10-19  Wakaba  <[email protected]>
66    
67            * Tokenizer.pm.src: Support for EntityValue.
68    
69    2008-10-19  Wakaba  <[email protected]>
70    
71            * Dumper.pm: Dump text content of Entity nodes.
72    
73            * Tokenizer.pm.src: Support for <!ENTITY ... NDATA>.
74    
75    2008-10-19  Wakaba  <[email protected]>
76    
77            * Tokenizer.pm.src (_get_next_token): Make keywords 'ENTITY',
78            'ELEMENT', 'ATTLIST', and 'NOTATION' ASCII case-insensitive.
79    
80    2008-10-18  Wakaba  <[email protected]>
81    
82            * Tokenizer.pm.src: Modifies PUBLIC/SYSTEM identifier tokenizer
83            states such that <!ENTITY> and <!NOTATION> can be tokenized by
84            those states as well.
85            (BOGUS_MD_STATE): A new state; used for bogus markup declarations,
86            in favor of BOGUS_COMMENT_STATE.
87    
88    2008-10-18  Wakaba  <[email protected]>
89    
90            * Tokenizer.pm.src: <!ATTLIST> in the internal subset of an XML
91            document, is now fully implemented.
92    
93            * Dumper.pm (dumptree): Output allowed tokens and default value
94            always.
95    
96    2008-10-17  Wakaba  <[email protected]>
97    
98            * Tokenizer.pm.src: New token types AtTLIST_TOKEN, ELEMENT_TOKEN,
99            GENERAL_ENTITY_TOKEN, PARAMETER_ENTITY_TOKEN, and NOTATION_TOKEN
100            are added.  New intertion modes for markup declarations are added.
101    
102    2008-10-16  Wakaba  <[email protected]>
103    
104            * Tokenizer.pm.src: New token type END_OF_DOCTYPE_TOKEN added.
105            New states DOCTYPE_TAG_STATE and
106            BOGUS_DOCTYPE_INTERNAL_SUBSET_AFTER_STATE are added.  (Bogus
107            string after the internal subset, which was handled by the state
108            BOGUS_DOCTYPE_STATE, are now handled by the new state.)  Support
109            for comments, bogus comments, and processing instructions in the
110            internal subset.  If there is the internal subset, then emit the
111            doctype token before the internal subset (with its
112            $token->{has_internal_subset} flag set) and an
113            END_OF_DOCTYPE_TOKEN after the internal subset.
114    
115    2008-10-15  Wakaba  <[email protected]>
116    
117            * Tokenizer.pm.src: $self->{s_kwd} for non-DATA_STATE states are
118            renamed as $self->{kwd} to avoid confliction.  Don't raise
119            case-sensitivity error for the keyword "DOCTYPE" in HTML mode.
120            Support for internal subsets (internal subset itself only; no
121            declaration in them is supported yet).  Raise a parse error for
122            non-uppercase keywords "PUBLIC" and "SYSTEM" in XML mode.  Raise a
123            parse error if no system identifier is specified for a DOCTYPE
124            declaration with a public identifier.  Don't close the DOCTYPE
125            declaration by a ">" character in the system declaration in XML
126            mode.
127            
128    2008-10-15  Wakaba  <[email protected]>
129    
130            * Tokenizer.pm.src: Set index attribute to each attribute token,
131            for ignoring namespaced duplicate attribute at the XML namespace
132            parser layer.  Raise a parse error if the attribute value is
133            omitted, in XML mode.  Raise a parse error if the attribute value
134            is not quoted, in XML mode.  Raise a parse error if "<" character
135            is found in a quoted attribute value, in XML mode.
136    
137    2008-10-15  Wakaba  <[email protected]>
138    
139            * Tokenizer.pm.src: XML tag name start character support for end
140            tags.  Support for the short end tag syntax of XML5.  Raise a
141            parse erorr for a lowercase <!doctype> in XML.
142    
143    2008-10-15  Wakaba  <[email protected]>
144    
145            * Tokenizer.pm.src: XML tag name start character support for start
146            tags.
147    
148    2008-10-15  Wakaba  <[email protected]>
149    
150            * Tokenizer.pm.src: Support for XML processing instructions.
151    
152  2008-10-15  Wakaba  <[email protected]>  2008-10-15  Wakaba  <[email protected]>
153    
154          * Tokenizer.pm.src: Mark CHARACTER_TOKEN with character reference          * Tokenizer.pm.src: Mark CHARACTER_TOKEN with character reference

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.40

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24