summaryrefslogtreecommitdiff
path: root/framework/dtd
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-11-08 06:55:09 +0000
committerCarsten Driesner <cd@openoffice.org>2001-11-08 06:55:09 +0000
commitdfa5bb92263936adfeb1739036e88a8519baf9d6 (patch)
tree11d7905b6e14ee23f2bd8d44030841aac7536d58 /framework/dtd
parente8536da36d223caab5b37dea8c4b43a8d2d9721f (diff)
#93921# definition for color attribute
Diffstat (limited to 'framework/dtd')
-rw-r--r--framework/dtd/image.dtd10
1 files changed, 7 insertions, 3 deletions
diff --git a/framework/dtd/image.dtd b/framework/dtd/image.dtd
index e2ab6efdad5f..6c385163299f 100644
--- a/framework/dtd/image.dtd
+++ b/framework/dtd/image.dtd
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: image.dtd,v 1.1 2001-11-08 06:22:57 cd Exp $
+ $Id: image.dtd,v 1.2 2001-11-08 07:55:09 cd Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -54,8 +54,12 @@
-->
<!ENTITY % url "CDATA">
+
+<!-- URI reference -->
<!ENTITY % uriReference "CDATA">
-<!ENTITY % color "CDATA">
+
+<!-- a color value having the format #rrggbb -->
+<!ENTITY % color "CDATA">
<!ELEMENT image:entry EMPTY>
<!ATTLIST image:entry
@@ -75,7 +79,7 @@
<!ATTLIST image:images
xlink:href %uriReference; #REQUIRED
xlink:type CDATA #FIXED "simple"
- image:maskcolor %color; #REQUIRED
+ image:maskcolor %color; "#000000"
>
<!ELEMENT image:imagescontainer (image:images*, image:externalimages?)>