s/scroll/dynamic/ for overflow
authorPhilippe Le Hégaret <plh@w3.org>
Fri, 05 Jun 2009 23:53:12 +0000
changeset 143 fefc40b4c5b7
parent 142 d193ba595eed
child 144 6d4bde199ef4
s/scroll/dynamic/ for overflow
testsuite/Report/report.xslt
--- a/testsuite/Report/report.xslt	Fri Jun 05 23:37:56 2009 +0000
+++ b/testsuite/Report/report.xslt	Fri Jun 05 23:53:12 2009 +0000
@@ -716,10 +716,10 @@
       <td><xsl:call-template name='display'><xsl:with-param name='n' select='count($tests//@tts:overflow[.="hidden"])'/></xsl:call-template></td>
    </tr>
    <tr>
-      <th>@tts:overflow="scroll"</th>
+      <th>@tts:overflow="dynamic"</th>
       <td><xsl:call-template name='toc'><xsl:with-param name='section'>8.2.16</xsl:with-param></xsl:call-template></td>
-      <td><xsl:value-of select='count($tests/tt:tt[.//@tts:overflow="scroll"])'/></td>
-      <td><xsl:call-template name='display'><xsl:with-param name='n' select='count($tests//@tts:overflow[.="scroll"])'/></xsl:call-template></td>
+      <td><xsl:value-of select='count($tests/tt:tt[.//@tts:overflow="dynamic"])'/></td>
+      <td><xsl:call-template name='display'><xsl:with-param name='n' select='count($tests//@tts:overflow[.="dynamic"])'/></xsl:call-template></td>
    </tr>
    <tr>
       <th>@tts:padding</th>