Timesheets JavaScript Engine

Hello,

I have now published the 0.5 version of the Timesheets JavaScript  
Engine [1]. Timesheets is the new SMIL 3.0 External Timing module  
[2], which allows the integration of SMIL timing with other XML  
languages such as XHTML and SVG. Timesheets is based on the SMIL time  
containers par, seq, and excl.

In addition, timesheets introduces two elements timesheet and item.  
The timesheet element contains all the timing information. It can be  
located, for example, in the head section of XHTML document. It can  
also reference timing information, which is located in an external  
file. The item element contains references to the timed elements, for  
example, in XHTML body sections. The timed elements are selected  
using CSS selectors.

As the name states, the Timesheets JavaScript Engine is a JavaScript  
based implementation of the SMIL 3.0 External Timing Module. Thus, it  
can be used in standard browsers. It has been tested in Firefox,  
Opera, and Safari browsers. All tests and examples should work on  
Firefox and Opera. On Safari, the timesheet src attribute test does  
not work. All other tests and examples should work.

[1] http://www.tml.tkk.fi/~pv/timesheets/
[2] http://www.w3.org/TR/2007/WD-SMIL3-20070713/smil-timesheets.html

Yours,

Prof. Petri Vuorimaa
Telecommunications Software and Multimedia Laboratory
Helsinki University of Technology, P.O. Box 5400, 02015 HUT, Finland
tel. +358-9-451 4794, gsm +358-50-3399 712, email petri.vuorimaa@hut.fi

Received on Wednesday, 7 November 2007 20:04:48 UTC