Blame | Letzte Änderung | Log anzeigen | RSS feed
<!-- ...................................................................... --><!-- XHTML Images Module ................................................. --><!-- file: xhtml-image-1.modThis is XHTML, a reformulation of HTML as a modular XML application.Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.Rovision: $Id: xhtml-image-1.mod,v 1.4 2008/10/08 21:02:31 jules Exp $ SMIThis DTD module is identified by the PUBLIC and SYSTEM identifiers:PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN"SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-image-1.mod"Revisions:(none)....................................................................... --><!-- ImagesimgThis module provides markup to support basic image embedding.--><!-- To avoid problems with text-only UAs as well as to makeimage content understandable and navigable to users ofnon-visual UAs, you need to provide a description withthe 'alt' attribute, and avoid server-side image maps.--><!ENTITY % img.element "INCLUDE" ><![%img.element;[<!ENTITY % img.content "EMPTY" ><!ENTITY % img.qname "img" ><!ELEMENT %img.qname; %img.content; ><!-- end of img.element -->]]><!ENTITY % img.attlist "INCLUDE" ><![%img.attlist;[<!ATTLIST %img.qname;%Common.attrib;src %URI.datatype; #REQUIREDalt %Text.datatype; #REQUIREDlongdesc %URI.datatype; #IMPLIEDheight %Length.datatype; #IMPLIEDwidth %Length.datatype; #IMPLIED><!-- end of img.attlist -->]]><!-- end of xhtml-image-1.mod -->