RE: SMILParElement/SMILSeqElement

If you are looking at doing this from XHTML, you would just create a new
element named par or seq.

-Pablo

-----Original Message-----
From: Sigurd Lerstad [mailto:sigler@bredband.no] 
Sent: Tuesday, July 30, 2002 7:59 PM
To: www-smil@w3.org
Subject: SMILParElement/SMILSeqElement


Hello,

Looking at the SMIL dom specs, I don't see any
SMILParElement/SMILSeqElement

can I safely assume that these should at least be:

interface SMILParElement : SMILElement, ElementParallelTimeContainer
{
};

interface SMILSeqElement : SMILElement, ElementSequentialTimeContainer
{
};

??

thanks,

--
Sigurd Lerstad

Received on Tuesday, 30 July 2002 23:40:51 UTC