/[suikacvs]/markup/html/dtd/module/webforms20-formevent.mod
Suika

Contents of /markup/html/dtd/module/webforms20-formevent.mod

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Jun 20 03:38:42 2010 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
were not added to the cvs repository

1 wakaba 1.1 <!-- ...................................................................... -->
2     <!-- Web Forms 2.0 Call For Comments - 27 June 2004
3     Extended Form Events Module .................................. -->
4     <!-- file: webforms20-formevent.mod
5    
6     Web Forms 2.0, the next generation HTML form model.
7    
8     Copyright 2005 Wakaba <w@suika.fam.cx>, All Rights Reserved.
9    
10     Permission to use, copy, modify and distribute this DTD and its
11     accompanying documentation for any purpose and without fee is hereby
12     granted in perpetuity, provided that the above copyright notice and
13     this paragraph appear in all copies. The copyright holders make no
14     representation about the suitability of the DTD for any purpose.
15    
16     It is provided "as is" without expressed or implied warranty.
17    
18     Revision: 2005-04-05T01:46:48+00:00 (Generated by mkdtds/1.06)
19    
20     This DTD module is identified by the SYSTEM identifier:
21    
22     SYSTEM "webforms20-formevent.mod"
23    
24     ...................................................................... -->
25    
26     <!-- Extended Form Events
27    
28    
29     -->
30    
31     <!ENTITY % webforms20.oninput.attrib
32     "oninput %Script.datatype; #IMPLIED">
33    
34     <!ENTITY % webforms20.onformchange.attrib
35     "onformchange %Script.datatype; #IMPLIED">
36    
37     <!ENTITY % webforms20.onforminput.attrib
38     "onforminput %Script.datatype; #IMPLIED">
39    
40     <!ENTITY % webforms20.oninvalid.attrib
41     "oninvalid %Script.datatype; #IMPLIED">
42    
43     <!ENTITY % webforms20.input.attlist "INCLUDE">
44     <![%webforms20.input.attlist;[
45     <!ATTLIST %webforms20.input.qname;
46     %webforms20.oninput.attrib;
47     %webforms20.oninvalid.attrib;>
48     <!-- end of webforms20.input.attlist -->]]>
49    
50     <!ENTITY % webforms20.select.attlist "INCLUDE">
51     <![%webforms20.select.attlist;[
52     <!ATTLIST %webforms20.select.qname;
53     %webforms20.oninput.attrib;
54     %webforms20.oninvalid.attrib;>
55     <!-- end of webforms20.select.attlist -->]]>
56    
57     <!ENTITY % webforms20.textarea.attlist "INCLUDE">
58     <![%webforms20.textarea.attlist;[
59     <!ATTLIST %webforms20.textarea.qname;
60     %webforms20.oninput.attrib;
61     %webforms20.oninvalid.attrib;>
62     <!-- end of webforms20.textarea.attlist -->]]>
63    
64     <!-- The onformchange and onforminput attributes are added
65     to all form control elements -->
66     <!ENTITY % webforms20.control.events.attrib
67     "%webforms20.onformchange.attrib;
68     %webforms20.onforminput.attrib;">
69    
70     <!ENTITY % webforms20.button.attlist "INCLUDE">
71     <![%webforms20.button.attlist;[
72     <!ATTLIST %webforms20.button.qname;
73     %webforms20.oninvalid.attrib;>
74     <!-- end of webforms20.button.attlist -->]]>
75    
76     <!ENTITY % webforms20.output.attlist "INCLUDE">
77     <![%webforms20.output.attlist;[
78     <!ATTLIST %webforms20.output.qname;
79     onchange %Script.datatype; #IMPLIED>
80     <!-- end of webforms20.output.attlist -->]]>
81    
82    
83     <!-- end of webforms20-formevent.mod -->

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24