- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Apr 2007 06:10:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests In directory hutz:/tmp/cvs-serv22612 Modified Files: index.html Added Files: SMIL21.smil SMIL21_Mobile.smil Log Message: SMIL 2.1 basic test cases Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- index.html 29 Mar 2007 07:35:19 -0000 1.68 +++ index.html 2 Apr 2007 06:10:41 -0000 1.69 @@ -170,6 +170,19 @@ SMIL 2.0 </li> <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21.smil">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21.smil">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21.smil">view</a>: + SMIL 2.1 + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21_Mobile.smil">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21_Mobile.smil">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21_Mobile.smil">view</a>: + SMIL 2.1 Mobile + </li> + + <li> <a href="../../check?uri=http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">validate</a> - <a href="http://validator.w3.org/check?uri=http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">with v.w.o</a> - <a href="http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">view</a>: --- NEW FILE: SMIL21_Mobile.smil --- <?xml version="1.0"?> <!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.1 Mobile//EN" "http://www.w3.org/2005/SMIL21/SMIL21Mobile.dtd"> <!-- Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Jack Jansen (CWI) Version: April 20, 2005 Module: BackgroundTilingLayout Module Feature: background image functionality File Name: bkL-background-04.smil Media Components: 1 image, 1 text description Expected Behavior: This file is used to verify background image behavior when an image is set on the region. In this example, both a background color and a small background image are defined. The small background image should be shown tiled, with text caption. Required Modules: BackgroundTilingLayout BasicInlineTiming BasicLayout BasicMedia BasicTimeContainers Structure --> <smil xmlns="http://www.w3.org/2005/SMIL21/Mobile"> <head> <layout> <root-layout id="Player-Window" width="200" height="200"/> <region id="media" width="200" height="200" backgroundColor="#C0C0ff" backgroundRepeat="repeat" backgroundImage="bgimagesmall.jpg"/> </layout> </head> <body> <seq> <text region="media" src="bkL-background-04.txt" dur="5s" /> </seq> </body> </smil> --- NEW FILE: SMIL21.smil --- <?xml version="1.0"?> <!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.1//EN" "http://www.w3.org/2005/SMIL21/SMIL21.dtd"> <!-- Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: PLEASE FILL IN Version: PLEASE FILL IN Module: PLEASE FILL IN Module Feature: PLEASE FILL IN File Name: PLEASE FILL IN Media Components: PLEASE FILL IN Expected Behavior: PLEASE FILL IN INDENT LINES IF YOU NEED MORE THAN ONE Required Modules: Structure --> <smil xmlns="http://www.w3.org/2005/SMIL21/Language"> </smil>
Received on Monday, 2 April 2007 06:10:47 UTC