Fwd:Re: Questions on event values

------- Forwarded Message

Return-Path: www-smil-request@w3.org
Delivery-Date: Thu Mar 25 11:21 MET 199
Return-Path: <www-smil-request@w3.org>
Received: from sophia.inria.fr by www45.inria.fr (8.8.8/8.8.5) with ESMTP id LAA17571 for <hoschka@www45.inria.fr>; Thu, 25 Mar 1999 11:21:54 +0100 (MET)
Received: from www10.w3.org by sophia.inria.fr (8.8.8/8.8.5) with ESMTP id LAA21822; Thu, 25 Mar 1999 11:21:51 +0100 (MET)
Received: from www19.w3.org (www19.w3.org [18.29.0.19])
	by www10.w3.org (8.9.1/8.9.1) with ESMTP id FAA06757;
	Thu, 25 Mar 1999 05:21:50 -0500 (EST)
Received: (from daemon@localhost)
	by www19.w3.org (8.9.0/8.9.0) id FAA22298;
	Thu, 25 Mar 1999 05:13:44 -0500 (EST)
Resent-Date: Thu, 25 Mar 1999 05:13:44 -0500 (EST)
Resent-Message-Id: <199903251013.FAA22298@www19.w3.org>
To: Leandro Marques Rodrigues <leandro@telemidia.puc-rio.br>
Cc: www-smil <www-smil@w3.org>, Philipp Hoschka <ph@w3.org>
Content-Transfer-Encoding: 7bit
In-reply-to: Your message of Thu, 18 Mar 1999 18:22:02 -0300.
X-Face: B%:j&7]g4"$vMynoD69B.1j9)PqXC=2G5>D*^>~u#:hx+p/:Up,A&sEtCS|(<u<+k%.Z&+s
 woOzY#Po_TkF'}^>?PS!&uR0UN\Pg~:No>UPyUO/ehkfLt"v7|*J)!I|Gg,Nq+;G}}?wkQtH5^Xx7+
 K+0EuZ<XE#62i)%]gcjO;CbO#qRP6vjsW~"xnYLNO",%lcX]OBZj'9
X-Image-URL: http://www.cwi.nl/~sjoerd/face.jpg
X-Uri: <URL:http://www.cwi.nl/~sjoerd/>
Date: Mon, 22 Mar 1999 10:47:19 +0100
From: Sjoerd Mullender <sjoerd@oratrix.nl>
Message-Id: <19990322094724.C793C301D00@bireme.oratrix.nl>
Subject: Re: Questions on event values
Resent-From: www-smil@w3.org
X-Mailing-List: <www-smil@w3.org> archive/latest/281
X-Loop: www-smil@w3.org
Sender: www-smil-request@w3.org
Resent-Sender: www-smil-request@w3.org
Precedence: list
Content-Type: text
Content-Length: 1596

On Thu, Mar 18 1999 Leandro Marques Rodrigues wrote:

> Hi,
> 
> I have some questions about the specification of  the begin attribute as
> an event value. Can I specify the begin attribute of a child of a seq
> element like this:
> 
> begin="id(E1)(begin)",
> 
> where E1 is an element "in scope", according to the specification?
> Woudn't it seem strange, since I'm specifying that two children of a seq
> element would start at the same time? Imagine if the element E1 is
> declared after the element that references it, for example:
> 
> <seq>
>    <ref begin="id(E1)(begin)" ... />
>    <ref id="E1" .../>
>    ...
> </seq>
> 
> The beggining of the first element depends on the beggining of E1, but
> the beggining of E1 depends on the end of the first element. So, how
> would the element seq behave?
> 
> For me, the explicit begin of a child of a seq element should be
> specified only related to the effective end of its ancestor (or the
> effective begin of the seq element, if it is its first child), and the
> explicit begin of a child of a par element should be specifed only
> related to the effective begin of the par element itself or of any other
> child.

I think you have discovered a slight shortcoming in the SMIL
specification.  In section 4.2.4.1, rule 2, there is a line that says: 
	"It is an error if the explicit begin is earlier than the
	implicit begin of the element."
But it should probably also say something to the effect that it is an
error to refer to a later child in a seq.

- -- Sjoerd Mullender <Sjoerd.Mullender@cwi.nl>
   <URL:http://www.cwi.nl/~sjoerd/>


------- End of Forwarded Message

Received on Thursday, 25 March 1999 07:57:54 UTC