/[suikacvs]/markup/html/whatpm/t/dom-conformance/html-scripting-1.dat
Suika

Contents of /markup/html/whatpm/t/dom-conformance/html-scripting-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Sun Jul 26 11:15:48 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +21 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 11:13:49 -0000
	* html-scripting-1.dat: Added test cases for onpopstate=""
	attribute (cf. HTML5 revision 2686).

2009-07-26  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Jul 2009 11:14:43 -0000
	* HTML.pm: Added onpopstate="" attribute to body element (HTML5
	revision 2686).

2009-07-26  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2     <p xmlns="http://www.w3.org/1999/xhtml"
3     ondataunavailable=""
4     >x</p>
5     #errors
6     /p/@ondataunavailable;attribute not defined;m
7     /p/@ondataunavailable;event handler;u
8 wakaba 1.2
9     #data
10     <p xmlns="http://www.w3.org/1999/xhtml"
11     onmessage=""
12     >x</p>
13     #errors
14     /p/@onmessage;attribute not defined;m
15     /p/@onmessage;event handler;u
16 wakaba 1.3
17     #data
18     <p xmlns="http://www.w3.org/1999/xhtml"
19     onpopstate=""
20     >x</p>
21     #errors
22     /p/@onpopstate;attribute not defined;m
23    
24     #data
25     <frameset xmlns="http://www.w3.org/1999/xhtml"
26     onpopstate=""/>
27     #errors
28     /frameset/@onpopstate;attribute not defined;m
29     /frameset;element not defined;m
30    
31     #data
32     <body xmlns="http://www.w3.org/1999/xhtml"
33     onpopstate=""
34     >x</body>
35     #errors
36     /body/@onpopstate;event handler;u

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24