~ubuntu-branches/ubuntu/precise/w3c-sgml-lib/precise

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-08-21 11:15:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100821111542-cklvls9be6wh2f2z
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ...................................................................... -->
 
2
<!-- XHTML Inputmode Module  .............................................. -->
 
3
<!-- file: xhtml-inputmode-1.mod
 
4
 
 
5
     This is XHTML, a reformulation of HTML as a modular XML application.
 
6
     Copyright 1998-2007 W3C (MIT, ERCIM, Keio), All Rights Reserved.
 
7
     Revision: $Id: xhtml-inputmode-1.mod,v 1.1.2.3 2007/07/13 14:20:31 ahby Exp $
 
8
 
 
9
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
10
 
 
11
       PUBLIC "-//W3C//ELEMENTS XHTML Inputmode 1.0//EN"
 
12
       SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inputmode-1.mod"
 
13
 
 
14
     Revisions:
 
15
     (none)
 
16
     ....................................................................... -->
 
17
 
 
18
<!-- Inputmode 
 
19
 
 
20
        inputmode
 
21
 
 
22
     This module declares the 'inputmode' attribute used for suggesting the
 
23
     input mode associated with an input or textarea element.
 
24
-->
 
25
 
 
26
<!-- render in this frame --> 
 
27
<!ENTITY % Inputmode.datatype "CDATA" >
 
28
 
 
29
<!-- add 'inputmode' attribute to 'input' element -->
 
30
<!ATTLIST %input.qname;
 
31
      inputmode       %Inputmode.datatype;   #IMPLIED
 
32
>
 
33
 
 
34
<!-- add 'inputmode' attribute to 'textarea' element -->
 
35
<!ATTLIST %textarea.qname;
 
36
      inputmode       %Inputmode.datatype;   #IMPLIED
 
37
>
 
38
 
 
39
<!-- end of xhtml-inputmode-1.mod -->