]> granicus.if.org Git - apache/commitdiff
Allow the border attribute in <img>
authorpatrikj <patrikj@unknown>
Tue, 12 Mar 2002 15:24:26 +0000 (15:24 +0000)
committerpatrikj <patrikj@unknown>
Tue, 12 Mar 2002 15:24:26 +0000 (15:24 +0000)
Allow the id attribute in <a>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93857 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/modulesynopsis.dtd

index aedd938ac5ba72c62617d7b379c7fd28d29b106f..555c21e6159b1f84744cd33f00c86724c1d6ccb0 100644 (file)
@@ -46,12 +46,14 @@ usage?, seealso*)>
 <!ELEMENT a %Inline;>
 
 <!ATTLIST a  href CDATA #IMPLIED 
-             name CDATA #IMPLIED >
+             name CDATA #IMPLIED
+             id   CDATA #IMPLIED >
 
 <!ELEMENT img EMPTY>
 <!ATTLIST img
   src         CDATA   #REQUIRED
   alt         CDATA   #REQUIRED
+  border      CDATA   #IMPLIED
   height      CDATA   #IMPLIED
   width       CDATA  #IMPLIED >