/[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.13 - (hide annotations) (download)
Wed Oct 15 12:49:49 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +4 -0 lines
++ whatpm/t/ChangeLog	15 Oct 2008 12:49:07 -0000
	* XML-Parser.t: "xml/doctypes-2.dat" added.

	* tokenizer-test-1.test: Keyword case-sensitivility tests added.

2008-10-15  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/xml/ChangeLog	15 Oct 2008 12:49:41 -0000
	* doctypes-1.dat: A keyword case-sensitivility test added.

	* doctypes-2.dat: New test data file.

2008-10-15  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/HTML/ChangeLog	15 Oct 2008 12:46:53 -0000
	* Tokenizer.pm.src: $self->{s_kwd} for non-DATA_STATE states are
	renamed as $self->{kwd} to avoid confliction.  Don't raise
	case-sensitivity error for the keyword "DOCTYPE" in HTML mode.
	Support for internal subsets (internal subset itself only; no
	declaration in them is supported yet).  Raise a parse error for
	non-uppercase keywords "PUBLIC" and "SYSTEM" in XML mode.  Raise a
	parse error if no system identifier is specified for a DOCTYPE
	declaration with a public identifier.  Don't close the DOCTYPE
	declaration by a ">" character in the system declaration in XML
	mode.

2008-10-15  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/XML/ChangeLog	15 Oct 2008 12:48:30 -0000
	* Parser.pm.src: Typo fixed.

2008-10-15  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24