org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-ssismap-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Server-side Image Map Module  .................................. -->
       
     3 <!-- file: xhtml-ssismap-1.mod
       
     4 
       
     5      This is XHTML, a reformulation of HTML as a modular XML application.
       
     6      Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
       
     7      Revision: $Id: xhtml-ssismap-1.mod,v 1.1 2004-02-23 16:11:21 ylafon Exp $ SMI
       
     8 
       
     9      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
       
    10 
       
    11        PUBLIC "-//W3C//ELEMENTS XHTML Server-side Image Maps 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-ssismap-1.mod"
       
    13 
       
    14      Revisions:
       
    15 #2000-10-22: added declaration for 'ismap' on <input>
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Server-side Image Maps
       
    19 
       
    20      This adds the 'ismap' attribute to the img and input elements
       
    21      to support server-side processing of a user selection.
       
    22 -->
       
    23 
       
    24 <!ATTLIST %img.qname;
       
    25       ismap        ( ismap )                #IMPLIED
       
    26 >
       
    27 
       
    28 <!ATTLIST %input.qname;
       
    29       ismap        ( ismap )                #IMPLIED
       
    30 >
       
    31 
       
    32 <!-- end of xhtml-ssismap-1.mod -->