You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/07/31 12:08:28 UTC

svn commit: r226626 - /forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod

Author: crossley
Date: Sun Jul 31 03:08:19 2005
New Revision: 226626

URL: http://svn.apache.org/viewcvs?rev=226626&view=rev
Log:
Add optional title attribute to img element
to enable tool-tips for images.

Modified:
    forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod

Modified: forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod?rev=226626&r1=226625&r2=226626&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod (original)
+++ forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod Sun Jul 31 03:08:19 2005
@@ -192,6 +192,7 @@
 <!ATTLIST img
   src CDATA #REQUIRED
   alt CDATA #REQUIRED
+  title CDATA #IMPLIED
   height CDATA #IMPLIED
   width CDATA #IMPLIED
   usemap CDATA #IMPLIED