diff options
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r-- | xmloff/dtd/style.mod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index 3e46253a8087..e4b5a7ef7ffb 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.24 2001-01-18 14:40:19 cl Exp $ + $Id: style.mod,v 1.25 2001-01-30 13:55:21 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -130,6 +130,12 @@ <!ATTLIST style:properties style:editable %boolean; #IMPLIED> <!ATTLIST style:properties style:mirror CDATA #IMPLIED> <!ATTLIST style:properties fo:clip CDATA #IMPLIED> +<!ATTLIST style:properties text:animation (none|scroll|alternate|slide) #IMPLIED> +<!ATTLIST style:properties text:animation-direction (left|right|up|down) #IMPLIED> +<!ATTLIST style:properties text:animation-start-inside %boolean; #IMPLIED> +<!ATTLIST style:properties text:animation-stop-inside %boolean; #IMPLIED> +<!ATTLIST style:properties text:animation-repeat %integer; #IMPLIED> +<!ATTLIST style:properties text:animation-delay %timeDuration; #IMPLIED> <!-- text properties --> <!ATTLIST style:properties fo:font-variant (normal|small-caps) #IMPLIED> |