author | Philippe Le Hégaret <plh@w3.org> |
Fri, 23 Oct 2009 14:43:38 +0000 | |
changeset 170 | 2e921415fa18 |
parent 169 | 28586feb25c7 |
child 171 | bf3959544e03 |
testsuite/Report/report.html | ||
testsuite/web-framework/DFXP_HTML.js | ||
testsuite/web-framework/tests.js |
--- a/testsuite/Report/report.html Fri Oct 23 14:39:06 2009 +0000 +++ b/testsuite/Report/report.html Fri Oct 23 14:43:38 2009 +0000 @@ -1,1408 +1,2826 @@ -<?xml version="1.0" encoding="utf-8"?> -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" - xmlns:tt="http://www.w3.org/2006/10/ttaf1" - xmlns:tts="http://www.w3.org/2006/10/ttaf1#style" - xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata" - xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter" - xmlns:t="http://www.w3.org/1999/xhtml"> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>DFXP 1.0 test suite coverage</title> - <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/base.css"/> - <style type="text/css"> -caption { font-size: 120%; text-align: left; margin-top: 2em; } -table {border-collapse: collapse; } -td, th { border: 1px solid black; padding: 1px} -tbody th { text-align: left; } -thead th { background: #ccc; } -table { font-size: 90%; margin-top: 2em; } - </style> + <link type="text/css" rel="stylesheet" href="report.css"/> + <script type="text/javascript" src="tabs.js"> +//nothing +</script> </head> - <body> + <body onload="W3C.init('menu', 'tabs')"> <h1>DFXP 1.0 test suite coverage</h1> - <table id="descriptions"> - <caption>General description of the tests</caption> - <thead> - <tr> - <th>File</th> - <th>Description</th> - </tr> - </thead> - <tbody> - <tr> - <th> - <a href="../Content/Br001.xml">Content Test - Br - 001</a> - </th> - <td>Test the br element.</td> - </tr> - <tr> - <th> - <a href="../Content/Paragraph001.xml">Content Test - Paragraph - 001</a> - </th> - <td>Test the p element with no styling attribute.</td> - </tr> - <tr> - <th> - <a href="../Content/Paragraph002.xml">Content Test - Paragraph - 002</a> - </th> - <td>Test the p element with no timing attributes (nothing is displayed).</td> - </tr> - <tr> - <th> - <a href="../Content/Paragraph003.xml">Content Test - Paragraph - 003</a> - </th> - <td>Test the p element with styling and timing attributes.</td> - </tr> - <tr> - <th> - <a href="../Content/Span001.xml">Content Test - Span - 001</a> - </th> - <td>Test the span element with no attributes.</td> - </tr> - <tr> - <th> - <a href="../Content/Span002.xml">Content Test - Span - 002</a> - </th> - <td>Test the span element with a styling attribute.</td> - </tr> - <tr> - <th> - <a href="../Content/Span003.xml">Content Test - Span - 003</a> - </th> - <td>Test the span element inside a span element.</td> - </tr> - <tr> - <th> - <a href="../Content/Span004.xml">Content Test - Span - 004</a> - </th> - <td>Test the span element inside a span element.</td> - </tr> - <tr> - <th> - <a href="../Content/Span005.xml">Content Test - Span - 005</a> - </th> - <td>Test the br element inside a span element.</td> - </tr> - <tr> - <th> - <a href="../Timing/BeginDur001.xml">Timing Test - BeginEnd - 001</a> - </th> - <td>Test the begin and dur attributes on p elements.</td> - </tr> - <tr> - <th> - <a href="../Timing/BeginEnd001.xml">Timing Test - BeginEnd - 001</a> - </th> - <td>Test the begin and end attributes on p elements.</td> - </tr> - <tr> - <th> - <a href="../Timing/BeginEnd002.xml">Timing Test - Begin - 002</a> - </th> - <td>Test the begin attribute with no end or dur attribute on p elements.</td> - </tr> - <tr> - <th> - <a href="../Timing/BeginEnd003.xml">Timing Test - BeginEnd - 003</a> - </th> - <td>Test the begin and end attributes on p elements in random order. @@Is it a valid test?</td> - </tr> - <tr> - <th> - <a href="../Styling/BackgroundColor010.xml">Styling Test - BackgroundColor - 010</a> - </th> - <td>Test the tts:backgroundColor attribute with the colors of the rainbow using span elements.</td> - </tr> - <tr> - <th> - <a href="../Styling/Color001.xml">Styling Test - Color - 001</a> - </th> - <td>Test tts:color attribute using a named color expression.</td> - </tr> - <tr> - <th> - <a href="../Styling/Color002.xml">Styling Test - Color - 002</a> - </th> - <td>Test tts:color attribute using a hash (#rrggbb) color expression.</td> - </tr> - <tr> - <th> - <a href="../Styling/Color003.xml">Styling Test - Color - 003</a> - </th> - <td>Test tts:color attribute using a hash (#rrggbbaa) color expression with opacity.</td> - </tr> - <tr> - <th> - <a href="../Styling/Color004.xml">Styling Test - Color - 004</a> - </th> - <td>Test tts:color attribute using a rgb() color function.</td> - </tr> - <tr> - <th> - <a href="../Styling/Color005.xml">Styling Test - Color - 005</a> - </th> - <td>Test tts:color attribute using a rgba() color function.</td> - </tr> - <tr> - <th> - <a href="../Styling/Color006.xml">Styling Test - Color - 006</a> - </th> - <td>Test tts:color attribute using a inherit value.</td> - </tr> - <tr> - <th> - <a href="../Styling/Color007.xml">Styling Test - Color - 007</a> - </th> - <td>Test tts:color attribute using a transparent value.</td> - </tr> - <tr> - <th> - <a href="../Styling/Color008.xml">Styling Test - Color - 008</a> - </th> - <td>Test tts:color attribute with span elements.</td> - </tr> - <tr> - <th> - <a href="../Styling/Color009.xml">Styling Test - Color - 009</a> - </th> - <td>Test tts:color style using a named color expression.</td> - </tr> - <tr> - <th> - <a href="../Specification/DocumentExample120.xml">Specification Test - DocumentExample - 120</a> - </th> - <td>This test contains the document example from the - section 1.2 of the DFXP 1.0 specification, without the layout - region.</td> - </tr> - <tr> - <th> - <a href="../Specification/DocumentExample822.xml">Specification Test - DocumentExample - 822</a> - </th> - <td>This test contains the document example from the - section 8.2.2 of the DFXP 1.0 specification, with the - region replacing with a styling.</td> - </tr> - <tr> - <th> - <a href="../Specification/DocumentExample823.xml">Specification Test - DocumentExample - 823</a> - </th> - <td>This test contains the document example from the - section 8.2.3 of the DFXP 1.0 specification, with the - region replacing with a styling.</td> - </tr> - <tr> - <th> - <a href="../Specification/DocumentExample824.xml">Specification Test - DocumentExample - 824</a> - </th> - <td>This test contains the document example from the - section 8.2.4 of the DFXP 1.0 specification, with the - region replacing with a styling.</td> - </tr> - <tr> - <th> - <a href="../Specification/DocumentExample825.xml">Specification Test - DocumentExample - 825</a> - </th> - <td>This test contains the document example from the - section 8.2.5 of the DFXP 1.0 specification, with the - region replacing with a styling.</td> - </tr> - </tbody> - </table> - <table id="features"> - <caption>DFXP features in use</caption> - <thead> - <tr> - <th>Feature</th> - <th>Section</th> - <th># of tests</th> - <th>Usage</th> - </tr> - </thead> - <tbody> - <tr> - <th>@ttp:cellResolution</th> - <td>6.2.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:clockMode</th> - <td>6.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:clockMode="local"</th> - <td>6.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:clockMode="gps"</th> - <td>6.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:clockMode="utc"</th> - <td>6.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:frameRate</th> - <td>6.2.3</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:frameRateMultiplier</th> - <td>6.2.4</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:markerMode</th> - <td>6.2.5</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:markerMode="continuous"</th> - <td>6.2.5</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:markerMode="discontinuous"</th> - <td>6.2.5</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:pixelAspectRatio</th> - <td>6.2.6</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:profile</th> - <td>6.2.7</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:smpteMode</th> - <td>6.2.8</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:smpteMode="dropNTSC"</th> - <td>6.2.8</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:smpteMode="dropPAL"</th> - <td>6.2.8</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:smpteMode="nonDrop"</th> - <td>6.2.8</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:subFrameRate</th> - <td>6.2.9</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:subFrameRate</th> - <td>6.2.9</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:tickRate</th> - <td>6.2.10</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:timeBase</th> - <td>6.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:timeBase="media"</th> - <td>6.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:timeBase="smpte"</th> - <td>6.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttp:timeBase="clock"</th> - <td>6.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>tt:tt</th> - <td>7.1.1</td> - <td>28</td> - <td>28</td> - </tr> - <tr> - <th>tt:head</th> - <td>7.1.2</td> - <td>28</td> - <td>28</td> - </tr> - <tr> - <th>tt:body</th> - <td>7.1.3</td> - <td>28</td> - <td>28</td> - </tr> - <tr> - <th>tt:div</th> - <td>7.1.4</td> - <td>28</td> - <td>28</td> - </tr> - <tr> - <th>tt:p</th> - <td>7.1.5</td> - <td>28</td> - <td>74</td> - </tr> - <tr> - <th>tt:span</th> - <td>7.1.6</td> - <td>15</td> - <td>29</td> - </tr> - <tr> - <th>tt:br</th> - <td>7.1.7</td> - <td>14</td> - <td>30</td> - </tr> - <tr> - <th>@xml:id</th> - <td>7.2.1</td> - <td>5</td> - <td>19</td> - </tr> - <tr> - <th>@xml:lang</th> - <td>7.2.2</td> - <td>28</td> - <td>28</td> - </tr> - <tr> - <th>@xml:space</th> - <td>7.2.3</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@xml:space="default"</th> - <td>7.2.3</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@xml:space="preserve"</th> - <td>7.2.3</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>tt:styling</th> - <td>8.1.1</td> - <td>5</td> - <td>5</td> - </tr> - <tr> - <th>tt:style</th> - <td>8.1.2</td> - <td>5</td> - <td>20</td> - </tr> - <tr> - <th>@style</th> - <td>8.2.1</td> - <td>6</td> - <td>15</td> - </tr> - <tr> - <th>@tts:backgroundColor</th> - <td>8.2.2</td> - <td>6</td> - <td>14</td> - </tr> - <tr> - <th>@tts:backgroundColor="<hash (rgb) color>"</th> - <td>8.2.2</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:backgroundColor="<hash (rgba) color>"</th> - <td>8.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:backgroundColor="<RGB color>"</th> - <td>8.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:backgroundColor="<RGBA color>"</th> - <td>8.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:backgroundColor="<named color>"</th> - <td>8.2.2</td> - <td>6</td> - <td>11</td> - </tr> - <tr> - <th>@tts:backgroundColor="inherit"</th> - <td>8.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:color</th> - <td>8.2.3</td> - <td>19</td> - <td>33</td> - </tr> - <tr> - <th>@tts:color="<hash (rgb) color>"</th> - <td>8.2.3</td> - <td>3</td> - <td>6</td> - </tr> - <tr> - <th>@tts:color="<hash (rgba) color>"</th> - <td>8.2.3</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:color="<RGB color>"</th> - <td>8.2.3</td> - <td>2</td> - <td>2</td> - </tr> - <tr> - <th>@tts:color="<RGBA color>"</th> - <td>8.2.3</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:color="<named color>"</th> - <td>8.2.3</td> - <td>15</td> - <td>22</td> - </tr> - <tr> - <th>@tts:color="inherit"</th> - <td>8.2.2</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:direction</th> - <td>8.2.4</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:direction="ltr"</th> - <td>8.2.4</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:direction="rtl"</th> - <td>8.2.4</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:direction="inherit"</th> - <td>8.2.4</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:display</th> - <td>8.2.5</td> - <td>1</td> - <td>6</td> - </tr> - <tr> - <th>@tts:display="auto"</th> - <td>8.2.5</td> - <td>1</td> - <td>3</td> - </tr> - <tr> - <th>@tts:display="none"</th> - <td>8.2.5</td> - <td>1</td> - <td>3</td> - </tr> - <tr> - <th>@tts:display="inherit"</th> - <td>8.2.5</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:displayAlign</th> - <td>8.2.6</td> - <td>3</td> - <td>3</td> - </tr> - <tr> - <th>@tts:displayAlign="before"</th> - <td>8.2.6</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:displayAlign="center"</th> - <td>8.2.6</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:displayAlign="after"</th> - <td>8.2.6</td> - <td>2</td> - <td>2</td> - </tr> - <tr> - <th>@tts:displayAlign="inherit"</th> - <td>8.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:dynamicFlow</th> - <td>8.2.7</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:dynamicFlow="none"</th> - <td>8.2.7</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:dynamicFlow="<flowFunction>"</th> - <td>8.2.7</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:dynamicFlow="<flowFunction>+ <flowInternalFunction>+"</th> - <td>8.2.7</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:extent</th> - <td>8.2.8</td> - <td>2</td> - <td>2</td> - </tr> - <tr> - <th>@tts:extent="auto"</th> - <td>8.2.8</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:extent="<length> <length>"</th> - <td>8.2.8</td> - <td>2</td> - <td>2</td> - </tr> - <tr> - <th>@tts:extent="inherit"</th> - <td>8.2.8</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontFamily</th> - <td>8.2.9</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:fontFamily="<familyName>"</th> - <td>8.2.9</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:fontFamily="<familyName>(, <familyName>)+"</th> - <td>8.2.9</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontSize</th> - <td>8.2.10</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:fontSize="<length>"</th> - <td>8.2.10</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:fontSize="<length> <length>"</th> - <td>8.2.10</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontSize="inherit"</th> - <td>8.2.10</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontStyle</th> - <td>8.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontStyle="normal"</th> - <td>8.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontStyle="italic"</th> - <td>8.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontStyle="oblique"</th> - <td>8.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontStyle="reverseOblique"</th> - <td>8.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontStyle="inherit"</th> - <td>8.2.11</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontWeight</th> - <td>8.2.12</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontWeight="normal"</th> - <td>8.2.12</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontWeight="bold"</th> - <td>8.2.12</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:fontWeight="inherit"</th> - <td>8.2.12</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:lineHeight</th> - <td>8.2.13</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:lineHeight="normal"</th> - <td>8.2.13</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:lineHeight="<length>"</th> - <td>8.2.13</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:lineHeight="inherit"</th> - <td>8.2.13</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:opacity</th> - <td>8.2.14</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:opacity="<alpha>"</th> - <td>8.2.14</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:opacity="inherit"</th> - <td>8.2.14</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:origin</th> - <td>8.2.15</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:origin="auto"</th> - <td>8.2.15</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:origin="<length> <length>"</th> - <td>8.2.15</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:origin="inherit"</th> - <td>8.2.15</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:overflow</th> - <td>8.2.16</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:overflow="visible"</th> - <td>8.2.16</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:overflow="hidden"</th> - <td>8.2.16</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:overflow="scroll"</th> - <td>8.2.16</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:overflow="inherit"</th> - <td>8.2.16</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:padding</th> - <td>8.2.17</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:padding="<length>"</th> - <td>8.2.17</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:padding="<length> <length>"</th> - <td>8.2.17</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:padding="<length> <length> <length>"</th> - <td>8.2.17</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:padding="<length> <length> <length> <length>"</th> - <td>8.2.17</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:padding="inherit"</th> - <td>8.2.17</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:showBackground</th> - <td>8.2.18</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:showBackground="always"</th> - <td>8.2.18</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:showBackground="whenActive"</th> - <td>8.2.18</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:showBackground="inherit"</th> - <td>8.2.18</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textAlign</th> - <td>8.2.19</td> - <td>6</td> - <td>8</td> - </tr> - <tr> - <th>@tts:textAlign="left"</th> - <td>8.2.19</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textAlign="center"</th> - <td>8.2.19</td> - <td>5</td> - <td>5</td> - </tr> - <tr> - <th>@tts:textAlign="right"</th> - <td>8.2.19</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textAlign="start"</th> - <td>8.2.19</td> - <td>2</td> - <td>2</td> - </tr> - <tr> - <th>@tts:textAlign="end"</th> - <td>8.2.19</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:textAlign="inherit"</th> - <td>8.2.19</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="none"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="underline"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="noUnderline"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="throughline"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="noThroughline"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="overline"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="noOverline"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="(underline|throughline|overline){2}"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="(underline|throughline|overline){3}"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textDecoration="inherit"</th> - <td>8.2.20</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textOutline</th> - <td>8.2.21</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textOutline="none"</th> - <td>8.2.21</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textOutline="<length>"</th> - <td>8.2.21</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textOutline="<length> <length>"</th> - <td>8.2.21</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textOutline="<color> <length>"</th> - <td>8.2.21</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textOutline="<color> <length> <length>"</th> - <td>8.2.21</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:textOutline="inherit"</th> - <td>8.2.21</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:unicodeBidi</th> - <td>8.2.22</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:unicodeBidi="normal"</th> - <td>8.2.22</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:unicodeBidi="embed"</th> - <td>8.2.22</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:unicodeBidi="bidiOverride"</th> - <td>8.2.22</td> - <td>1</td> - <td>1</td> - </tr> - <tr> - <th>@tts:unicodeBidi="inherit"</th> - <td>8.2.22</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:visibility</th> - <td>8.2.23</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:visibility="visible"</th> - <td>8.2.23</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:visibility="hidden"</th> - <td>8.2.23</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:visibility="inherit"</th> - <td>8.2.23</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:wrapOption</th> - <td>8.2.24</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:wrapOption="wrap"</th> - <td>8.2.24</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:wrapOption="noWrap"</th> - <td>8.2.24</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:wrapOption="inherit"</th> - <td>8.2.24</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:writingMode</th> - <td>8.2.25</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:writingMode="lrtb"</th> - <td>8.2.25</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:writingMode="rltb"</th> - <td>8.2.25</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:writingMode="tbrl"</th> - <td>8.2.25</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:writingMode="tblr"</th> - <td>8.2.25</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:writingMode="lr"</th> - <td>8.2.25</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:writingMode="rl"</th> - <td>8.2.25</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:writingMode="tb"</th> - <td>8.2.25</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:writingMode="inherit"</th> - <td>8.2.25</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:zIndex</th> - <td>8.2.26</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:zIndex="auto"</th> - <td>8.2.26</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:zIndex="<integer>"</th> - <td>8.2.26</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:zIndex="inherit"</th> - <td>8.2.26</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>tt:layout</th> - <td>9.1.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>tt:region</th> - <td>9.1.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@region</th> - <td>9.2.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@begin</th> - <td>10.2.1</td> - <td>27</td> - <td>75</td> - </tr> - <tr> - <th>@begin="<clock-time>"</th> - <td>10.2.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@begin="<offset-time>h"</th> - <td>10.2.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@begin="<offset-time>m"</th> - <td>10.2.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@begin="<offset-time>s"</th> - <td>10.2.1</td> - <td>27</td> - <td>75</td> - </tr> - <tr> - <th>@begin="<offset-time>ms"</th> - <td>10.2.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@begin="<offset-time>f"</th> - <td>10.2.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@begin="<offset-time>t"</th> - <td>10.2.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@end</th> - <td>10.2.2</td> - <td>25</td> - <td>52</td> - </tr> - <tr> - <th>@end="<clock-time>"</th> - <td>10.2.2</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@end="<offset-time>"</th> - <td>10.2.2</td> - <td>25</td> - <td>52</td> - </tr> - <tr> - <th>@dur</th> - <td>10.2.3</td> - <td>2</td> - <td>13</td> - </tr> - <tr> - <th>@dur="<clock-time>"</th> - <td>10.2.3</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@dur="<offset-time>"</th> - <td>10.2.3</td> - <td>2</td> - <td>13</td> - </tr> - <tr> - <th>@timeContainer</th> - <td>10.2.4</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:timeContainer="par"</th> - <td>10.2.4</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@tts:timeContainer="seq"</th> - <td>10.2.4</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>tt:set</th> - <td>11.1.1</td> - <td>1</td> - <td>3</td> - </tr> - <tr> - <th>tt:metadata</th> - <td>12.1.1</td> - <td>28</td> - <td>28</td> - </tr> - <tr> - <th>ttm:title</th> - <td>12.1.2</td> - <td>28</td> - <td>28</td> - </tr> - <tr> - <th>ttm:desc</th> - <td>12.1.3</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>ttm:copyright</th> - <td>12.1.4</td> - <td>28</td> - <td>28</td> - </tr> - <tr> - <th>ttm:agent</th> - <td>12.1.5</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>ttm:name</th> - <td>12.1.6</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>ttm:actor</th> - <td>12.1.7</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttm:agent</th> - <td>12.2.1</td> - <td>0</td> - <td>0</td> - </tr> - <tr> - <th>@ttm:role</th> - <td>12.2.2</td> - <td>0</td> - <td>0</td> - </tr> - </tbody> - </table> + <ul id="menu" style="display: none"> + <li>Descriptions</li> + <li>Features</li> + </ul> + <div id="tabs"> + <div id="descriptions" class="tab"> + <table> + <caption>General description of 206 tests</caption> + <thead> + <tr> + <th>File</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/CellResolution001.xml?content-type=application/xml">Parameter Test - cellResolution - 001</a> + </th> + <td>Test ttp:cellResolution attribute</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/ClockMode001.xml?content-type=application/xml">Parameter Test - clockMode - 001</a> + </th> + <td>Test ttp:clockMode attribute</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/ClockMode002.xml?content-type=application/xml">Parameter Test - clockMode - 002</a> + </th> + <td>Test ttp:clockMode attribute</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/ClockMode003.xml?content-type=application/xml">Parameter Test - clockMode - 002</a> + </th> + <td>Test ttp:clockMode attribute</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/MarkerMode001.xml?content-type=application/xml">Parameter Test - markerMode - 001</a> + </th> + <td>Test ttp:markerMode attribute</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/MarkerMode002.xml?content-type=application/xml">Parameter Test - markerMode - 002</a> + </th> + <td>Test ttp:markerMode attribute</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/Parameters006.xml?content-type=application/xml">Parameter Test - Parameters - 006</a> + </th> + <td>Test profile element</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/PixelAspectRatio001.xml?content-type=application/xml">Parameter Test - pixelAspectRatio - 001</a> + </th> + <td>Test ttp:pixelAspectRatio attribute to match Rec. 601 Standard (4:3) PAL (e.g. 576i) </td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/PixelAspectRatio002.xml?content-type=application/xml">Parameter Test - pixelAspectRatio - 001</a> + </th> + <td>Test ttp:pixelAspectRatio attribute to match Rec. 601 Widescreen (16:9) PAL </td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/PixelAspectRatio003.xml?content-type=application/xml">Parameter Test - pixelAspectRatio - 001</a> + </th> + <td>Test ttp:pixelAspectRatio attribute to match SMPTE Standard (4:3) NTSC (e.g. 480i) </td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Parameters/PixelAspectRatio004.xml?content-type=application/xml">Parameter Test - pixelAspectRatio - 001</a> + </th> + <td>Test ttp:pixelAspectRatio attribute to match SMPTE Widescreen (16:9) NTSC </td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Br001.xml?content-type=application/xml">Content Test - Br - 001</a> + </th> + <td>Test the br element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Div001.xml?content-type=application/xml">Content Test - div - 001</a> + </th> + <td>Test nested div elements.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Div002.xml?content-type=application/xml">Content Test - div - 002</a> + </th> + <td>Test multiple div elements in the body.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Div003.xml?content-type=application/xml">Content Test - div - 003</a> + </th> + <td>Test multiple div elements in the body with the xml:lang attribute.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Foreign001.xml?content-type=application/xml">Content Test - Foreign - 001</a> + </th> + <td>Test the non-TT namespaces.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Paragraph001.xml?content-type=application/xml">Content Test - Paragraph - 001</a> + </th> + <td>Test the p element with no styling attribute.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Paragraph002.xml?content-type=application/xml">Content Test - Paragraph - 002</a> + </th> + <td>Test the p element with no timing attributes (nothing is displayed).</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Paragraph003.xml?content-type=application/xml">Content Test - Paragraph - 003</a> + </th> + <td>Test the p element with styling and timing attributes.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Paragraph004.xml?content-type=application/xml">Content Test - Paragraph - 004</a> + </th> + <td>Test the p element with xml:space default.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Paragraph005.xml?content-type=application/xml">Content Test - Paragraph - 005</a> + </th> + <td>Test the p element with xml:space preserve.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Span001.xml?content-type=application/xml">Content Test - Span - 001</a> + </th> + <td>Test the span element with no attributes.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Span002.xml?content-type=application/xml">Content Test - Span - 002</a> + </th> + <td>Test the span element with a styling attribute.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Span003.xml?content-type=application/xml">Content Test - Span - 003</a> + </th> + <td>Test nested span elements.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Span004.xml?content-type=application/xml">Content Test - Span - 004</a> + </th> + <td>Test nested span elements.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Span005.xml?content-type=application/xml">Content Test - Span - 005</a> + </th> + <td>Test the br element inside a span element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Tt001.xml?content-type=application/xml">Content Test - tt - 001</a> + </th> + <td>Test the tt element without an xml:space attribute.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Tt002.xml?content-type=application/xml">Content Test - tt - 002</a> + </th> + <td>Test the tt element with xml:space preserve.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Content/Tt003.xml?content-type=application/xml">Content Test - tt - 003</a> + </th> + <td>Test the tt element with xml:space default.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/BackgroundColor001.xml?content-type=application/xml">Styling Test - backgroundColor - 001</a> + </th> + <td>Test tts:backgroundColor attribute using a named color expression in a div.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/BackgroundColor002.xml?content-type=application/xml">Styling Test - backgroundColor - 002</a> + </th> + <td>Test tts:backgroundColor attribute using a hash (#rrggbb) color expression in a div.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/BackgroundColor003.xml?content-type=application/xml">Styling Test - backgroundColor - 003</a> + </th> + <td>Test tts:backgroundColor attribute using a hash (#rrggbbaa) color expression with opacity on the body.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/BackgroundColor004.xml?content-type=application/xml">Styling Test - BackgroundColor - 004</a> + </th> + <td>Test tts:backgroundColor attribute using a rgb() color function on the body.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/BackgroundColor005.xml?content-type=application/xml">Styling Test - BackgroundColor - 005</a> + </th> + <td>Test tts:backgroundColor attribute using a rgba() color function using a span.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/BackgroundColor006.xml?content-type=application/xml">Styling Test - BackgroundColor - 006</a> + </th> + <td>Test tts:backgroundColor attribute using a transparent value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/BackgroundColor007.xml?content-type=application/xml">Styling Test - BackgroundColor - 007</a> + </th> + <td>Test tts:backgroundColor using a named color expression on the div element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/BackgroundColor008.xml?content-type=application/xml">Styling Test - BackgroundColor - 008</a> + </th> + <td>Test tts:backgroundColor style using a named color expression in style.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/BackgroundColor009.xml?content-type=application/xml">Styling Test - BackgroundColor - 009</a> + </th> + <td>Test tts:backgroundColor using a named color expression on the body.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Color001.xml?content-type=application/xml">Styling Test - Color - 001</a> + </th> + <td>Test tts:color attribute using a named color expression.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Color002.xml?content-type=application/xml">Styling Test - Color - 002</a> + </th> + <td>Test tts:color attribute using a hash (#rrggbb) color expression.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Color003.xml?content-type=application/xml">Styling Test - Color - 003</a> + </th> + <td>Test tts:color attribute using a hash (#rrggbbaa) color expression with opacity.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Color004.xml?content-type=application/xml">Styling Test - Color - 004</a> + </th> + <td>Test tts:color attribute using a rgb() color function.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Color005.xml?content-type=application/xml">Styling Test - Color - 005</a> + </th> + <td>Test tts:color attribute using a rgba() color function.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Color007.xml?content-type=application/xml">Styling Test - Color - 007</a> + </th> + <td>Test tts:color attribute using a transparent value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Color008.xml?content-type=application/xml">Styling Test - Color - 008</a> + </th> + <td>Test tts:color attribute with span elements.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Color009.xml?content-type=application/xml">Styling Test - Color - 009</a> + </th> + <td>Test tts:color style using a named color expression.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Direction001.xml?content-type=application/xml">Styling Test - Direction - 001</a> + </th> + <td>Test tts:direction attribute with the ltr value in a paragraph.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Direction002.xml?content-type=application/xml">Styling Test - Direction - 002</a> + </th> + <td>Test tts:direction attribute with the ltr value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Direction003.xml?content-type=application/xml">Styling Test - Direction - 003</a> + </th> + <td>Test tts:direction attribute with the rtl value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Direction004.xml?content-type=application/xml">Styling Test - Direction - 004</a> + </th> + <td>Test tts:direction attribute with the rtl value in a span.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Direction005.xml?content-type=application/xml">Styling Test - Direction - 005</a> + </th> + <td>Test tts:direction attribute with the rtl value in a paragraph.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Direction006.xml?content-type=application/xml">Styling Test - Direction - 006</a> + </th> + <td>Test tts:direction attribute with the ltr value in a span.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Display001.xml?content-type=application/xml">Styling Test - Display - 001</a> + </th> + <td>Test tts:display attribute with the auto value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Display002.xml?content-type=application/xml">Styling Test - Display - 002</a> + </th> + <td>Test tts:display attribute with the none value in a paragraph.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Display004.xml?content-type=application/xml">Styling Test - Display - 004</a> + </th> + <td>Test tts:display attribute with the none value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/DisplayAlign001.xml?content-type=application/xml">Styling Test - DisplayAlign - 001</a> + </th> + <td>Test tts:displayAlign attribute with the before value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/DisplayAlign002.xml?content-type=application/xml">Styling Test - DisplayAlign - 002</a> + </th> + <td>Test tts:displayAlign attribute with the after value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/DisplayAlign003.xml?content-type=application/xml">Styling Test - DisplayAlign - 003</a> + </th> + <td>Test tts:displayAlign attribute with the center value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/DynamicFlow001.xml?content-type=application/xml">Styling Test - dynamicFlow - 001</a> + </th> + <td>Test tts:dynamicFlow attribute with value of 'rollUp', which + is equivalent to the value 'out(line,smooth) clear(0.433s)'.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/DynamicFlow002.xml?content-type=application/xml">Styling Test - dynamicFlow - 002</a> + </th> + <td>Test tts:dynamicFlow attribute with value of + 'in(word,jump) fill(1.0s) out(line,smooth) clear(break,0.3s)', which + is the example shown in Section 8.2.7 of the specification.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Extent001.xml?content-type=application/xml">Styling Test - Extent - 001</a> + </th> + <td>Test tts:extent attribute with the auto value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Extent002.xml?content-type=application/xml">Styling Test - Extent - 002</a> + </th> + <td>Test tts:extent attribute with two length values in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontFamily001.xml?content-type=application/xml">Styling Test - FontFamily - 001</a> + </th> + <td>Test tts:fontFamily attribute with monospace value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontFamily002.xml?content-type=application/xml">Styling Test - FontFamily - 002</a> + </th> + <td>Test tts:fontFamily attribute with sansSerif value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontFamily003.xml?content-type=application/xml">Styling Test - FontFamily - 003</a> + </th> + <td>Test tts:fontFamily attribute with serif value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontFamily004.xml?content-type=application/xml">Styling Test - FontFamily - 004</a> + </th> + <td>Test tts:fontFamily attribute with monospaceSansSerif value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontFamily005.xml?content-type=application/xml">Styling Test - FontFamily - 003</a> + </th> + <td>Test tts:fontFamily attribute with monospaceSerif value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontFamily006.xml?content-type=application/xml">Styling Test - FontFamily - 006</a> + </th> + <td>Test tts:fontFamily attribute with proportionalSansSerif value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontFamily007.xml?content-type=application/xml">Styling Test - FontFamily - 007</a> + </th> + <td>Test tts:fontFamily attribute with proportionalSerif value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontFamily008.xml?content-type=application/xml">Styling Test - FontFamily - 008</a> + </th> + <td>Test tts:fontFamily attribute with Times New Roman value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontFamily009.xml?content-type=application/xml">Styling Test - FontFamily - 009</a> + </th> + <td>Test tts:fontFamily attribute with InexistantFont, Times New Roman value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontSize001.xml?content-type=application/xml">Styling Test - FontSize - 001</a> + </th> + <td>Test tts:fontSize attribute with px unit.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontSize002.xml?content-type=application/xml">Styling Test - FontSize - 002</a> + </th> + <td>Test tts:fontSize attribute with em unit.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontSize003.xml?content-type=application/xml">Styling Test - FontSize - 003</a> + </th> + <td>Test tts:fontSize attribute with c unit.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontSize004.xml?content-type=application/xml">Styling Test - FontSize - 004</a> + </th> + <td>Test tts:fontSize attribute with percentage.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontSize005.xml?content-type=application/xml">Styling Test - FontSize - 005</a> + </th> + <td>Test tts:fontSize attribute with 2 px lengths.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontStyle001.xml?content-type=application/xml">Styling Test - FontStyle - 001</a> + </th> + <td>Test tts:fontStyle attribute with normal value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontStyle002.xml?content-type=application/xml">Styling Test - FontStyle - 002</a> + </th> + <td>Test tts:fontStyle attribute with italic value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontStyle003.xml?content-type=application/xml">Styling Test - FontStyle - 003</a> + </th> + <td>Test tts:fontStyle attribute with oblique value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontStyle004.xml?content-type=application/xml">Styling Test - FontStyle - 004</a> + </th> + <td>Test tts:fontStyle attribute with reverseOblique value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontWeight001.xml?content-type=application/xml">Styling Test - FontWeight - 001</a> + </th> + <td>Test tts:fontWeight attribute with normal value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/FontWeight002.xml?content-type=application/xml">Styling Test - FontWeight - 002</a> + </th> + <td>Test tts:fontWeight attribute with bold value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/LineHeight001.xml?content-type=application/xml">Styling Test - LineHeight - 001</a> + </th> + <td>Test tts:lineHeight attribute using the normal value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/LineHeight002.xml?content-type=application/xml">Styling Test - LineHeight - 002</a> + </th> + <td>Test tts:lineHeight attribute using the normal value in a paragraph.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/LineHeight003.xml?content-type=application/xml">Styling Test - LineHeight - 003</a> + </th> + <td>Test tts:lineHeight attribute using a length value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/LineHeight006.xml?content-type=application/xml">Styling Test - LineHeight - 006</a> + </th> + <td>Test tts:lineHeight attribute using an em value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/LineHeight007.xml?content-type=application/xml">Styling Test - LineHeight - 007</a> + </th> + <td>Test tts:lineHeight attribute using a c value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Opacity001.xml?content-type=application/xml">Styling Test - Opacity - 001</a> + </th> + <td>Test tts:opacity attribute with a 1.00 alpha value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Opacity002.xml?content-type=application/xml">Styling Test - Opacity - 002</a> + </th> + <td>Test tts:opacity attribute with a 0.50 alpha value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Opacity003.xml?content-type=application/xml">Styling Test - Opacity - 003</a> + </th> + <td>Test tts:opacity attribute with a 0.10 alpha value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Opacity004.xml?content-type=application/xml">Styling Test - Opacity - 004</a> + </th> + <td>Test tts:opacity attribute on two regions with 1.00 and 0.60 alpha values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Origin001.xml?content-type=application/xml">Styling Test - Origin - 001</a> + </th> + <td>Test tts:origin attribute with the auto value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Origin002.xml?content-type=application/xml">Styling Test - Origin - 002</a> + </th> + <td>Test tts:origin attribute with two values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Overflow001.xml?content-type=application/xml">Styling Test - overflow - 001</a> + </th> + <td>Test tts:overflow attribute with the hidden value and unwrapped text.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Overflow002.xml?content-type=application/xml">Styling Test - overflow - 002</a> + </th> + <td>Test tts:overflow attribute with the visible value and unwrapped text.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Overflow003.xml?content-type=application/xml">Styling Test - overflow - 003</a> + </th> + <td>Test tts:overflow attribute with the visible value and wrapped text.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Overflow004.xml?content-type=application/xml">Styling Test - overflow - 004</a> + </th> + <td>Test tts:overflow attribute with the hidden value and wrapped text.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Overflow005.xml?content-type=application/xml">Styling Test - overflow - 005</a> + </th> + <td>Test tts:overflow attribute with wrapped text.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Overflow006.xml?content-type=application/xml">Styling Test - overflow - 006</a> + </th> + <td>Test tts:overflow attribute with the dynamic flow of 'none' with + wrapped text.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Padding001.xml?content-type=application/xml">Styling Test - Padding - 001</a> + </th> + <td>Test tts:padding attribute with one value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Padding002.xml?content-type=application/xml">Styling Test - Padding - 002</a> + </th> + <td>Test tts:padding attribute with two values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Padding003.xml?content-type=application/xml">Styling Test - Padding - 003</a> + </th> + <td>Test tts:padding attribute with three values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Padding004.xml?content-type=application/xml">Styling Test - Padding - 004</a> + </th> + <td>Test tts:padding attribute with four values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Padding006.xml?content-type=application/xml">Styling Test - Padding - 006</a> + </th> + <td>Test tts:padding attribute with em values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Padding007.xml?content-type=application/xml">Styling Test - Padding - 007</a> + </th> + <td>Test tts:padding attribute with em values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Padding008.xml?content-type=application/xml">Styling Test - Padding - 008</a> + </th> + <td>Test tts:padding attribute with c values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/ShowBackground001.xml?content-type=application/xml">Styling Test - ShowBackground - 001</a> + </th> + <td>Test tts:showBackground attribute with the always value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/ShowBackground002.xml?content-type=application/xml">Styling Test - ShowBackground - 002</a> + </th> + <td>Test tts:showBackground attribute with the whenActive value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Style001.xml?content-type=application/xml">Styling Test - style element - 001</a> + </th> + <td>Test style attributes in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Styling001.xml?content-type=application/xml">Styling Test - styling element - 001</a> + </th> + <td>Test two different styles in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextAlign001.xml?content-type=application/xml">Styling Test - TextAlign - 001</a> + </th> + <td>Test tts:textAlign attribute with the right value in a paragraph.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextAlign002.xml?content-type=application/xml">Styling Test - TextAlign - 002</a> + </th> + <td>Test tts:textAlign attribute with the left value in a paragraph.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextAlign003.xml?content-type=application/xml">Styling Test - TextAlign - 003</a> + </th> + <td>Test tts:textAlign attribute with the center value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextAlign004.xml?content-type=application/xml">Styling Test - TextAlign - 004</a> + </th> + <td>Test tts:textAlign attribute with the center value in a pargraph.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextAlign005.xml?content-type=application/xml">Styling Test - TextAlign - 007</a> + </th> + <td>Test tts:textAlign attribute with the start value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextAlign006.xml?content-type=application/xml">Styling Test - TextAlign - 006</a> + </th> + <td>Test tts:textAlign attribute with the end value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration001.xml?content-type=application/xml">Styling Test - TextDecoration - 001</a> + </th> + <td>Test tts:textDecoration attribute using the none value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration002.xml?content-type=application/xml">Styling Test - TextDecoration - 002</a> + </th> + <td>Test tts:textDecoration attribute using the underline value in a span.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration003.xml?content-type=application/xml">Styling Test - TextDecoration - 003</a> + </th> + <td>Test tts:textDecoration attribute using the none value in a span.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration004.xml?content-type=application/xml">Styling Test - TextDecoration - 004</a> + </th> + <td>Test tts:textDecoration attribute using the underline value in style.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration005.xml?content-type=application/xml">Styling Test - TextDecoration - 005</a> + </th> + <td>Test tts:textDecoration attribute with the underline value in a div.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration006.xml?content-type=application/xml">Styling Test - TextDecoration - 006</a> + </th> + <td>Test tts:textDecoration attribute with the underline value in the body.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration007.xml?content-type=application/xml">Styling Test - TextDecoration - 007</a> + </th> + <td>Test tts:textDecoration attribute with the noUnderline value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration008.xml?content-type=application/xml">Styling Test - TextDecoration - 008</a> + </th> + <td>Test tts:textDecoration attribute with the lineThrough value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration009.xml?content-type=application/xml">Styling Test - TextDecoration - 009</a> + </th> + <td>Test tts:textDecoration attribute with the noLineThrough value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration010.xml?content-type=application/xml">Styling Test - TextDecoration - 010</a> + </th> + <td>Test tts:textDecoration attribute with the overline value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextDecoration011.xml?content-type=application/xml">Styling Test - TextDecoration - 011</a> + </th> + <td>Test tts:textDecoration attribute with the noOverline value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextOutline001.xml?content-type=application/xml">Styling Test - TextOutline - 001</a> + </th> + <td>Test tts:textOutline attribute using the none value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextOutline002.xml?content-type=application/xml">Styling Test - TextOutline - 002</a> + </th> + <td>Test tts:textOutline attribute using a value for outline thickness.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextOutline003.xml?content-type=application/xml">Styling Test - TextOutline - 003</a> + </th> + <td>Test tts:textOutline attribute using values for outline thickness and blur radius.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextOutline004.xml?content-type=application/xml">Styling Test - TextOutline - 004</a> + </th> + <td>Test tts:textOutline attribute using values for color and outline thickness.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/TextOutline005.xml?content-type=application/xml">Styling Test - TextOutline - 005</a> + </th> + <td>Test tts:textOutline attribute using values for color, outline thickness and blur radius.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/UnicodeBidi001.xml?content-type=application/xml">Styling Test - UnicodeBidi - 001</a> + </th> + <td>Test tts:unicodeBidi attribute with the normal value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/UnicodeBidi002.xml?content-type=application/xml">Styling Test - UnicodeBidi - 002</a> + </th> + <td>Test tts:unicodeBidi attribute with the bidiOverride value in a span.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/UnicodeBidi003.xml?content-type=application/xml">Styling Test - UnicodeBidi - 003</a> + </th> + <td>Test tts:unicodeBidi attribute with the bidiOverride value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/UnicodeBidi005.xml?content-type=application/xml">Styling Test - UnicodeBidi - 003</a> + </th> + <td>Test tts:unicodeBidi attribute with the embed value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Visibility001.xml?content-type=application/xml">Styling Test - Visibility - 001</a> + </th> + <td>Test tts:visibility attribute using the visible value in the style element.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Visibility002.xml?content-type=application/xml">Styling Test - Visibility - 002</a> + </th> + <td>Test tts:visibility attribute using the visible value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/Visibility003.xml?content-type=application/xml">Styling Test - Visibility - 003</a> + </th> + <td>Test tts:visibility attribute using the hidden value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WrapOption001.xml?content-type=application/xml">Styling Test - WrapOption - 001</a> + </th> + <td>Test tts:wrapOption attribute with the wrap value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WrapOption002.xml?content-type=application/xml">Styling Test - WrapOption - 002</a> + </th> + <td>Test tts:wrapOption attribute with the noWrap value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WrapOption003.xml?content-type=application/xml">Styling Test - WrapOption - 003</a> + </th> + <td>Test tts:wrapOption attribute with the noWrap value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WrapOption004.xml?content-type=application/xml">Styling Test - WrapOption - 004</a> + </th> + <td>Test tts:wrapOption attribute with the wrap value in a span.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WrapOption005.xml?content-type=application/xml">Styling Test - WrapOption - 005</a> + </th> + <td>Test tts:wrapOption attribute with the noWrap value in a span.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WritingMode001.xml?content-type=application/xml">Styling Test - WritingMode - 001</a> + </th> + <td>Test tts:writingMode attribute with the lrtb value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WritingMode002.xml?content-type=application/xml">Styling Test - WritingMode - 002</a> + </th> + <td>Test tts:writingMode attribute with the rltb value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WritingMode003.xml?content-type=application/xml">Styling Test - WritingMode - 003</a> + </th> + <td>Test tts:writingMode attribute with the rltb value using tts:unicodeBidi and tts:direction to reverse the direction of the words.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WritingMode004.xml?content-type=application/xml">Styling Test - WritingMode - 004</a> + </th> + <td>Test tts:writingMode attribute with the tbrl value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WritingMode005.xml?content-type=application/xml">Styling Test - WritingMode - 005</a> + </th> + <td>Test tts:writingMode attribute with the tblr value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WritingMode006.xml?content-type=application/xml">Styling Test - WritingMode - 006</a> + </th> + <td>Test tts:writingMode attribute with the lr value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WritingMode007.xml?content-type=application/xml">Styling Test - WritingMode - 007</a> + </th> + <td>Test tts:writingMode attribute with the rl value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WritingMode008.xml?content-type=application/xml">Styling Test - WritingMode - 008</a> + </th> + <td>Test tts:writingMode attribute with the rl value using tts:unicodeBidi and tts:direction to reverse the direction of the words.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/WritingMode009.xml?content-type=application/xml">Styling Test - WritingMode - 009</a> + </th> + <td>Test tts:writingMode attribute with the tb value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/ZIndex001.xml?content-type=application/xml">Styling Test - ZIndex - 001</a> + </th> + <td>Test tts:zIndex attribute with different integer values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/ZIndex002.xml?content-type=application/xml">Styling Test - ZIndex - 002</a> + </th> + <td>Test tts:zIndex attribute with identical integer values.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Styling/ZIndex003.xml?content-type=application/xml">Styling Test - ZIndex - 003</a> + </th> + <td>Test tts:zIndex attribute with the auto value.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Metadata/Agent004.xml?content-type=application/xml">Metadata Test - agent - 004</a> + </th> + <td>Test ttm:agent element</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Metadata/Copyright003.xml?content-type=application/xml">Metadata Test - copyright - 003</a> + </th> + <td>Test ttm:copyright element</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Metadata/Desc002.xml?content-type=application/xml">Metadata Test - desc - 002</a> + </th> + <td>Test ttm:desc element</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Metadata/Name005.xml?content-type=application/xml">Metadata Test - name - 005</a> + </th> + <td>Test ttm:name element</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Metadata/Role006.xml?content-type=application/xml">Metadata Test - role - 006</a> + </th> + <td>Test ttm:role attribute</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Metadata/Title001.xml?content-type=application/xml">Metadata Test - title - 001</a> + </th> + <td>Test ttm:title element</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTimeContainment001.xml?content-type=application/xml">Timing Test - Container 001</a> + </th> + <td>Basic par containment</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTimeContainment002.xml?content-type=application/xml">Timing Test - Container 002</a> + </th> + <td>Basic par containment</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTimeContainment003.xml?content-type=application/xml">Timing Test - Container 003</a> + </th> + <td>Begin after parent ends</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTimeContainment004.xml?content-type=application/xml">Timing Test - Container 004</a> + </th> + <td>Begin after parent ends</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTiming001.xml?content-type=application/xml">Timing Test - Basic 001</a> + </th> + <td>Testing basic time expressions on par</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTiming002.xml?content-type=application/xml">Timing Test - Basic 002</a> + </th> + <td>Testing basic time expressions on par</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTiming003.xml?content-type=application/xml">Timing Test - Basic 003</a> + </th> + <td>Testing basic time expressions on seq</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTiming006.xml?content-type=application/xml">Timing Test - Basic 006</a> + </th> + <td>Testing default sequential timing on anonymous spans in par context</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTiming007.xml?content-type=application/xml">Timing Test - Basic 007</a> + </th> + <td>Testing default zero duration of anonymous spans in a seq context</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTiming008.xml?content-type=application/xml">Timing Test - Basic 008</a> + </th> + <td>Testing deeply nested seq context</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTiming010.xml?content-type=application/xml">Timing Test - Basic 010</a> + </th> + <td>Testing basic time expressions on span</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTiming011.xml?content-type=application/xml">Timing Test - Basic 011</a> + </th> + <td>Using basic time expressions to simulate rollup</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BasicTiming012.xml?content-type=application/xml">Timing Test - Basic 012</a> + </th> + <td>Using basic time expressions to simulate crawl</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BeginDur001.xml?content-type=application/xml">Timing Test - BeginEnd - 001</a> + </th> + <td>Test the begin and dur attributes on p elements.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BeginEnd001.xml?content-type=application/xml">Timing Test - BeginEnd - 001</a> + </th> + <td>Test the begin and end attributes on p elements.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BeginEnd002.xml?content-type=application/xml">Timing Test - Begin - 002</a> + </th> + <td>Test the begin attribute with no end or dur attribute on p elements.</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/BeginEnd003.xml?content-type=application/xml">Timing Test - BeginEnd - 003</a> + </th> + <td>Test the begin and end attributes on p elements in random order. @@Is it a valid test?</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/FixedBeginEnd002.xml?content-type=application/xml">Timing Test - Seq - 007</a> + </th> + <td>Testing more end truncation on seq</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/MediaParTiming001.xml?content-type=application/xml">Timing Test - Par - 001</a> + </th> + <td>Testing multiple elements in par</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/MediaParTiming003.xml?content-type=application/xml">Timing Test - Par - 003</a> + </th> + <td>Testing par in seq and default timing attributes</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/MediaSeqTiming001.xml?content-type=application/xml">Timing Test - Seq - 003</a> + </th> + <td>Testing basic seq and time expressions</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/MediaSeqTiming002.xml?content-type=application/xml">Timing Test - Seq - 002</a> + </th> + <td>Testing seq in seq and default timing attributes</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/MediaSeqTiming003.xml?content-type=application/xml">Timing Test - Seq - 003</a> + </th> + <td>Testing default duration in seq context </td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/MediaSeqTiming004.xml?content-type=application/xml">Timing Test - Seq - 004</a> + </th> + <td>Testing dur truncation</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/MediaSeqTiming005.xml?content-type=application/xml">Timing Test - Seq - 005</a> + </th> + <td>Testing end truncation on seq</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Timing/MediaSeqTiming006.xml?content-type=application/xml">Timing Test - Seq - 006</a> + </th> + <td>Testing end truncation on seq</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation001.xml?content-type=application/xml">Animation Test - Animate 001</a> + </th> + <td>Set backgroundColor</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation002.xml?content-type=application/xml">Animation Test - Animate 002</a> + </th> + <td>Set color</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation003.xml?content-type=application/xml">Animation Test - Animate 003</a> + </th> + <td>Set display</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation004.xml?content-type=application/xml">Animation Test - Animate 004</a> + </th> + <td>Set fontFamily</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation005.xml?content-type=application/xml">Animation Test - Animate 005</a> + </th> + <td>Set fontSize</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation006.xml?content-type=application/xml">Animation Test - Animate 007</a> + </th> + <td>Set fontStyle</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation007.xml?content-type=application/xml">Animation Test - Animate 007</a> + </th> + <td>Set fontWeight</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation008.xml?content-type=application/xml">Animation Test - Animate 007</a> + </th> + <td>Set lineHeight</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation012.xml?content-type=application/xml">Animation Test - Animate 001</a> + </th> + <td>Set textAlign</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation013.xml?content-type=application/xml">Animation Test - Animate 013</a> + </th> + <td>Set textDecoration, also tests multiple sets in action</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation014.xml?content-type=application/xml">Animation Test - Animate 014</a> + </th> + <td>Set textOutline</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation015.xml?content-type=application/xml">Animation Test - Animate 015</a> + </th> + <td>Set visibility </td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation016.xml?content-type=application/xml">Animation Test - Animate 016</a> + </th> + <td>Set wrapOption </td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/Animation017.xml?content-type=application/xml">Animation Test - Animate 017</a> + </th> + <td>Set zIndex </td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/BasicTiming004.xml?content-type=application/xml">Animation Test - Basic 004</a> + </th> + <td>Testing basic time expressions on set</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/BasicTiming005.xml?content-type=application/xml">Animation Test - Basic 005</a> + </th> + <td>Testing multiple set expressions in par context</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/MediaParTiming002.xml?content-type=application/xml">Animation Test - Par - 002</a> + </th> + <td>Testing end truncation on par</td> + </tr> + <tr> + <th> + <a href="http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/Animation/MediaSeqTiming007.xml?content-type=application/xml">Animation Test - Seq - 007</a> + </th> + <td>Testing more end truncation on seq</td> + </tr> + </tbody> + </table> + <p> + <a href="dfxp-testsuite.zip">Zip archives containing all tests</a> + </p> + </div> + <div id="features" class="tab"> + <table> + <caption>DFXP features in use</caption> + <thead> + <tr> + <th>Feature</th> + <th>Section</th> + <th># of tests</th> + <th>Usage</th> + </tr> + </thead> + <tbody> + <tr> + <th>ttp:profile</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-vocabulary-profile">6.1.1</a> + </td> + <td>188</td> + <td class="gotest">188</td> + </tr> + <tr> + <th>ttp:features</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-vocabulary-features">6.1.2</a> + </td> + <td>183</td> + <td class="gotest">183</td> + </tr> + <tr> + <th>ttp:feature</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-vocabulary-feature">6.1.3</a> + </td> + <td>183</td> + <td class="gotest">539</td> + </tr> + <tr> + <th>ttp:extensions</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-vocabulary-extensions">6.1.4</a> + </td> + <td>1</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>ttp:extension</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-vocabulary-extension">6.1.5</a> + </td> + <td>1</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@ttp:cellResolution</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-cellResolution">6.2.1</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@ttp:clockMode</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-clockMode">6.2.2</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@ttp:clockMode="local"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-clockMode">6.2.2</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@ttp:clockMode="gps"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-clockMode">6.2.2</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@ttp:clockMode="utc"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-clockMode">6.2.2</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@ttp:frameRate</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-frameRate">6.2.3</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@ttp:frameRateMultiplier</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-frameRateMultiplier">6.2.4</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@ttp:markerMode</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-markerMode">6.2.5</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@ttp:markerMode="continuous"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-markerMode">6.2.5</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@ttp:markerMode="discontinuous"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-markerMode">6.2.5</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@ttp:pixelAspectRatio</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-pixelAspectRatio">6.2.6</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@ttp:profile</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-profile">6.2.7</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@ttp:smpteMode</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-smpteMode">6.2.8</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@ttp:smpteMode="dropNTSC"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-smpteMode">6.2.8</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@ttp:smpteMode="dropPAL"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-smpteMode">6.2.8</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@ttp:smpteMode="nonDrop"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-smpteMode">6.2.8</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@ttp:subFrameRate</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-subFrameRate">6.2.9</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@ttp:subFrameRate</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-subFrameRate">6.2.9</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@ttp:tickRate</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-tickRate">6.2.10</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@ttp:timeBase</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-timeBase">6.2.11</a> + </td> + <td>6</td> + <td class="gotest">6</td> + </tr> + <tr> + <th>@ttp:timeBase="media"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-timeBase">6.2.11</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@ttp:timeBase="smpte"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-timeBase">6.2.11</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@ttp:timeBase="clock"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#parameter-attribute-timeBase">6.2.11</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>tt:tt</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#document-structure-vocabulary-tt">7.1.1</a> + </td> + <td>206</td> + <td class="gotest">206</td> + </tr> + <tr> + <th>tt:head</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#document-structure-vocabulary-head">7.1.2</a> + </td> + <td>206</td> + <td class="gotest">206</td> + </tr> + <tr> + <th>tt:body</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#document-structure-vocabulary-body">7.1.3</a> + </td> + <td>206</td> + <td class="gotest">206</td> + </tr> + <tr> + <th>tt:div</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#content-vocabulary-div">7.1.4</a> + </td> + <td>206</td> + <td class="gotest">231</td> + </tr> + <tr> + <th>tt:p</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#content-vocabulary-p">7.1.5</a> + </td> + <td>206</td> + <td class="gotest">318</td> + </tr> + <tr> + <th>tt:span</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#content-vocabulary-span">7.1.6</a> + </td> + <td>55</td> + <td class="gotest">103</td> + </tr> + <tr> + <th>tt:br</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#content-vocabulary-br">7.1.7</a> + </td> + <td>83</td> + <td class="gotest">154</td> + </tr> + <tr> + <th>@xml:id</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#content-attribute-id">7.2.1</a> + </td> + <td>83</td> + <td class="gotest">95</td> + </tr> + <tr> + <th>@xml:lang</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#content-attribute-lang">7.2.2</a> + </td> + <td>206</td> + <td class="gotest">210</td> + </tr> + <tr> + <th>@xml:space</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#content-attribute-space">7.2.3</a> + </td> + <td>5</td> + <td class="gotest">10</td> + </tr> + <tr> + <th>@xml:space="default"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#content-attribute-space">7.2.3</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@xml:space="preserve"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#content-attribute-space">7.2.3</a> + </td> + <td>3</td> + <td class="gotest">8</td> + </tr> + <tr> + <th>tt:styling</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#styling-vocabulary-styling">8.1.1</a> + </td> + <td>30</td> + <td class="gotest">30</td> + </tr> + <tr> + <th>tt:style</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#styling-vocabulary-style">8.1.2</a> + </td> + <td>76</td> + <td class="gotest">316</td> + </tr> + <tr> + <th>@style</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-style">8.2.1</a> + </td> + <td>30</td> + <td class="gotest">32</td> + </tr> + <tr> + <th>@tts:backgroundColor</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-backgroundColor">8.2.2</a> + </td> + <td>66</td> + <td class="gotest">74</td> + </tr> + <tr> + <th>@tts:backgroundColor="<hash (rgb) color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-backgroundColor">8.2.2</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:backgroundColor="<hash (rgba) color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-backgroundColor">8.2.2</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:backgroundColor="<RGB color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-backgroundColor">8.2.2</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:backgroundColor="<RGBA color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-backgroundColor">8.2.2</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:backgroundColor="<named color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-backgroundColor">8.2.2</a> + </td> + <td>62</td> + <td class="gotest">71</td> + </tr> + <tr> + <th>@tts:color</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-color">8.2.3</a> + </td> + <td>63</td> + <td class="gotest">62</td> + </tr> + <tr> + <th>@tts:color="<hash (rgb) color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-color">8.2.3</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:color="<hash (rgba) color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-color">8.2.3</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:color="<RGB color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-color">8.2.3</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:color="<RGBA color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-color">8.2.3</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:color="<named color>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-color">8.2.3</a> + </td> + <td>58</td> + <td class="gotest">75</td> + </tr> + <tr> + <th>@tts:direction</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-direction">8.2.4</a> + </td> + <td>12</td> + <td class="gotest">13</td> + </tr> + <tr> + <th>@tts:direction="ltr"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-direction">8.2.4</a> + </td> + <td>4</td> + <td class="gotest">4</td> + </tr> + <tr> + <th>@tts:direction="rtl"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-direction">8.2.4</a> + </td> + <td>9</td> + <td class="gotest">9</td> + </tr> + <tr> + <th>@tts:display</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-display">8.2.5</a> + </td> + <td>7</td> + <td class="gotest">12</td> + </tr> + <tr> + <th>@tts:display="auto"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-display">8.2.5</a> + </td> + <td>6</td> + <td class="gotest">6</td> + </tr> + <tr> + <th>@tts:display="none"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-display">8.2.5</a> + </td> + <td>6</td> + <td class="gotest">6</td> + </tr> + <tr> + <th>@tts:displayAlign</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-displayAlign">8.2.6</a> + </td> + <td>5</td> + <td class="gotest">5</td> + </tr> + <tr> + <th>@tts:displayAlign="before"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-displayAlign">8.2.6</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:displayAlign="center"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-displayAlign">8.2.6</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:displayAlign="after"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-displayAlign">8.2.6</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:dynamicFlow</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-dynamicFlow">8.2.7</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:dynamicFlow="none"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-dynamicFlow">8.2.7</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:dynamicFlow="rollUp"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-dynamicFlow">8.2.7</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:dynamicFlow="<flowFunction>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-dynamicFlow">8.2.7</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@tts:dynamicFlow="<flowFunction>+ <flowInternalFunction>+"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-dynamicFlow">8.2.7</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@tts:extent</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-extent">8.2.8</a> + </td> + <td>44</td> + <td class="gotest">5</td> + </tr> + <tr> + <th>@tts:extent="auto"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-extent">8.2.8</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:extent="<length> <length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-extent">8.2.8</a> + </td> + <td>43</td> + <td class="gotest">48</td> + </tr> + <tr> + <th>@tts:fontFamily</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontFamily">8.2.9</a> + </td> + <td>11</td> + <td class="gotest">12</td> + </tr> + <tr> + <th>@tts:fontFamily="<familyName>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontFamily">8.2.9</a> + </td> + <td>10</td> + <td class="gotest">11</td> + </tr> + <tr> + <th>@tts:fontFamily="<familyName>(, <familyName>)+"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontFamily">8.2.9</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:fontSize</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontSize">8.2.10</a> + </td> + <td>25</td> + <td class="gotest">30</td> + </tr> + <tr> + <th>@tts:fontSize="<length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontSize">8.2.10</a> + </td> + <td>23</td> + <td class="gotest">27</td> + </tr> + <tr> + <th>@tts:fontSize="<% length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontSize">8.2.10</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:fontSize="<px length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontSize">8.2.10</a> + </td> + <td>20</td> + <td class="gotest">24</td> + </tr> + <tr> + <th>@tts:fontSize="<em length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontSize">8.2.10</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:fontSize="<c length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontSize">8.2.10</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:fontSize="<length> <length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontSize">8.2.10</a> + </td> + <td>2</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:fontStyle</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontStyle">8.2.11</a> + </td> + <td>5</td> + <td class="gotest">9</td> + </tr> + <tr> + <th>@tts:fontStyle="normal"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontStyle">8.2.11</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:fontStyle="italic"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontStyle">8.2.11</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:fontStyle="oblique"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontStyle">8.2.11</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:fontStyle="reverseOblique"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontStyle">8.2.11</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:fontWeight</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontWeight">8.2.12</a> + </td> + <td>3</td> + <td class="gotest">5</td> + </tr> + <tr> + <th>@tts:fontWeight="normal"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontWeight">8.2.12</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:fontWeight="bold"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-fontWeight">8.2.12</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:lineHeight</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-lineHeight">8.2.13</a> + </td> + <td>6</td> + <td class="gotest">6</td> + </tr> + <tr> + <th>@tts:lineHeight="normal"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-lineHeight">8.2.13</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:lineHeight="<length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-lineHeight">8.2.13</a> + </td> + <td>4</td> + <td class="gotest">4</td> + </tr> + <tr> + <th>@tts:lineHeight="<% length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-lineHeight">8.2.13</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@tts:lineHeight="<px length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-lineHeight">8.2.13</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:lineHeight="<em length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-lineHeight">8.2.13</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:lineHeight="<c length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-lineHeight">8.2.13</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:opacity</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-opacity">8.2.14</a> + </td> + <td>5</td> + <td class="gotest">6</td> + </tr> + <tr> + <th>@tts:opacity="<alpha>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-opacity">8.2.14</a> + </td> + <td>5</td> + <td class="gotest">20</td> + </tr> + <tr> + <th>@tts:origin</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-origin">8.2.15</a> + </td> + <td>42</td> + <td class="gotest">47</td> + </tr> + <tr> + <th>@tts:origin="auto"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-origin">8.2.15</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:origin="<length> <length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-origin">8.2.15</a> + </td> + <td>41</td> + <td class="gotest">46</td> + </tr> + <tr> + <th>@tts:overflow</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-overflow">8.2.16</a> + </td> + <td>10</td> + <td class="gotest">9</td> + </tr> + <tr> + <th>@tts:overflow="visible"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-overflow">8.2.16</a> + </td> + <td>3</td> + <td class="gotest">4</td> + </tr> + <tr> + <th>@tts:overflow="hidden"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-overflow">8.2.16</a> + </td> + <td>4</td> + <td class="gotest">4</td> + </tr> + <tr> + <th>@tts:overflow="dynamic"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-overflow">8.2.16</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:padding</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-padding">8.2.17</a> + </td> + <td>8</td> + <td class="gotest">8</td> + </tr> + <tr> + <th>@tts:padding="<length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-padding">8.2.17</a> + </td> + <td>5</td> + <td class="gotest">5</td> + </tr> + <tr> + <th>@tts:padding="<% length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-padding">8.2.17</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:padding="<px length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-padding">8.2.17</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:padding="<em length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-padding">8.2.17</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:padding="<c length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-padding">8.2.17</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:padding="<length> <length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-padding">8.2.17</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:padding="<length> <length> <length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-padding">8.2.17</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:padding="<length> <length> <length> <length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-padding">8.2.17</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:showBackground</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-showBackground">8.2.18</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:showBackground="always"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-showBackground">8.2.18</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:showBackground="whenActive"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-showBackground">8.2.18</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:textAlign</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textAlign">8.2.19</a> + </td> + <td>35</td> + <td class="gotest">47</td> + </tr> + <tr> + <th>@tts:textAlign="left"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textAlign">8.2.19</a> + </td> + <td>10</td> + <td class="gotest">12</td> + </tr> + <tr> + <th>@tts:textAlign="center"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textAlign">8.2.19</a> + </td> + <td>5</td> + <td class="gotest">5</td> + </tr> + <tr> + <th>@tts:textAlign="right"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textAlign">8.2.19</a> + </td> + <td>5</td> + <td class="gotest">8</td> + </tr> + <tr> + <th>@tts:textAlign="start"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textAlign">8.2.19</a> + </td> + <td>18</td> + <td class="gotest">22</td> + </tr> + <tr> + <th>@tts:textAlign="end"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textAlign">8.2.19</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:textDecoration</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>14</td> + <td class="gotest">23</td> + </tr> + <tr> + <th>@tts:textDecoration="none"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>5</td> + <td class="gotest">5</td> + </tr> + <tr> + <th>@tts:textDecoration="underline"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>7</td> + <td class="gotest">7</td> + </tr> + <tr> + <th>@tts:textDecoration="noUnderline"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:textDecoration="lineThrough"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:textDecoration="noLineThrough"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:textDecoration="overline"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:textDecoration="noOverline"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:textDecoration="(underline|lineThrough|overline){2}"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@tts:textDecoration="(underline|lineThrough|overline){3}"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textDecoration">8.2.20</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@tts:textOutline</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textOutline">8.2.21</a> + </td> + <td>6</td> + <td class="gotest">8</td> + </tr> + <tr> + <th>@tts:textOutline="none"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textOutline">8.2.21</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:textOutline="<length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textOutline">8.2.21</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:textOutline="<length> <length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textOutline">8.2.21</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:textOutline="<color> <length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textOutline">8.2.21</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:textOutline="<color> <length> <length>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-textOutline">8.2.21</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:unicodeBidi</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-unicodeBidi">8.2.22</a> + </td> + <td>12</td> + <td class="gotest">13</td> + </tr> + <tr> + <th>@tts:unicodeBidi="normal"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-unicodeBidi">8.2.22</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:unicodeBidi="embed"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-unicodeBidi">8.2.22</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:unicodeBidi="bidiOverride"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-unicodeBidi">8.2.22</a> + </td> + <td>10</td> + <td class="gotest">11</td> + </tr> + <tr> + <th>@tts:visibility</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-visibility">8.2.23</a> + </td> + <td>4</td> + <td class="gotest">7</td> + </tr> + <tr> + <th>@tts:visibility="visible"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-visibility">8.2.23</a> + </td> + <td>4</td> + <td class="gotest">4</td> + </tr> + <tr> + <th>@tts:visibility="hidden"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-visibility">8.2.23</a> + </td> + <td>3</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:wrapOption</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-wrapOption">8.2.24</a> + </td> + <td>14</td> + <td class="gotest">17</td> + </tr> + <tr> + <th>@tts:wrapOption="wrap"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-wrapOption">8.2.24</a> + </td> + <td>9</td> + <td class="gotest">9</td> + </tr> + <tr> + <th>@tts:wrapOption="noWrap"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-wrapOption">8.2.24</a> + </td> + <td>8</td> + <td class="gotest">8</td> + </tr> + <tr> + <th>@tts:writingMode</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-writingMode">8.2.25</a> + </td> + <td>9</td> + <td class="gotest">9</td> + </tr> + <tr> + <th>@tts:writingMode="lrtb"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-writingMode">8.2.25</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:writingMode="rltb"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-writingMode">8.2.25</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:writingMode="tbrl"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-writingMode">8.2.25</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:writingMode="tblr"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-writingMode">8.2.25</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:writingMode="lr"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-writingMode">8.2.25</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:writingMode="rl"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-writingMode">8.2.25</a> + </td> + <td>2</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>@tts:writingMode="tb"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-writingMode">8.2.25</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@tts:zIndex</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-zIndex">8.2.26</a> + </td> + <td>5</td> + <td class="gotest">10</td> + </tr> + <tr> + <th>@tts:zIndex="auto"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-zIndex">8.2.26</a> + </td> + <td>1</td> + <td class="gotest">3</td> + </tr> + <tr> + <th>@tts:zIndex="<integer>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#style-attribute-zIndex">8.2.26</a> + </td> + <td>4</td> + <td class="gotest">8</td> + </tr> + <tr> + <th>tt:layout</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#layout-vocabulary-layout">9.1.1</a> + </td> + <td>54</td> + <td class="gotest">54</td> + </tr> + <tr> + <th>tt:region</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#layout-vocabulary-region">9.1.2</a> + </td> + <td>54</td> + <td class="gotest">60</td> + </tr> + <tr> + <th>@region</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#layout-attribute-region">9.2.1</a> + </td> + <td>54</td> + <td class="gotest">61</td> + </tr> + <tr> + <th>@begin</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-begin">10.2.1</a> + </td> + <td>200</td> + <td class="gotest">373</td> + </tr> + <tr> + <th>@begin="<clock-time>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-begin">10.2.1</a> + </td> + <td>16</td> + <td class="gotest">22</td> + </tr> + <tr> + <th>@begin="<offset-time>h"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-begin">10.2.1</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@begin="<offset-time>m"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-begin">10.2.1</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@begin="<offset-time>s"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-begin">10.2.1</a> + </td> + <td>193</td> + <td class="gotest">349</td> + </tr> + <tr> + <th>@begin="<offset-time>ms"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-begin">10.2.1</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + <tr> + <th>@begin="<offset-time>f"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-begin">10.2.1</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@begin="<offset-time>t"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-begin">10.2.1</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@end</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-end">10.2.2</a> + </td> + <td>169</td> + <td class="gotest">228</td> + </tr> + <tr> + <th>@end="<clock-time>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-end">10.2.2</a> + </td> + <td>5</td> + <td class="gotest">5</td> + </tr> + <tr> + <th>@end="<offset-time>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-end">10.2.2</a> + </td> + <td>164</td> + <td class="gotest">223</td> + </tr> + <tr> + <th>@dur</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-dur">10.2.3</a> + </td> + <td>38</td> + <td class="gotest">149</td> + </tr> + <tr> + <th>@dur="<clock-time>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-dur">10.2.3</a> + </td> + <td>17</td> + <td class="gotest">43</td> + </tr> + <tr> + <th>@dur="<offset-time>"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-dur">10.2.3</a> + </td> + <td>33</td> + <td class="gotest">106</td> + </tr> + <tr> + <th>@timeContainer</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-timeContainer">10.2.4</a> + </td> + <td>45</td> + <td class="gotest">91</td> + </tr> + <tr> + <th>@timeContainer="par"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-timeContainer">10.2.4</a> + </td> + <td>31</td> + <td class="gotest">50</td> + </tr> + <tr> + <th>@timeContainer="seq"</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#timing-attribute-timeContainer">10.2.4</a> + </td> + <td>30</td> + <td class="gotest">41</td> + </tr> + <tr> + <th>tt:set</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#animation-vocabulary-set">11.1.1</a> + </td> + <td>18</td> + <td class="gotest">35</td> + </tr> + <tr> + <th>tt:metadata</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#metadata-vocabulary-metadata">12.1.1</a> + </td> + <td>206</td> + <td class="gotest">216</td> + </tr> + <tr> + <th>ttm:title</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#metadata-vocabulary-title">12.1.2</a> + </td> + <td>206</td> + <td class="gotest">206</td> + </tr> + <tr> + <th>ttm:desc</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#metadata-vocabulary-desc">12.1.3</a> + </td> + <td>206</td> + <td class="gotest">216</td> + </tr> + <tr> + <th>ttm:copyright</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#metadata-vocabulary-copyright">12.1.4</a> + </td> + <td>206</td> + <td class="gotest">206</td> + </tr> + <tr> + <th>ttm:agent</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#metadata-vocabulary-agent">12.1.5</a> + </td> + <td>2</td> + <td class="gotest">4</td> + </tr> + <tr> + <th>ttm:name</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#metadata-vocabulary-name">12.1.6</a> + </td> + <td>1</td> + <td class="gotest">2</td> + </tr> + <tr> + <th>ttm:actor</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#metadata-vocabulary-actor">12.1.7</a> + </td> + <td>0</td> + <td class="notest">0</td> + </tr> + <tr> + <th>@ttm:agent</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#metadata-attribute-agent">12.2.1</a> + </td> + <td>2</td> + <td class="gotest">4</td> + </tr> + <tr> + <th>@ttm:role</th> + <td> + <a href="http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/#metadata-attribute-role">12.2.2</a> + </td> + <td>1</td> + <td class="gotest">1</td> + </tr> + </tbody> + </table> + </div> + </div> </body> </html> \ No newline at end of file
--- a/testsuite/web-framework/DFXP_HTML.js Fri Oct 23 14:39:06 2009 +0000 +++ b/testsuite/web-framework/DFXP_HTML.js Fri Oct 23 14:43:38 2009 +0000 @@ -8,10 +8,10 @@ } DFXPHTML.prototype.startPlayer = function() { - if (-1 == navigator.userAgent.indexOf("Firefox/3.1") && - -1 == navigator.userAgent.indexOf("Shiretoko/3.1")) { - alert("This player only works in Firefox 3.1."); - } + // if (-1 == navigator.userAgent.indexOf("Firefox/3.1") && + // -1 == navigator.userAgent.indexOf("Shiretoko/3.1")) { + // alert("This player only works in Firefox 3.1."); + // } } var DFXPHTML_video = null;
--- a/testsuite/web-framework/tests.js Fri Oct 23 14:39:06 2009 +0000 +++ b/testsuite/web-framework/tests.js Fri Oct 23 14:43:38 2009 +0000 @@ -1,15 +1,19 @@ +addTest("../Parameters/CellResolution001.xml","CellResolution001","Test ttp:cellResolution attribute","Parameter Test"); +addTest("../Parameters/ClockMode001.xml","ClockMode001","Test ttp:clockMode attribute","Parameter Test"); +addTest("../Parameters/ClockMode002.xml","ClockMode002","Test ttp:clockMode attribute","Parameter Test"); +addTest("../Parameters/ClockMode003.xml","ClockMode003","Test ttp:clockMode attribute","Parameter Test"); +addTest("../Parameters/MarkerMode001.xml","MarkerMode001","Test ttp:markerMode attribute","Parameter Test"); +addTest("../Parameters/MarkerMode002.xml","MarkerMode002","Test ttp:markerMode attribute","Parameter Test"); addTest("../Parameters/Parameters006.xml","Parameters006","Test profile element","Parameter Test"); -addTest("../Parameters/cellResolution001.xml","cellResolution001","Test ttp:cellResolution attribute","Parameter Test"); -addTest("../Parameters/clockMode001.xml","clockMode001","Test ttp:clockMode attribute","Parameter Test"); -addTest("../Parameters/clockMode002.xml","clockMode002","Test ttp:clockMode attribute","Parameter Test"); -addTest("../Parameters/clockMode003.xml","clockMode003","Test ttp:clockMode attribute","Parameter Test"); -addTest("../Parameters/markerMode001.xml","markerMode001","Test ttp:markerMode attribute","Parameter Test"); -addTest("../Parameters/markerMode002.xml","markerMode002","Test ttp:markerMode attribute","Parameter Test"); -addTest("../Parameters/pixelAspectRatio001.xml","pixelAspectRatio001","Test ttp:pixelAspectRatio attribute to match Rec. 601 Standard (4:3) PAL (e.g. 576i)","Parameter Test"); -addTest("../Parameters/pixelAspectRatio002.xml","pixelAspectRatio002","Test ttp:pixelAspectRatio attribute to match Rec. 601 Widescreen (16:9) PAL","Parameter Test"); -addTest("../Parameters/pixelAspectRatio003.xml","pixelAspectRatio003","Test ttp:pixelAspectRatio attribute to match SMPTE Standard (4:3) NTSC (e.g. 480i)","Parameter Test"); -addTest("../Parameters/pixelAspectRatio004.xml","pixelAspectRatio004","Test ttp:pixelAspectRatio attribute to match SMPTE Widescreen (16:9) NTSC","Parameter Test"); +addTest("../Parameters/PixelAspectRatio001.xml","PixelAspectRatio001","Test ttp:pixelAspectRatio attribute to match Rec. 601 Standard (4:3) PAL (e.g. 576i)","Parameter Test"); +addTest("../Parameters/PixelAspectRatio002.xml","PixelAspectRatio002","Test ttp:pixelAspectRatio attribute to match Rec. 601 Widescreen (16:9) PAL","Parameter Test"); +addTest("../Parameters/PixelAspectRatio003.xml","PixelAspectRatio003","Test ttp:pixelAspectRatio attribute to match SMPTE Standard (4:3) NTSC (e.g. 480i)","Parameter Test"); +addTest("../Parameters/PixelAspectRatio004.xml","PixelAspectRatio004","Test ttp:pixelAspectRatio attribute to match SMPTE Widescreen (16:9) NTSC","Parameter Test"); addTest("../Content/Br001.xml","Br001","Test the br element.","Content Test"); +addTest("../Content/Div001.xml","Div001","Test nested div elements.","Content Test"); +addTest("../Content/Div002.xml","Div002","Test multiple div elements in the body.","Content Test"); +addTest("../Content/Div003.xml","Div003","Test multiple div elements in the body with the xml:lang attribute.","Content Test"); +addTest("../Content/Foreign001.xml","Foreign001","Test the non-TT namespaces.","Content Test"); addTest("../Content/Paragraph001.xml","Paragraph001","Test the p element with no styling attribute.","Content Test"); addTest("../Content/Paragraph002.xml","Paragraph002","Test the p element with no timing attributes (nothing is displayed).","Content Test"); addTest("../Content/Paragraph003.xml","Paragraph003","Test the p element with styling and timing attributes.","Content Test"); @@ -20,13 +24,9 @@ addTest("../Content/Span003.xml","Span003","Test nested span elements.","Content Test"); addTest("../Content/Span004.xml","Span004","Test nested span elements.","Content Test"); addTest("../Content/Span005.xml","Span005","Test the br element inside a span element.","Content Test"); -addTest("../Content/div001.xml","div001","Test nested div elements.","Content Test"); -addTest("../Content/div002.xml","div002","Test multiple div elements in the body.","Content Test"); -addTest("../Content/div003.xml","div003","Test multiple div elements in the body with the xml:lang attribute.","Content Test"); -addTest("../Content/foreign001.xml","foreign001","Test the non-TT namespaces.","Content Test"); -addTest("../Content/tt001.xml","tt001","Test the tt element without an xml:space attribute.","Content Test"); -addTest("../Content/tt002.xml","tt002","Test the tt element with xml:space preserve.","Content Test"); -addTest("../Content/tt003.xml","tt003","Test the tt element with xml:space default.","Content Test"); +addTest("../Content/Tt001.xml","Tt001","Test the tt element without an xml:space attribute.","Content Test"); +addTest("../Content/Tt002.xml","Tt002","Test the tt element with xml:space preserve.","Content Test"); +addTest("../Content/Tt003.xml","Tt003","Test the tt element with xml:space default.","Content Test"); addTest("../Styling/BackgroundColor001.xml","BackgroundColor001","Test tts:backgroundColor attribute using a named color expression in a div.","Styling Test"); addTest("../Styling/BackgroundColor002.xml","BackgroundColor002","Test tts:backgroundColor attribute using a hash (#rrggbb) color expression in a div.","Styling Test"); addTest("../Styling/BackgroundColor003.xml","BackgroundColor003","Test tts:backgroundColor attribute using a hash (#rrggbbaa) color expression with opacity on the body.","Styling Test"); @@ -44,6 +44,22 @@ addTest("../Styling/Color007.xml","Color007","Test tts:color attribute using a transparent value.","Styling Test"); addTest("../Styling/Color008.xml","Color008","Test tts:color attribute with span elements.","Styling Test"); addTest("../Styling/Color009.xml","Color009","Test tts:color style using a named color expression.","Styling Test"); +addTest("../Styling/Direction001.xml","Direction001","Test tts:direction attribute with the ltr value in a paragraph.","Styling Test"); +addTest("../Styling/Direction002.xml","Direction002","Test tts:direction attribute with the ltr value in the style element.","Styling Test"); +addTest("../Styling/Direction003.xml","Direction003","Test tts:direction attribute with the rtl value in the style element.","Styling Test"); +addTest("../Styling/Direction004.xml","Direction004","Test tts:direction attribute with the rtl value in a span.","Styling Test"); +addTest("../Styling/Direction005.xml","Direction005","Test tts:direction attribute with the rtl value in a paragraph.","Styling Test"); +addTest("../Styling/Direction006.xml","Direction006","Test tts:direction attribute with the ltr value in a span.","Styling Test"); +addTest("../Styling/Display001.xml","Display001","Test tts:display attribute with the auto value in the style element.","Styling Test"); +addTest("../Styling/Display002.xml","Display002","Test tts:display attribute with the none value in a paragraph.","Styling Test"); +addTest("../Styling/Display004.xml","Display004","Test tts:display attribute with the none value in the style element.","Styling Test"); +addTest("../Styling/DisplayAlign001.xml","DisplayAlign001","Test tts:displayAlign attribute with the before value in the style element.","Styling Test"); +addTest("../Styling/DisplayAlign002.xml","DisplayAlign002","Test tts:displayAlign attribute with the after value in the style element.","Styling Test"); +addTest("../Styling/DisplayAlign003.xml","DisplayAlign003","Test tts:displayAlign attribute with the center value in the style element.","Styling Test"); +addTest("../Styling/DynamicFlow001.xml","DynamicFlow001","Test tts:dynamicFlow attribute with value of 'rollUp', which is equivalent to the value 'out(line,smooth) clear(0.433s)'.","Styling Test"); +addTest("../Styling/DynamicFlow002.xml","DynamicFlow002","Test tts:dynamicFlow attribute with value of 'in(word,jump) fill(1.0s) out(line,smooth) clear(break,0.3s)', which is the example shown in Section 8.2.7 of the specification.","Styling Test"); +addTest("../Styling/Extent001.xml","Extent001","Test tts:extent attribute with the auto value in the style element.","Styling Test"); +addTest("../Styling/Extent002.xml","Extent002","Test tts:extent attribute with two length values in the style element.","Styling Test"); addTest("../Styling/FontFamily001.xml","FontFamily001","Test tts:fontFamily attribute with monospace value.","Styling Test"); addTest("../Styling/FontFamily002.xml","FontFamily002","Test tts:fontFamily attribute with sansSerif value.","Styling Test"); addTest("../Styling/FontFamily003.xml","FontFamily003","Test tts:fontFamily attribute with serif value.","Styling Test"); @@ -69,6 +85,18 @@ addTest("../Styling/LineHeight003.xml","LineHeight003","Test tts:lineHeight attribute using a length value in the style element.","Styling Test"); addTest("../Styling/LineHeight006.xml","LineHeight006","Test tts:lineHeight attribute using an em value.","Styling Test"); addTest("../Styling/LineHeight007.xml","LineHeight007","Test tts:lineHeight attribute using a c value.","Styling Test"); +addTest("../Styling/Opacity001.xml","Opacity001","Test tts:opacity attribute with a 1.00 alpha value.","Styling Test"); +addTest("../Styling/Opacity002.xml","Opacity002","Test tts:opacity attribute with a 0.50 alpha value.","Styling Test"); +addTest("../Styling/Opacity003.xml","Opacity003","Test tts:opacity attribute with a 0.10 alpha value.","Styling Test"); +addTest("../Styling/Opacity004.xml","Opacity004","Test tts:opacity attribute on two regions with 1.00 and 0.60 alpha values.","Styling Test"); +addTest("../Styling/Origin001.xml","Origin001","Test tts:origin attribute with the auto value.","Styling Test"); +addTest("../Styling/Origin002.xml","Origin002","Test tts:origin attribute with two values.","Styling Test"); +addTest("../Styling/Overflow001.xml","Overflow001","Test tts:overflow attribute with the hidden value and unwrapped text.","Styling Test"); +addTest("../Styling/Overflow002.xml","Overflow002","Test tts:overflow attribute with the visible value and unwrapped text.","Styling Test"); +addTest("../Styling/Overflow003.xml","Overflow003","Test tts:overflow attribute with the visible value and wrapped text.","Styling Test"); +addTest("../Styling/Overflow004.xml","Overflow004","Test tts:overflow attribute with the hidden value and wrapped text.","Styling Test"); +addTest("../Styling/Overflow005.xml","Overflow005","Test tts:overflow attribute with wrapped text.","Styling Test"); +addTest("../Styling/Overflow006.xml","Overflow006","Test tts:overflow attribute with the dynamic flow of 'none' with wrapped text.","Styling Test"); addTest("../Styling/Padding001.xml","Padding001","Test tts:padding attribute with one value.","Styling Test"); addTest("../Styling/Padding002.xml","Padding002","Test tts:padding attribute with two values.","Styling Test"); addTest("../Styling/Padding003.xml","Padding003","Test tts:padding attribute with three values.","Styling Test"); @@ -76,6 +104,8 @@ addTest("../Styling/Padding006.xml","Padding006","Test tts:padding attribute with em values.","Styling Test"); addTest("../Styling/Padding007.xml","Padding007","Test tts:padding attribute with em values.","Styling Test"); addTest("../Styling/Padding008.xml","Padding008","Test tts:padding attribute with c values.","Styling Test"); +addTest("../Styling/ShowBackground001.xml","ShowBackground001","Test tts:showBackground attribute with the always value.","Styling Test"); +addTest("../Styling/ShowBackground002.xml","ShowBackground002","Test tts:showBackground attribute with the whenActive value.","Styling Test"); addTest("../Styling/Style001.xml","Style001","Test style attributes in the style element.","Styling Test"); addTest("../Styling/Styling001.xml","Styling001","Test two different styles in the style element.","Styling Test"); addTest("../Styling/TextAlign001.xml","TextAlign001","Test tts:textAlign attribute with the right value in a paragraph.","Styling Test"); @@ -100,64 +130,36 @@ addTest("../Styling/TextOutline003.xml","TextOutline003","Test tts:textOutline attribute using values for outline thickness and blur radius.","Styling Test"); addTest("../Styling/TextOutline004.xml","TextOutline004","Test tts:textOutline attribute using values for color and outline thickness.","Styling Test"); addTest("../Styling/TextOutline005.xml","TextOutline005","Test tts:textOutline attribute using values for color, outline thickness and blur radius.","Styling Test"); +addTest("../Styling/UnicodeBidi001.xml","UnicodeBidi001","Test tts:unicodeBidi attribute with the normal value.","Styling Test"); +addTest("../Styling/UnicodeBidi002.xml","UnicodeBidi002","Test tts:unicodeBidi attribute with the bidiOverride value in a span.","Styling Test"); +addTest("../Styling/UnicodeBidi003.xml","UnicodeBidi003","Test tts:unicodeBidi attribute with the bidiOverride value.","Styling Test"); +addTest("../Styling/UnicodeBidi005.xml","UnicodeBidi005","Test tts:unicodeBidi attribute with the embed value.","Styling Test"); addTest("../Styling/Visibility001.xml","Visibility001","Test tts:visibility attribute using the visible value in the style element.","Styling Test"); addTest("../Styling/Visibility002.xml","Visibility002","Test tts:visibility attribute using the visible value.","Styling Test"); addTest("../Styling/Visibility003.xml","Visibility003","Test tts:visibility attribute using the hidden value.","Styling Test"); -addTest("../Styling/direction001.xml","direction001","Test tts:direction attribute with the ltr value in a paragraph.","Styling Test"); -addTest("../Styling/direction002.xml","direction002","Test tts:direction attribute with the ltr value in the style element.","Styling Test"); -addTest("../Styling/direction003.xml","direction003","Test tts:direction attribute with the rtl value in the style element.","Styling Test"); -addTest("../Styling/direction004.xml","direction004","Test tts:direction attribute with the rtl value in a span.","Styling Test"); -addTest("../Styling/direction005.xml","direction005","Test tts:direction attribute with the rtl value in a paragraph.","Styling Test"); -addTest("../Styling/direction006.xml","direction006","Test tts:direction attribute with the ltr value in a span.","Styling Test"); -addTest("../Styling/display001.xml","display001","Test tts:display attribute with the auto value in the style element.","Styling Test"); -addTest("../Styling/display002.xml","display002","Test tts:display attribute with the none value in a paragraph.","Styling Test"); -addTest("../Styling/display004.xml","display004","Test tts:display attribute with the none value in the style element.","Styling Test"); -addTest("../Styling/displayAlign001.xml","displayAlign001","Test tts:displayAlign attribute with the before value in the style element.","Styling Test"); -addTest("../Styling/displayAlign002.xml","displayAlign002","Test tts:displayAlign attribute with the after value in the style element.","Styling Test"); -addTest("../Styling/displayAlign003.xml","displayAlign003","Test tts:displayAlign attribute with the center value in the style element.","Styling Test"); -addTest("../Styling/extent001.xml","extent001","Test tts:extent attribute with the auto value in the style element.","Styling Test"); -addTest("../Styling/extent002.xml","extent002","Test tts:extent attribute with two length values in the style element.","Styling Test"); -addTest("../Styling/opacity001.xml","opacity001","Test tts:opacity attribute with a 1.00 alpha value.","Styling Test"); -addTest("../Styling/opacity002.xml","opacity002","Test tts:opacity attribute with a 0.50 alpha value.","Styling Test"); -addTest("../Styling/opacity003.xml","opacity003","Test tts:opacity attribute with a 0.10 alpha value.","Styling Test"); -addTest("../Styling/opacity004.xml","opacity004","Test tts:opacity attribute on two regions with 1.00 and 0.60 alpha values.","Styling Test"); -addTest("../Styling/origin001.xml","origin001","Test tts:origin attribute with the auto value.","Styling Test"); -addTest("../Styling/origin002.xml","origin002","Test tts:origin attribute with two values.","Styling Test"); -addTest("../Styling/overflow001.xml","overflow001","Test tts:overflow attribute with the hidden value and unwrapped text.","Styling Test"); -addTest("../Styling/overflow002.xml","overflow002","Test tts:overflow attribute with the visible value and unwrapped text.","Styling Test"); -addTest("../Styling/overflow003.xml","overflow003","Test tts:overflow attribute with the visible value and wrapped text.","Styling Test"); -addTest("../Styling/overflow004.xml","overflow004","Test tts:overflow attribute with the hidden value and wrapped text.","Styling Test"); -addTest("../Styling/overflow005.xml","overflow005","Test tts:overflow attribute with wrapped text.","Styling Test"); -addTest("../Styling/overflow006.xml","overflow006","Test tts:overflow attribute with the scroll value and wrapped text.","Styling Test"); -addTest("../Styling/showBackground001.xml","showBackground001","Test tts:showBackground attribute with the always value.","Styling Test"); -addTest("../Styling/showBackground002.xml","showBackground002","Test tts:showBackground attribute with the whenActive value.","Styling Test"); -addTest("../Styling/unicodeBidi001.xml","unicodeBidi001","Test tts:unicodeBidi attribute with the normal value.","Styling Test"); -addTest("../Styling/unicodeBidi002.xml","unicodeBidi002","Test tts:unicodeBidi attribute with the bidiOverride value in a span.","Styling Test"); -addTest("../Styling/unicodeBidi003.xml","unicodeBidi003","Test tts:unicodeBidi attribute with the bidiOverride value.","Styling Test"); -addTest("../Styling/unicodeBidi005.xml","unicodeBidi005","Test tts:unicodeBidi attribute with the embed value.","Styling Test"); -addTest("../Styling/wrapOption001.xml","wrapOption001","Test tts:wrapOption attribute with the wrap value.","Styling Test"); -addTest("../Styling/wrapOption002.xml","wrapOption002","Test tts:wrapOption attribute with the noWrap value.","Styling Test"); -addTest("../Styling/wrapOption003.xml","wrapOption003","Test tts:wrapOption attribute with the noWrap value.","Styling Test"); -addTest("../Styling/wrapOption004.xml","wrapOption004","Test tts:wrapOption attribute with the wrap value in a span.","Styling Test"); -addTest("../Styling/wrapOption005.xml","wrapOption005","Test tts:wrapOption attribute with the noWrap value in a span.","Styling Test"); -addTest("../Styling/writingMode001.xml","writingMode001","Test tts:writingMode attribute with the lrtb value.","Styling Test"); -addTest("../Styling/writingMode002.xml","writingMode002","Test tts:writingMode attribute with the rltb value.","Styling Test"); -addTest("../Styling/writingMode003.xml","writingMode003","Test tts:writingMode attribute with the rltb value using tts:unicodeBidi and tts:direction to reverse the direction of the words.","Styling Test"); -addTest("../Styling/writingMode004.xml","writingMode004","Test tts:writingMode attribute with the tbrl value.","Styling Test"); -addTest("../Styling/writingMode005.xml","writingMode005","Test tts:writingMode attribute with the tblr value.","Styling Test"); -addTest("../Styling/writingMode006.xml","writingMode006","Test tts:writingMode attribute with the lr value.","Styling Test"); -addTest("../Styling/writingMode007.xml","writingMode007","Test tts:writingMode attribute with the rl value.","Styling Test"); -addTest("../Styling/writingMode008.xml","writingMode008","Test tts:writingMode attribute with the rl value using tts:unicodeBidi and tts:direction to reverse the direction of the words.","Styling Test"); -addTest("../Styling/writingMode009.xml","writingMode009","Test tts:writingMode attribute with the tb value.","Styling Test"); -addTest("../Styling/zIndex001.xml","zIndex001","Test tts:zIndex attribute with different integer values.","Styling Test"); -addTest("../Styling/zIndex002.xml","zIndex002","Test tts:zIndex attribute with identical integer values.","Styling Test"); -addTest("../Styling/zIndex003.xml","zIndex003","Test tts:zIndex attribute with the auto value.","Styling Test"); -addTest("../Metadata/agent004.xml","agent004","Test ttm:agent element","Metadata Test"); -addTest("../Metadata/copyright003.xml","copyright003","Test ttm:copyright element","Metadata Test"); -addTest("../Metadata/desc002.xml","desc002","Test ttm:desc element","Metadata Test"); -addTest("../Metadata/name005.xml","name005","Test ttm:name element","Metadata Test"); -addTest("../Metadata/role006.xml","role006","Test ttm:role attribute","Metadata Test"); -addTest("../Metadata/title001.xml","title001","Test ttm:title element","Metadata Test"); +addTest("../Styling/WrapOption001.xml","WrapOption001","Test tts:wrapOption attribute with the wrap value.","Styling Test"); +addTest("../Styling/WrapOption002.xml","WrapOption002","Test tts:wrapOption attribute with the noWrap value.","Styling Test"); +addTest("../Styling/WrapOption003.xml","WrapOption003","Test tts:wrapOption attribute with the noWrap value.","Styling Test"); +addTest("../Styling/WrapOption004.xml","WrapOption004","Test tts:wrapOption attribute with the wrap value in a span.","Styling Test"); +addTest("../Styling/WrapOption005.xml","WrapOption005","Test tts:wrapOption attribute with the noWrap value in a span.","Styling Test"); +addTest("../Styling/WritingMode001.xml","WritingMode001","Test tts:writingMode attribute with the lrtb value.","Styling Test"); +addTest("../Styling/WritingMode002.xml","WritingMode002","Test tts:writingMode attribute with the rltb value.","Styling Test"); +addTest("../Styling/WritingMode003.xml","WritingMode003","Test tts:writingMode attribute with the rltb value using tts:unicodeBidi and tts:direction to reverse the direction of the words.","Styling Test"); +addTest("../Styling/WritingMode004.xml","WritingMode004","Test tts:writingMode attribute with the tbrl value.","Styling Test"); +addTest("../Styling/WritingMode005.xml","WritingMode005","Test tts:writingMode attribute with the tblr value.","Styling Test"); +addTest("../Styling/WritingMode006.xml","WritingMode006","Test tts:writingMode attribute with the lr value.","Styling Test"); +addTest("../Styling/WritingMode007.xml","WritingMode007","Test tts:writingMode attribute with the rl value.","Styling Test"); +addTest("../Styling/WritingMode008.xml","WritingMode008","Test tts:writingMode attribute with the rl value using tts:unicodeBidi and tts:direction to reverse the direction of the words.","Styling Test"); +addTest("../Styling/WritingMode009.xml","WritingMode009","Test tts:writingMode attribute with the tb value.","Styling Test"); +addTest("../Styling/ZIndex001.xml","ZIndex001","Test tts:zIndex attribute with different integer values.","Styling Test"); +addTest("../Styling/ZIndex002.xml","ZIndex002","Test tts:zIndex attribute with identical integer values.","Styling Test"); +addTest("../Styling/ZIndex003.xml","ZIndex003","Test tts:zIndex attribute with the auto value.","Styling Test"); +addTest("../Metadata/Agent004.xml","Agent004","Test ttm:agent element","Metadata Test"); +addTest("../Metadata/Copyright003.xml","Copyright003","Test ttm:copyright element","Metadata Test"); +addTest("../Metadata/Desc002.xml","Desc002","Test ttm:desc element","Metadata Test"); +addTest("../Metadata/Name005.xml","Name005","Test ttm:name element","Metadata Test"); +addTest("../Metadata/Role006.xml","Role006","Test ttm:role attribute","Metadata Test"); +addTest("../Metadata/Title001.xml","Title001","Test ttm:title element","Metadata Test"); addTest("../Timing/BasicTimeContainment001.xml","BasicTimeContainment001","Basic par containment","Timing Test"); addTest("../Timing/BasicTimeContainment002.xml","BasicTimeContainment002","Basic par containment","Timing Test"); addTest("../Timing/BasicTimeContainment003.xml","BasicTimeContainment003","Begin after parent ends","Timing Test"); @@ -171,10 +173,10 @@ addTest("../Timing/BasicTiming010.xml","BasicTiming010","Testing basic time expressions on span","Timing Test"); addTest("../Timing/BasicTiming011.xml","BasicTiming011","Using basic time expressions to simulate rollup","Timing Test"); addTest("../Timing/BasicTiming012.xml","BasicTiming012","Using basic time expressions to simulate crawl","Timing Test"); -addTest("../Timing/BeginDur001.xml","BeginDur001","","Timing Test"); -addTest("../Timing/BeginEnd001.xml","BeginEnd001","","Timing Test"); -addTest("../Timing/BeginEnd002.xml","BeginEnd002","","Timing Test"); -addTest("../Timing/BeginEnd003.xml","BeginEnd003","","Timing Test"); +addTest("../Timing/BeginDur001.xml","BeginDur001","Test the begin and dur attributes on p elements.","Timing Test"); +addTest("../Timing/BeginEnd001.xml","BeginEnd001","Test the begin and end attributes on p elements.","Timing Test"); +addTest("../Timing/BeginEnd002.xml","BeginEnd002","Test the begin attribute with no end or dur attribute on p elements.","Timing Test"); +addTest("../Timing/BeginEnd003.xml","BeginEnd003","Test the begin and end attributes on p elements in random order. @@Is it a valid test?","Timing Test"); addTest("../Timing/FixedBeginEnd002.xml","FixedBeginEnd002","Testing more end truncation on seq","Timing Test"); addTest("../Timing/MediaParTiming001.xml","MediaParTiming001","Testing multiple elements in par","Timing Test"); addTest("../Timing/MediaParTiming003.xml","MediaParTiming003","Testing par in seq and default timing attributes","Timing Test");