<!-- Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Alain Uginet, Oratrix File Name: linking-zorder-anc-v1.smil Media Components: 1 JPG Goal: test that an anchor defined on a region behind another region with a background color is not active Expected behavior: any anchor shouldn't be active --> <smil xmlns="http://www.w3.org/2005/SMIL21/Language"> <head> <layout> <region id="region1" width="200" height="400" z-index="1" /> <region id="region2" width="200" height="400" z-index="2" backgroundColor="red" fit="meet"/> </layout> </head> <body> <seq> <par> <video id="img1" region="region1" src="../videos/nasa.qt" dur="20s" > <area title="shapetest" href="#img1" /> </video> <img id="img2" region="region2" src="../images/frown.jpg" dur="20s" /> </par> </seq> </body> </smil>