diff options
author | ot <ot@localhost> | 2008-08-04 13:32:58 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-08-04 13:32:58 +0000 |
commit | bb7289b6fb7f931e358e91d94d5d988067ef9550 (patch) | |
tree | 91600e8e2cd444ef707d1cd9241417a64fcc429d /htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod | |
parent | 3a1030d33f44854dd19ad15819bc918a0803e3c4 (diff) | |
download | markup-validator-bb7289b6fb7f931e358e91d94d5d988067ef9550.zip markup-validator-bb7289b6fb7f931e358e91d94d5d988067ef9550.tar.gz markup-validator-bb7289b6fb7f931e358e91d94d5d988067ef9550.tar.bz2 |
adding the REC-xhtml-basic-20080729 version of XHTML Basic 1.1
Diffstat (limited to 'htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod')
-rw-r--r-- | htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod b/htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod new file mode 100644 index 0000000..c6322d6 --- /dev/null +++ b/htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod @@ -0,0 +1,39 @@ +<!-- ...................................................................... --> +<!-- XHTML Inputmode Module .............................................. --> +<!-- file: xhtml-inputmode-1.mod + + This is XHTML, a reformulation of HTML as a modular XML application. + Copyright 1998-2007 W3C (MIT, ERCIM, Keio), All Rights Reserved. + Revision: $Id: xhtml-inputmode-1.mod,v 1.1 2008/07/26 17:02:27 jules Exp $ + + This DTD module is identified by the PUBLIC and SYSTEM identifiers: + + PUBLIC "-//W3C//ELEMENTS XHTML Inputmode 1.0//EN" + SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inputmode-1.mod" + + Revisions: + (none) + ....................................................................... --> + +<!-- Inputmode + + inputmode + + This module declares the 'inputmode' attribute used for suggesting the + input mode associated with an input or textarea element. +--> + +<!-- render in this frame --> +<!ENTITY % Inputmode.datatype "CDATA" > + +<!-- add 'inputmode' attribute to 'input' element --> +<!ATTLIST %input.qname; + inputmode %Inputmode.datatype; #IMPLIED +> + +<!-- add 'inputmode' attribute to 'textarea' element --> +<!ATTLIST %textarea.qname; + inputmode %Inputmode.datatype; #IMPLIED +> + +<!-- end of xhtml-inputmode-1.mod --> |