<?xml version="1.1" encoding="UTF-8" ?> <!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN" "http://www.w3.org/2008/SMIL30/SMIL30Language.dtd"> <!-- Copyright: Copyright 1998-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/2008/04-testsuite-license. Author: David Melendi Palacio & Xabiel Garcia Paneda (Universidad de Oviedo) Version: October 25, 2007 Chapter: SMIL 3.0 Content Control Module: SMIL 3.0 BasicContentControl Feature: allowReorder=yes File Name: smil30-smilContentControl-allowReorder.smil Expected Behavior: The configuration of the User Agent is "fr; q=1.0, en; q=0.5" and french.jpg is shown. --> <smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language"> <head> <layout> <root-layout width="200" height="50" /> <region xml:id="langR"/> </layout> </head> <body> <switch allowReorder="yes"> <img dur="5s" src="english.jpg" region="langR" systemLanguage="en"/> <img dur="5s" src="french.jpg" region="langR" systemLanguage="fr"/> </switch> </body> </smil>