- From: Philipp Hoschka <Philipp.Hoschka@sophia.inria.fr>
- Date: Mon, 11 May 1998 14:17:02 +0200
- To: smil-editors@w3.org
------- Forwarded Message
Return-Path: <jmodre@edu.uni-klu.ac.at>
Received: from sophia.inria.fr by www45.inria.fr (8.8.8/8.8.5) with ESMTP id KAA09337 for <hoschka@www45.inria.fr>; Mon, 11 May 1998 10:57:13 +0200 (MET DST)
Received: from www10.w3.org by sophia.inria.fr (8.8.8/8.8.5) with ESMTP id RAA18661 for <Philipp.Hoschka@sophia.inria.fr>; Sat, 9 May 1998 17:30:06 +0200 (MET DST)
Received: from mailsrv.uni-klu.ac.at (linfo.edvz.uni-klu.ac.at [143.205.56.50]) by www10.w3.org (8.8.5/8.7.3) with SMTP id LAA20176 for <hoschka@w3.org>; Sat, 9 May 1998 11:29:58 -0400 (EDT)
Received: from edusrv.edu.uni-klu.ac.at by mailsrv.uni-klu.ac.at with SMTP id AA02160
(5.65c/IDA-1.4.4 for hoschka@w3.org); Sat, 9 May 1998 17:29:11 +0200
Received: from edu.uni-klu.ac.at by edusrv.edu.uni-klu.ac.at; (5.65v3.2/1.1.8.2/28Feb96-0242PM)
id AA12931; Sat, 9 May 1998 17:29:31 +0200
X-Authentication-Warning: www10.w3.org: Host linfo.edvz.uni-klu.ac.at [143.205.56.50] claimed to be mailsrv.uni-klu.ac.at
Message-Id: <355492AD.BA6A8BA9@edu.uni-klu.ac.at>
Date: Sat, 09 May 1998 17:30:21 +0000
From: Juergen Modre <jmodre@edu.uni-klu.ac.at>
Reply-To: jmodre@edu.uni-klu.ac.at
Organization: -
X-Mailer: Mozilla 4.05 [en] (WinNT; I)
Mime-Version: 1.0
To: hoschka@w3.org
Subject: typos in SMIL spec
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Content-Length: 1412
1.)
3.2 The layout Element
<smil>
<head>
<switch>
<layout type="text/css">
[region="r"] { top: 20px; left: 20px }
#i2 { top: 30px; left: 30px }
</layout>
<layout>
<region id="r" top="20" left="20" />
</layout>
</switch>
</head>
<body>
<seq>
<img region="r" src="http://www.w3.org/test" dur="10s" />
<img id="i2" src="http://www.w3.org/test2" dur="5s" />
</body>
<smil>
Closing </seq> is missing.
The closing smil tag the "/" is missing -> </smil>
2.)
In Appendix Extending SMIL 1.0:
The example:
<?xml:namespace ns="http://www.acme.com/new-smil" prefix="new" ?>
<?xml:namespace ns="http://www.w3.org/TR/PR-smil" ?>
<smil>
<body>
<par>
<new:a>
...
</new:a>
<mytags:a ... />
...
</mytags:a>
<b>
...
</b>
</par>
</body>
<smil>
The closing smil tag the "/" is missing -> </smil>
I would suggest to use an XML parser like DXP to check all
examples in the spec.
All the best
Juergen
- -----------------------------------------------
JUERGEN MODRE
Reisdorf 6
A-9371 Brueckl
Austria (Europe)
Phone: ++43 4214 2320
Mobile: ++43 664 233 22 22
E-mail: jmodre@edu.uni-klu.ac.at
WWW: http://www.edu.uni-klu.ac.at/~jmodre
- -----------------------------------------------
------- End of Forwarded Message
Received on Monday, 11 May 1998 08:17:05 UTC