SMIL 2.0 Testsuite

SMIL 2.0 Profile

Editors:
Wo Chang (wchang@nist.gov),NIST/ITL
Thierry Michel (tmichel@w3.org),W3C


Modules: [All] [Animation] [Content] [Layout] [Linking] [Media] [Metadata] [Structure] [Timing] [Transition] [Time Manipulation] [Profile]

SMIL 2.0 Profile Module (report template)
Test # Feature Test (test file) Expected Behavior  
1 SMIL 2.0 Profile  
1.1 DOCTYPE and SMIL 2.0 namespace validation
(smil, source)
  1. The file has the SMIL 2.0 DOCTYPE declaration, and an unrecognized default namespace attribute on the smil element.
  2. This should result in the user agent issuing an error.
1.2 No namespace declaration
(smil, source)
  1. The file has no namespace or DOCTYPE declaration, the user agent should attempt to play this as a SMIL 1.0 document.
  2. Strict SMIL 1.0 implementations will issue an error on the unknown attribute value. Permissive SMIL 1.0 implementations may ignore the unknown attribute value, resulting in the end attribute being ignored, and the image and the document having 0 duration, instead of the unresolved duration that it would have in SMIL 2.0.
1.3 double attribute declaration syntax error rule
(smil, source)
  1. User agent should issue a syntax error, because the begin attribute appears twice on the image.
1.4 attribute value syntax error rule
(smil, source)
  1. User agent should issue a syntax error, because the syntax of the attribute value on the image begin is incorrect.