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

Contents of /markup/html/whatpm/Whatpm/XML/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14 - (hide annotations) (download)
Thu Oct 16 03:39:57 2008 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +7 -0 lines
++ whatpm/t/ChangeLog	16 Oct 2008 03:39:39 -0000
2008-10-16  Wakaba  <wakaba@suika.fam.cx>

	* XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.

++ whatpm/t/xml/ChangeLog	16 Oct 2008 03:39:53 -0000
2008-10-16  Wakaba  <wakaba@suika.fam.cx>

	* doctypes-2.dat: New test added.

	* comments-2.dat, pis-2.dat: New test data files.

++ whatpm/Whatpm/HTML/ChangeLog	16 Oct 2008 03:36:51 -0000
2008-10-16  Wakaba  <wakaba@suika.fam.cx>

	* Tokenizer.pm.src: New token type END_OF_DOCTYPE_TOKEN added.
	New states DOCTYPE_TAG_STATE and
	BOGUS_DOCTYPE_INTERNAL_SUBSET_AFTER_STATE are added.  (Bogus
	string after the internal subset, which was handled by the state
	BOGUS_DOCTYPE_STATE, are now handled by the new state.)  Support
	for comments, bogus comments, and processing instructions in the
	internal subset.  If there is the internal subset, then emit the
	doctype token before the internal subset (with its
	$token->{has_internal_subset} flag set) and an
	END_OF_DOCTYPE_TOKEN after the internal subset.

++ whatpm/Whatpm/XML/ChangeLog	16 Oct 2008 03:39:19 -0000
2008-10-16  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm.src: Insertion mode IN_SUBSET_IM added.  In the
	"initial" insertion mode, if the DOCTYPE token's "has internal
	subset" flag is set, then switch to the "in subset" insertion
	mode.

1 wakaba 1.14 2008-10-16 Wakaba <wakaba@suika.fam.cx>
2    
3     * Parser.pm.src: Insertion mode IN_SUBSET_IM added. In the
4     "initial" insertion mode, if the DOCTYPE token's "has internal
5     subset" flag is set, then switch to the "in subset" insertion
6     mode.
7    
8 wakaba 1.9 2008-10-15 Wakaba <wakaba@suika.fam.cx>
9    
10 wakaba 1.13 * Parser.pm.src: Typo fixed.
11    
12     2008-10-15 Wakaba <wakaba@suika.fam.cx>
13    
14 wakaba 1.12 * Parser.pm.src: Use source order to determine which attribute is
15     duplicate. Preserve duplicate namespaced attributes as
16     non-namespaced attributes.
17    
18     2008-10-15 Wakaba <wakaba@suika.fam.cx>
19    
20 wakaba 1.11 * Parser.pm.src: Bug fixes for the handling of ":" in the element
21     type names and attribute names.
22    
23     2008-10-15 Wakaba <wakaba@suika.fam.cx>
24    
25 wakaba 1.10 * Parser.pm.src: Support for XML declarations.
26    
27     2008-10-15 Wakaba <wakaba@suika.fam.cx>
28    
29 wakaba 1.9 * Parser.pm.src: Raise a parse error for white space character
30     generated by a character reference outside of the root element.
31    
32 wakaba 1.2 2008-10-14 Wakaba <wakaba@suika.fam.cx>
33    
34 wakaba 1.8 * Parser.pm.src: Support for namespace for attributes in non-root
35     elements.
36    
37     2008-10-14 Wakaba <wakaba@suika.fam.cx>
38    
39 wakaba 1.7 * Parser.pm.src: Namespace support for the root element.
40    
41     2008-10-14 Wakaba <wakaba@suika.fam.cx>
42    
43 wakaba 1.6 * Parser.pm.src: In the "after root element" insertion mode, start
44     tag tokens are processed by changing the insertion mode to "before
45     root element" insertion mode after raising a parse error.
46    
47     2008-10-14 Wakaba <wakaba@suika.fam.cx>
48    
49 wakaba 1.5 * Parser.pm.src: Attribute support.
50    
51     2008-10-14 Wakaba <wakaba@suika.fam.cx>
52    
53 wakaba 1.4 * Parser.pm.src: Use array reference syntax for
54     |create_element_ns|, for Whatpm::NanoDOM compability. Typo fixed.
55    
56     2008-10-14 Wakaba <wakaba@suika.fam.cx>
57    
58 wakaba 1.3 * Parser.pm.src: Set |in_xml| flag for tokenizer.
59    
60     2008-10-14 Wakaba <wakaba@suika.fam.cx>
61    
62     * Parser.pm.src: A bug on end tag handling fixed.
63    
64     2008-10-14 Wakaba <wakaba@suika.fam.cx>
65    
66 wakaba 1.2 * Makefile, Parser.pm.src: New files.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24