diff options
author | ot <ot@localhost> | 2007-04-02 06:21:28 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-02 06:21:28 +0000 |
commit | 560affa373e67e339901cf4554051737386e5683 (patch) | |
tree | 8a3a40af4a39eb4190b20b7da40529e8efdb6244 /htdocs/dev/tests | |
parent | 29745f25159c4bd682e32a6bbf5666485dedbf2c (diff) | |
download | markup-validator-560affa373e67e339901cf4554051737386e5683.zip markup-validator-560affa373e67e339901cf4554051737386e5683.tar.gz markup-validator-560affa373e67e339901cf4554051737386e5683.tar.bz2 |
proper smil 2.0 sample
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r-- | htdocs/dev/tests/smil20.smi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/htdocs/dev/tests/smil20.smi b/htdocs/dev/tests/smil20.smi new file mode 100644 index 0000000..143c95e --- /dev/null +++ b/htdocs/dev/tests/smil20.smi @@ -0,0 +1,8 @@ +<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.0//EN" + "http://www.w3.org/2001/SMIL20/WD/SMIL20.dtd"> +<smil xmlns="http://www.w3.org/2001/SMIL20/Language"> + <body> + <img id="smile" end="activateEvent" src="../images/smile.jpg"/> + </body> +</smil> + |