Last modified: $Date: 2009/03/06 13:20:41 $
Copyright © 2008 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply.
The SMIL 3.0 Recommendation has been produced by the W3C SYMM Working Group as part of the activity of the W3C Interaction Domain.
This document lists the known errata to the SMIL 3.0
Recommendation.
Each entry has the following information:
Please send general comments about this document to the public mailing list www-smil@w3.org. An archive is available at http://lists.w3.org/Archives/Public/www-smil/.
Added text marked thus. Removed text marked thus. Changed text marked thus.
- E01: Correction in the SMIL 3.0 Layout Chapter for Attributes for the OverrideLayout Module in section 7.10.2 (revised 15 01 2009)
Description:
The soundLevel attribute definition for the OverrideLayout Module says
"This attribute specifies the background opacity that will be used in a media reference"
Resolution:
Replace above statement with following:
"This attribute specifies the volume that will be used in a media reference".
- E02: Correction in the SMIL 3.0 Time Manipulations Chapter section 14.3.2 (revised 25 02 2009)
Description:
In the second example of the speed attribute section , the speed value is missing quotes.
<animate begin="2s" dur="9s" speed=0.75
Resolution:
Replace above statement with following:
<animate begin="2s" dur="9s" speed="0.75"