Comment 1 for bug 202581

Revision history for this message
ccprog (ccprog) wrote :

I don't know from the pretty generic description whether what you meant is what this patch fixes.

However: v0.1.35 does not honour the possibility to enter wallclock times without using the Date part:
> wallclock-val ::= "wallclock(" S (DateTime | WallTime) S ")"
> DateTime ::= Date "T" WallTime
> WallTime ::= (HHMM-Time | HHMMSS-Time)(TZD)?
(see http://www.w3.org/TR/smil-animation/#Timing-WallclockSyncValueSyntax)

This patch makes time values like 'wallclock(00:30:00)' possible, while the old version only supported a complete 'wallclock(2011-01-31T00:30:00)'.