- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 12:43:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv30860/tools
Modified Files:
chunker.xsl specgen.xsl
Log Message:
make jump indexes keyboard operable
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- specgen.xsl 8 May 2011 10:36:45 -0000 1.96
+++ specgen.xsl 8 May 2011 12:43:56 -0000 1.97
@@ -318,7 +318,9 @@
</xsl:template>
<xsl:template name='top'>
<div id="jump-indexes" class="no-number no-toc">
- <div id="jumpIndexA-button">jump</div>
+ <div id="jumpIndexA-button"
+ role="button" aria-haspopup="true"
+ tabindex="0">jump</div>
</div>
<div class='head'>
<xsl:choose>
Index: chunker.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/chunker.xsl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- chunker.xsl 29 Aug 2010 00:58:13 -0000 1.20
+++ chunker.xsl 8 May 2011 12:43:56 -0000 1.21
@@ -182,7 +182,9 @@
<xsl:text> </xsl:text>
<body class="chunk" onload="initDfn()">
<div id="jump-indexes" class="no-number no-toc">
- <div id="jumpIndexA-button">jump</div>
+ <div id="jumpIndexA-button"
+ role="button" aria-haspopup="true"
+ tabindex="0">jump</div>
</div>
<xsl:call-template name="header.navigation">
<xsl:with-param name="prev" select="$prev"/>
Received on Sunday, 8 May 2011 12:44:00 UTC