/[suikacvs]/markup/html/whatpm/t/tree-test-3.dat
Suika

Contents of /markup/html/whatpm/t/tree-test-3.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Sun Aug 16 04:06:34 2009 UTC (15 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +4 -4 lines
++ whatpm/t/ChangeLog	16 Aug 2009 04:05:04 -0000
	* tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
	tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
	tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
	DOCTYPE names are now normalized to its lowercased form (HTML5
	revision 2502).

2009-08-16  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/HTML/ChangeLog	16 Aug 2009 04:06:26 -0000
2009-08-16  Wakaba  <wakaba@suika.fam.cx>

	* Tokenizer.pm.src: Lowercase-fold doctype names (HTML5 revision
	2501, cf. HTML5 revision 3571).

1 wakaba 1.1 #data
2     <!DOCTYPE HTML>
3     <math definitionurl/>
4     #errors
5     #document
6 wakaba 1.3 | <!DOCTYPE html>
7 wakaba 1.1 | <html>
8     | <head>
9     | <body>
10 wakaba 1.2 | <math math>
11 wakaba 1.1 | definitionURL=""
12    
13     #data
14     <!DOCTYPE HTML>
15     <math><mo definitionurl>+</mo></math>
16     #errors
17     #document
18 wakaba 1.3 | <!DOCTYPE html>
19 wakaba 1.1 | <html>
20     | <head>
21     | <body>
22 wakaba 1.2 | <math math>
23     | <math mo>
24 wakaba 1.1 | definitionURL=""
25     | "+"
26    
27     #data
28     <!DOCTYPE HTML>
29     <svg definitionurl/>
30     #errors
31     #document
32 wakaba 1.3 | <!DOCTYPE html>
33 wakaba 1.1 | <html>
34     | <head>
35     | <body>
36 wakaba 1.2 | <svg svg>
37 wakaba 1.1 | definitionurl=""
38    
39     #data
40     <!DOCTYPE HTML>
41     <svg><g definitionurl/></svg>
42     #errors
43     #document
44 wakaba 1.3 | <!DOCTYPE html>
45 wakaba 1.1 | <html>
46     | <head>
47     | <body>
48 wakaba 1.2 | <svg svg>
49     | <svg g>
50 wakaba 1.1 | definitionurl=""

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24