html5/markup Overview.html,1.487,1.488 a.html,1.107,1.108 abbr.html,1.77,1.78 acknowledgments.html,1.36,1.37 address.html,1.79,1.80 area.html,1.100,1.101 article.html,1.84,1.85 aside.html,1.83,1.84 audio.html,1.100,1.101 b.html,1.81,1.82 base.html,1.94,1.95 bdi.html,1.5,1.6 bdo.html,1.79,1.80 blockquote.html,1.85,1.86 body.html,1.96,1.97 br.html,1.75,1.76 button.button.html,1.93,1.94 button.html,1.50,1.51 button.reset.html,1.93,1.94 button.submit.html,1.95,1.96 canvas.html,1.84,1.85 caption.html,1.80,1.81 cite.html,1.81,1.82 code.html,1.79,1.80 col.html,1.83,1.84 colgroup.html,1.83,1.84 command.checkbox.html,1.90,1.91 command.command.html,1.90,1.91 command.html,1.51,1.52 command.radio.html,1.90,1.91 common-models.html,1.65,1.66 datalist.html,1.87,1.88 datatypes.html,1.99,1.100 dd.html,1.84,1.85 del.html,1.94,1.95 details.html,1.71,1.72 dfn.html,1.81,1.82 div.html,1.81,1.82 dl.html,1.83,1.84 documents.html,1.53,1.54 dt.html,1.84,1.85 elements-by-function.html,1.28,1.29 elements.html,1.81,1.82 em.htm

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv30860

Modified Files:
	Overview.html a.html abbr.html acknowledgments.html 
	address.html area.html article.html aside.html audio.html 
	b.html base.html bdi.html bdo.html blockquote.html body.html 
	br.html button.button.html button.html button.reset.html 
	button.submit.html canvas.html caption.html cite.html 
	code.html col.html colgroup.html command.checkbox.html 
	command.command.html command.html command.radio.html 
	common-models.html datalist.html datatypes.html dd.html 
	del.html details.html dfn.html div.html dl.html documents.html 
	dt.html elements-by-function.html elements.html em.html 
	embed.html fieldset.html figcaption.html figure.html 
	footer.html form.html global-attributes.html h1.html h2.html 
	h3.html h4.html h5.html h6.html head.html header.html 
	hgroup.html hr.html html.html i.html iframe.html img.html 
	index-of-terms.html index-of-terms.xhtml index.html 
	input.button.html input.checkbox.html input.color.html 
	input.date.html input.datetime-local.html input.datetime.html 
	input.email.html input.file.html input.hidden.html input.html 
	input.image.html input.month.html input.number.html 
	input.password.html input.radio.html input.range.html 
	input.reset.html input.search.html input.submit.html 
	input.tel.html input.text.html input.time.html input.url.html 
	input.week.html ins.html intro.html kbd.html keygen.html 
	label.html legend.html li.html link.html map.html mark.html 
	menu.html meta.charset.html meta.html 
	meta.http-equiv.content-type.html 
	meta.http-equiv.default-style.html 
	meta.http-equiv.refresh.html meta.name.html meter.html 
	nav.html noscript.html object.html ol.html optgroup.html 
	option.html output.html p.html param.html pre.html 
	progress.html q.html references.html rp.html rt.html ruby.html 
	s.html samp.html script.html section.html select.html 
	small.html source.html span.html spec.html strong.html 
	style.css style.html sub.html summary.html sup.html 
	syntax.html table.html tbody.html td.html terminology.html 
	textarea.html tfoot.html th.html thead.html time.html 
	title.html tr.html track.html u.html ul.html var.html 
	video.html wbr.html 
Log Message:
make jump indexes keyboard operable


Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/body.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- body.html	5 May 2011 18:11:59 -0000	1.96
+++ body.html	8 May 2011 12:43:47 -0000	1.97
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="blockquote.html">&#171; blockquote</a></span>

Index: legend.html
===================================================================
RCS file: /sources/public/html5/markup/legend.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- legend.html	30 Apr 2011 11:35:38 -0000	1.84
+++ legend.html	8 May 2011 12:43:52 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="label.html">&#171; label</a></span>

Index: address.html
===================================================================
RCS file: /sources/public/html5/markup/address.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- address.html	30 Apr 2011 11:35:32 -0000	1.79
+++ address.html	8 May 2011 12:43:46 -0000	1.80
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="abbr.html">&#171; abbr</a></span>

Index: button.html
===================================================================
RCS file: /sources/public/html5/markup/button.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- button.html	30 Apr 2011 11:35:33 -0000	1.50
+++ button.html	8 May 2011 12:43:47 -0000	1.51
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="br.html">&#171; br</a></span>

Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- th.html	30 Apr 2011 11:35:41 -0000	1.99
+++ th.html	8 May 2011 12:43:55 -0000	1.100
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="tfoot.html">&#171; tfoot</a></span>

Index: mark.html
===================================================================
RCS file: /sources/public/html5/markup/mark.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- mark.html	30 Apr 2011 11:35:38 -0000	1.80
+++ mark.html	8 May 2011 12:43:52 -0000	1.81
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="map.html">&#171; map</a></span>

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.487
retrieving revision 1.488
diff -u -d -r1.487 -r1.488
--- Overview.html	8 May 2011 10:36:43 -0000	1.487
+++ Overview.html	8 May 2011 12:43:46 -0000	1.488
@@ -10,7 +10,7 @@
 <link rel="contents" href="Overview.html#toc">
 </head>
 <body onload="initDfn()" class="chunk">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <div class="head">
 <div><img src="HTML5_Badge_128.png" alt="5"></div>
 <h1>HTML: The Markup Language</h1>

Index: br.html
===================================================================
RCS file: /sources/public/html5/markup/br.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- br.html	30 Apr 2011 11:35:33 -0000	1.75
+++ br.html	8 May 2011 12:43:47 -0000	1.76
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="body.html">&#171; body</a></span>

Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- input.email.html	5 May 2011 18:12:01 -0000	1.101
+++ input.email.html	8 May 2011 12:43:50 -0000	1.102
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.range.html">&#171; input type=range</a></span>

Index: tr.html
===================================================================
RCS file: /sources/public/html5/markup/tr.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- tr.html	30 Apr 2011 11:35:41 -0000	1.81
+++ tr.html	8 May 2011 12:43:55 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="title.html">&#171; title</a></span>

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- input.month.html	5 May 2011 18:12:02 -0000	1.100
+++ input.month.html	8 May 2011 12:43:51 -0000	1.101
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.date.html">&#171; input type=date</a></span>

Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- iframe.html	5 May 2011 18:12:00 -0000	1.106
+++ iframe.html	8 May 2011 12:43:49 -0000	1.107
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="i.html">&#171; i</a></span>

Index: ins.html
===================================================================
RCS file: /sources/public/html5/markup/ins.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- ins.html	30 Apr 2011 11:35:38 -0000	1.95
+++ ins.html	8 May 2011 12:43:52 -0000	1.96
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.color.html">&#171; input type=color</a></span>

Index: abbr.html
===================================================================
RCS file: /sources/public/html5/markup/abbr.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- abbr.html	30 Apr 2011 11:35:32 -0000	1.77
+++ abbr.html	8 May 2011 12:43:46 -0000	1.78
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="a.html">&#171; a</a></span>

Index: div.html
===================================================================
RCS file: /sources/public/html5/markup/div.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- div.html	30 Apr 2011 11:35:34 -0000	1.81
+++ div.html	8 May 2011 12:43:48 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="dfn.html">&#171; dfn</a></span>

Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/meta.name.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- meta.name.html	6 May 2011 03:37:01 -0000	1.92
+++ meta.name.html	8 May 2011 12:43:52 -0000	1.93
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.html">&#171; meta</a></span>

Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- table.html	5 May 2011 18:12:05 -0000	1.92
+++ table.html	8 May 2011 12:43:55 -0000	1.93
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="sup.html">&#171; sup</a></span>

Index: nav.html
===================================================================
RCS file: /sources/public/html5/markup/nav.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- nav.html	30 Apr 2011 12:33:22 -0000	1.86
+++ nav.html	8 May 2011 12:43:53 -0000	1.87
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meter.html">&#171; meter</a></span>

Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- html.html	6 May 2011 03:37:01 -0000	1.90
+++ html.html	8 May 2011 12:43:49 -0000	1.91
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="hr.html">&#171; hr</a></span>

Index: meta.http-equiv.content-type.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- meta.http-equiv.content-type.html	6 May 2011 03:37:01 -0000	1.96
+++ meta.http-equiv.content-type.html	8 May 2011 12:43:52 -0000	1.97
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.charset.html">&#171; meta charset</a></span>

Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- input.radio.html	5 May 2011 18:12:02 -0000	1.97
+++ input.radio.html	8 May 2011 12:43:51 -0000	1.98
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.checkbox.html">&#171; input type=checkbox</a></span>

Index: footer.html
===================================================================
RCS file: /sources/public/html5/markup/footer.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- footer.html	30 Apr 2011 11:35:35 -0000	1.84
+++ footer.html	8 May 2011 12:43:48 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="figure.html">&#171; figure</a></span>

Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/global-attributes.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- global-attributes.html	6 May 2011 03:37:01 -0000	1.51
+++ global-attributes.html	8 May 2011 12:43:49 -0000	1.52
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="common-models.html">&#171; common models</a></span>

Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/script.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- script.html	5 May 2011 18:12:03 -0000	1.104
+++ script.html	8 May 2011 12:43:53 -0000	1.105
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="samp.html">&#171; samp</a></span>

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- input.range.html	5 May 2011 18:12:02 -0000	1.100
+++ input.range.html	8 May 2011 12:43:51 -0000	1.101
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.number.html">&#171; input type=number</a></span>

Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/audio.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- audio.html	5 May 2011 18:11:58 -0000	1.100
+++ audio.html	8 May 2011 12:43:46 -0000	1.101
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="aside.html">&#171; aside</a></span>

Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/time.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- time.html	30 Apr 2011 11:35:41 -0000	1.95
+++ time.html	8 May 2011 12:43:55 -0000	1.96
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="thead.html">&#171; thead</a></span>

Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- meta.http-equiv.default-style.html	30 Apr 2011 15:48:50 -0000	1.90
+++ meta.http-equiv.default-style.html	8 May 2011 12:43:52 -0000	1.91
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.refresh.html">&#171; meta http-equiv=refresh</a></span>

Index: input.html
===================================================================
RCS file: /sources/public/html5/markup/input.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- input.html	30 Apr 2011 11:35:37 -0000	1.51
+++ input.html	8 May 2011 12:43:51 -0000	1.52
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="img.html">&#171; img</a></span>

Index: command.html
===================================================================
RCS file: /sources/public/html5/markup/command.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- command.html	30 Apr 2011 11:35:34 -0000	1.51
+++ command.html	8 May 2011 12:43:47 -0000	1.52
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="colgroup.html">&#171; colgroup</a></span>

Index: keygen.html
===================================================================
RCS file: /sources/public/html5/markup/keygen.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- keygen.html	5 May 2011 18:12:03 -0000	1.89
+++ keygen.html	8 May 2011 12:43:52 -0000	1.90
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="kbd.html">&#171; kbd</a></span>

Index: command.command.html
===================================================================
RCS file: /sources/public/html5/markup/command.command.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- command.command.html	5 May 2011 18:11:59 -0000	1.90
+++ command.command.html	8 May 2011 12:43:47 -0000	1.91
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="command.html">&#171; command</a></span>

Index: elements-by-function.html
===================================================================
RCS file: /sources/public/html5/markup/elements-by-function.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- elements-by-function.html	5 May 2011 18:11:59 -0000	1.28
+++ elements-by-function.html	8 May 2011 12:43:48 -0000	1.29
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="syntax.html">&#171; syntax</a></span>

Index: progress.html
===================================================================
RCS file: /sources/public/html5/markup/progress.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- progress.html	30 Apr 2011 11:35:39 -0000	1.93
+++ progress.html	8 May 2011 12:43:53 -0000	1.94
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="pre.html">&#171; pre</a></span>

Index: dfn.html
===================================================================
RCS file: /sources/public/html5/markup/dfn.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- dfn.html	30 Apr 2011 11:35:34 -0000	1.81
+++ dfn.html	8 May 2011 12:43:48 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="details.html">&#171; details</a></span>

Index: intro.html
===================================================================
RCS file: /sources/public/html5/markup/intro.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- intro.html	30 Apr 2011 11:35:38 -0000	1.42
+++ intro.html	8 May 2011 12:43:52 -0000	1.43
@@ -11,7 +11,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 

Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/textarea.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- textarea.html	5 May 2011 18:12:05 -0000	1.100
+++ textarea.html	8 May 2011 12:43:55 -0000	1.101
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="td.html">&#171; td</a></span>

Index: cite.html
===================================================================
RCS file: /sources/public/html5/markup/cite.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- cite.html	30 Apr 2011 11:35:33 -0000	1.81
+++ cite.html	8 May 2011 12:43:47 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="caption.html">&#171; caption</a></span>

Index: meter.html
===================================================================
RCS file: /sources/public/html5/markup/meter.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- meter.html	30 Apr 2011 11:35:38 -0000	1.95
+++ meter.html	8 May 2011 12:43:53 -0000	1.96
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.content-type.html">&#171; meta http-equiv=content-type</a></span>

Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.button.html	5 May 2011 18:12:01 -0000	1.96
+++ input.button.html	8 May 2011 12:43:50 -0000	1.97
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.radio.html">&#171; input type=radio</a></span>

Index: aside.html
===================================================================
RCS file: /sources/public/html5/markup/aside.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- aside.html	30 Apr 2011 12:33:21 -0000	1.83
+++ aside.html	8 May 2011 12:43:46 -0000	1.84
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="article.html">&#171; article</a></span>

Index: bdi.html
===================================================================
RCS file: /sources/public/html5/markup/bdi.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bdi.html	30 Apr 2011 11:35:33 -0000	1.5
+++ bdi.html	8 May 2011 12:43:47 -0000	1.6
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="base.html">&#171; base</a></span>

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- syntax.html	6 May 2011 03:37:02 -0000	1.79
+++ syntax.html	8 May 2011 12:43:55 -0000	1.80
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="documents.html">&#171; documents</a></span>

Index: section.html
===================================================================
RCS file: /sources/public/html5/markup/section.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- section.html	30 Apr 2011 11:35:39 -0000	1.87
+++ section.html	8 May 2011 12:43:53 -0000	1.88
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="script.html">&#171; script</a></span>

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- link.html	30 Apr 2011 11:35:38 -0000	1.97
+++ link.html	8 May 2011 12:43:52 -0000	1.98
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="li.html">&#171; li</a></span>

Index: meta.http-equiv.refresh.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- meta.http-equiv.refresh.html	30 Apr 2011 11:35:38 -0000	1.88
+++ meta.http-equiv.refresh.html	8 May 2011 12:43:52 -0000	1.89
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.name.html">&#171; meta name</a></span>

Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- area.html	30 Apr 2011 11:35:32 -0000	1.100
+++ area.html	8 May 2011 12:43:46 -0000	1.101
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="address.html">&#171; address</a></span>

Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- input.text.html	5 May 2011 18:12:03 -0000	1.98
+++ input.text.html	8 May 2011 12:43:51 -0000	1.99
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.html">&#171; input</a></span>

Index: samp.html
===================================================================
RCS file: /sources/public/html5/markup/samp.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- samp.html	30 Apr 2011 11:35:39 -0000	1.81
+++ samp.html	8 May 2011 12:43:53 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="s.html">&#171; s</a></span>

Index: h6.html
===================================================================
RCS file: /sources/public/html5/markup/h6.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- h6.html	5 May 2011 18:12:00 -0000	1.88
+++ h6.html	8 May 2011 12:43:49 -0000	1.89
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h5.html">&#171; h5</a></span>

Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.checkbox.html	5 May 2011 18:12:01 -0000	1.96
+++ input.checkbox.html	8 May 2011 12:43:50 -0000	1.97
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.password.html">&#171; input type=password</a></span>

Index: track.html
===================================================================
RCS file: /sources/public/html5/markup/track.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- track.html	5 May 2011 18:12:05 -0000	1.11
+++ track.html	8 May 2011 12:43:55 -0000	1.12
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="tr.html">&#171; tr</a></span>

Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- object.html	5 May 2011 18:12:03 -0000	1.104
+++ object.html	8 May 2011 12:43:53 -0000	1.105
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="noscript.html">&#171; noscript</a></span>

Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- terminology.html	6 May 2011 03:37:02 -0000	1.59
+++ terminology.html	8 May 2011 12:43:55 -0000	1.60
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="intro.html">&#171; intro</a></span>

Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- input.tel.html	5 May 2011 18:12:03 -0000	1.98
+++ input.tel.html	8 May 2011 12:43:51 -0000	1.99
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.search.html">&#171; input type=search</a></span>

Index: h4.html
===================================================================
RCS file: /sources/public/html5/markup/h4.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- h4.html	5 May 2011 18:12:00 -0000	1.88
+++ h4.html	8 May 2011 12:43:49 -0000	1.89
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h3.html">&#171; h3</a></span>

Index: header.html
===================================================================
RCS file: /sources/public/html5/markup/header.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- header.html	30 Apr 2011 11:35:35 -0000	1.84
+++ header.html	8 May 2011 12:43:49 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="head.html">&#171; head</a></span>

Index: b.html
===================================================================
RCS file: /sources/public/html5/markup/b.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- b.html	30 Apr 2011 11:35:33 -0000	1.81
+++ b.html	8 May 2011 12:43:46 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="audio.html">&#171; audio</a></span>

Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- img.html	6 May 2011 02:48:11 -0000	1.103
+++ img.html	8 May 2011 12:43:49 -0000	1.104
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="iframe.html">&#171; iframe</a></span>

Index: wbr.html
===================================================================
RCS file: /sources/public/html5/markup/wbr.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- wbr.html	30 Apr 2011 15:48:51 -0000	1.39
+++ wbr.html	8 May 2011 12:43:56 -0000	1.40
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="video.html">&#171; video</a></span>

Index: bdo.html
===================================================================
RCS file: /sources/public/html5/markup/bdo.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- bdo.html	30 Apr 2011 11:35:33 -0000	1.79
+++ bdo.html	8 May 2011 12:43:47 -0000	1.80
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="bdi.html">&#171; bdi</a></span>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- input.number.html	5 May 2011 18:12:02 -0000	1.100
+++ input.number.html	8 May 2011 12:43:51 -0000	1.101
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.week.html">&#171; input type=week</a></span>

Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/col.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- col.html	30 Apr 2011 11:35:33 -0000	1.83
+++ col.html	8 May 2011 12:43:47 -0000	1.84
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="code.html">&#171; code</a></span>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- datatypes.html	6 May 2011 03:37:00 -0000	1.99
+++ datatypes.html	8 May 2011 12:43:48 -0000	1.100
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="global-attributes.html">&#171; global attributes</a></span>

Index: command.radio.html
===================================================================
RCS file: /sources/public/html5/markup/command.radio.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- command.radio.html	5 May 2011 18:11:59 -0000	1.90
+++ command.radio.html	8 May 2011 12:43:47 -0000	1.91
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="command.command.html">&#171; command type=command</a></span>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- input.datetime.html	5 May 2011 18:12:01 -0000	1.102
+++ input.datetime.html	8 May 2011 12:43:50 -0000	1.103
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.image.html">&#171; input type=image</a></span>

Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- input.password.html	5 May 2011 18:12:02 -0000	1.98
+++ input.password.html	8 May 2011 12:43:51 -0000	1.99
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.text.html">&#171; input type=text</a></span>

Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- embed.html	30 Apr 2011 11:35:34 -0000	1.94
+++ embed.html	8 May 2011 12:43:48 -0000	1.95
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="em.html">&#171; em</a></span>

Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/dd.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- dd.html	6 May 2011 03:37:00 -0000	1.84
+++ dd.html	8 May 2011 12:43:48 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="datalist.html">&#171; datalist</a></span>

Index: common-models.html
===================================================================
RCS file: /sources/public/html5/markup/common-models.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- common-models.html	30 Apr 2011 15:48:49 -0000	1.65
+++ common-models.html	8 May 2011 12:43:47 -0000	1.66
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="elements.html">&#171; elements</a></span>

Index: ul.html
===================================================================
RCS file: /sources/public/html5/markup/ul.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- ul.html	30 Apr 2011 12:33:23 -0000	1.82
+++ ul.html	8 May 2011 12:43:55 -0000	1.83
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="u.html">&#171; u</a></span>

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- input.time.html	5 May 2011 18:12:03 -0000	1.102
+++ input.time.html	8 May 2011 12:43:51 -0000	1.103
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.month.html">&#171; input type=month</a></span>

Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/dt.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- dt.html	6 May 2011 03:37:00 -0000	1.84
+++ dt.html	8 May 2011 12:43:48 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="dl.html">&#171; dl</a></span>

Index: strong.html
===================================================================
RCS file: /sources/public/html5/markup/strong.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- strong.html	30 Apr 2011 11:35:40 -0000	1.85
+++ strong.html	8 May 2011 12:43:54 -0000	1.86
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="span.html">&#171; span</a></span>

Index: acknowledgments.html
===================================================================
RCS file: /sources/public/html5/markup/acknowledgments.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- acknowledgments.html	30 Apr 2011 11:35:32 -0000	1.36
+++ acknowledgments.html	8 May 2011 12:43:46 -0000	1.37
@@ -11,7 +11,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="references.html">&#171; references</a></span>

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- input.color.html	5 May 2011 18:12:01 -0000	1.98
+++ input.color.html	8 May 2011 12:43:50 -0000	1.99
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.tel.html">&#171; input type=tel</a></span>

Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/li.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- li.html	30 Apr 2011 11:35:38 -0000	1.89
+++ li.html	8 May 2011 12:43:52 -0000	1.90
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="legend.html">&#171; legend</a></span>

Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/style.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- style.html	30 Apr 2011 11:35:40 -0000	1.96
+++ style.html	8 May 2011 12:43:54 -0000	1.97
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="strong.html">&#171; strong</a></span>

Index: documents.html
===================================================================
RCS file: /sources/public/html5/markup/documents.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- documents.html	6 May 2011 03:37:00 -0000	1.53
+++ documents.html	8 May 2011 12:43:48 -0000	1.54
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="terminology.html">&#171; terminology</a></span>

Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/del.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- del.html	30 Apr 2011 11:35:34 -0000	1.94
+++ del.html	8 May 2011 12:43:48 -0000	1.95
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="dd.html">&#171; dd</a></span>

Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/menu.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- menu.html	5 May 2011 18:12:03 -0000	1.98
+++ menu.html	8 May 2011 12:43:52 -0000	1.99
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="mark.html">&#171; mark</a></span>

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- input.image.html	5 May 2011 18:12:02 -0000	1.103
+++ input.image.html	8 May 2011 12:43:51 -0000	1.104
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.hidden.html">&#171; input type=hidden</a></span>

Index: code.html
===================================================================
RCS file: /sources/public/html5/markup/code.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- code.html	30 Apr 2011 11:35:33 -0000	1.79
+++ code.html	8 May 2011 12:43:47 -0000	1.80
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="cite.html">&#171; cite</a></span>

Index: h2.html
===================================================================
RCS file: /sources/public/html5/markup/h2.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- h2.html	5 May 2011 18:12:00 -0000	1.88
+++ h2.html	8 May 2011 12:43:49 -0000	1.89
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h1.html">&#171; h1</a></span>

Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/head.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- head.html	5 May 2011 18:12:00 -0000	1.83
+++ head.html	8 May 2011 12:43:49 -0000	1.84
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h6.html">&#171; h6</a></span>

Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/p.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- p.html	30 Apr 2011 11:35:39 -0000	1.86
+++ p.html	8 May 2011 12:43:53 -0000	1.87
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="output.html">&#171; output</a></span>

Index: figcaption.html
===================================================================
RCS file: /sources/public/html5/markup/figcaption.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- figcaption.html	30 Apr 2011 11:35:35 -0000	1.53
+++ figcaption.html	8 May 2011 12:43:48 -0000	1.54
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="fieldset.html">&#171; fieldset</a></span>

Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/map.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- map.html	5 May 2011 18:12:03 -0000	1.91
+++ map.html	8 May 2011 12:43:52 -0000	1.92
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="link.html">&#171; link</a></span>

Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- input.file.html	5 May 2011 18:12:01 -0000	1.97
+++ input.file.html	8 May 2011 12:43:50 -0000	1.98
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.reset.html">&#171; input type=reset</a></span>

Index: u.html
===================================================================
RCS file: /sources/public/html5/markup/u.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- u.html	30 Apr 2011 12:33:23 -0000	1.1
+++ u.html	8 May 2011 12:43:55 -0000	1.2
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="track.html">&#171; track</a></span>

Index: command.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/command.checkbox.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- command.checkbox.html	5 May 2011 18:11:59 -0000	1.90
+++ command.checkbox.html	8 May 2011 12:43:47 -0000	1.91
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="command.radio.html">&#171; command type=radio</a></span>

Index: param.html
===================================================================
RCS file: /sources/public/html5/markup/param.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- param.html	5 May 2011 18:12:03 -0000	1.88
+++ param.html	8 May 2011 12:43:53 -0000	1.89
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="p.html">&#171; p</a></span>

Index: span.html
===================================================================
RCS file: /sources/public/html5/markup/span.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- span.html	30 Apr 2011 11:35:40 -0000	1.84
+++ span.html	8 May 2011 12:43:54 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="source.html">&#171; source</a></span>

Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- input.reset.html	5 May 2011 18:12:02 -0000	1.97
+++ input.reset.html	8 May 2011 12:43:51 -0000	1.98
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.submit.html">&#171; input type=submit</a></span>

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- input.datetime-local.html	5 May 2011 18:12:01 -0000	1.100
+++ input.datetime-local.html	8 May 2011 12:43:50 -0000	1.101
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.datetime.html">&#171; input type=datetime</a></span>

Index: meta.html
===================================================================
RCS file: /sources/public/html5/markup/meta.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- meta.html	30 Apr 2011 15:48:50 -0000	1.49
+++ meta.html	8 May 2011 12:43:52 -0000	1.50
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="menu.html">&#171; menu</a></span>

Index: q.html
===================================================================
RCS file: /sources/public/html5/markup/q.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- q.html	30 Apr 2011 12:33:22 -0000	1.86
+++ q.html	8 May 2011 12:43:53 -0000	1.87
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="progress.html">&#171; progress</a></span>

Index: option.html
===================================================================
RCS file: /sources/public/html5/markup/option.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- option.html	5 May 2011 18:12:03 -0000	1.93
+++ option.html	8 May 2011 12:43:53 -0000	1.94
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="optgroup.html">&#171; optgroup</a></span>

Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/label.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- label.html	30 Apr 2011 11:35:38 -0000	1.93
+++ label.html	8 May 2011 12:43:52 -0000	1.94
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="keygen.html">&#171; keygen</a></span>

Index: select.html
===================================================================
RCS file: /sources/public/html5/markup/select.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- select.html	5 May 2011 18:12:04 -0000	1.93
+++ select.html	8 May 2011 12:43:54 -0000	1.94
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="section.html">&#171; section</a></span>

Index: noscript.html
===================================================================
RCS file: /sources/public/html5/markup/noscript.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- noscript.html	30 Apr 2011 11:35:38 -0000	1.86
+++ noscript.html	8 May 2011 12:43:53 -0000	1.87
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="nav.html">&#171; nav</a></span>

Index: blockquote.html
===================================================================
RCS file: /sources/public/html5/markup/blockquote.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- blockquote.html	30 Apr 2011 11:35:33 -0000	1.85
+++ blockquote.html	8 May 2011 12:43:47 -0000	1.86
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="bdo.html">&#171; bdo</a></span>

Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/hr.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- hr.html	30 Apr 2011 11:35:35 -0000	1.83
+++ hr.html	8 May 2011 12:43:49 -0000	1.84
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="hgroup.html">&#171; hgroup</a></span>

Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- td.html	30 Apr 2011 11:35:41 -0000	1.92
+++ td.html	8 May 2011 12:43:55 -0000	1.93
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="tbody.html">&#171; tbody</a></span>

Index: em.html
===================================================================
RCS file: /sources/public/html5/markup/em.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- em.html	30 Apr 2011 11:35:34 -0000	1.80
+++ em.html	8 May 2011 12:43:48 -0000	1.81
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="dt.html">&#171; dt</a></span>

Index: figure.html
===================================================================
RCS file: /sources/public/html5/markup/figure.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- figure.html	30 Apr 2011 11:35:35 -0000	1.67
+++ figure.html	8 May 2011 12:43:48 -0000	1.68
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="figcaption.html">&#171; figcaption</a></span>

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- input.hidden.html	5 May 2011 18:12:01 -0000	1.97
+++ input.hidden.html	8 May 2011 12:43:51 -0000	1.98
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.file.html">&#171; input type=file</a></span>

Index: caption.html
===================================================================
RCS file: /sources/public/html5/markup/caption.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- caption.html	30 Apr 2011 11:35:33 -0000	1.80
+++ caption.html	8 May 2011 12:43:47 -0000	1.81
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="canvas.html">&#171; canvas</a></span>

Index: style.css
===================================================================
RCS file: /sources/public/html5/markup/style.css,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- style.css	8 May 2011 10:36:45 -0000	1.147
+++ style.css	8 May 2011 12:43:54 -0000	1.148
@@ -1210,6 +1210,10 @@
 .jumpIndexA a:hover {
   color: #D93B00;
 }
+.jumpIndexA a:focus {
+  color: #D93B00;
+  background-color: yellow;
+}
 .jumpIndexA-other {
   border-top: 1px dashed white;
   padding-top: 6px;

Index: s.html
===================================================================
RCS file: /sources/public/html5/markup/s.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- s.html	30 Apr 2011 11:35:39 -0000	1.9
+++ s.html	8 May 2011 12:43:53 -0000	1.10
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="ruby.html">&#171; ruby</a></span>

Index: kbd.html
===================================================================
RCS file: /sources/public/html5/markup/kbd.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- kbd.html	30 Apr 2011 11:35:38 -0000	1.80
+++ kbd.html	8 May 2011 12:43:52 -0000	1.81
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="ins.html">&#171; ins</a></span>

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/references.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- references.html	6 May 2011 03:37:01 -0000	1.48
+++ references.html	8 May 2011 12:43:53 -0000	1.49
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="datatypes.html">&#171; datatypes</a></span>

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- base.html	5 May 2011 18:11:58 -0000	1.94
+++ base.html	8 May 2011 12:43:46 -0000	1.95
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="b.html">&#171; b</a></span>

Index: canvas.html
===================================================================
RCS file: /sources/public/html5/markup/canvas.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- canvas.html	30 Apr 2011 11:35:33 -0000	1.84
+++ canvas.html	8 May 2011 12:43:47 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="button.button.html">&#171; button type=button</a></span>

Index: index.html
===================================================================
RCS file: /sources/public/html5/markup/index.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- index.html	8 May 2011 10:36:44 -0000	1.33
+++ index.html	8 May 2011 12:43:50 -0000	1.34
@@ -10,7 +10,7 @@
 <link rel="contents" href="Overview.html#toc">
 </head>
 <body onload="initDfn()" class="chunk">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <div class="head">
 <div><img src="HTML5_Badge_128.png" alt="5"></div>
 <h1>HTML: The Markup Language</h1>

Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- input.search.html	5 May 2011 18:12:02 -0000	1.101
+++ input.search.html	8 May 2011 12:43:51 -0000	1.102
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.url.html">&#171; input type=url</a></span>

Index: tfoot.html
===================================================================
RCS file: /sources/public/html5/markup/tfoot.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- tfoot.html	30 Apr 2011 11:35:41 -0000	1.81
+++ tfoot.html	8 May 2011 12:43:55 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="textarea.html">&#171; textarea</a></span>

Index: rt.html
===================================================================
RCS file: /sources/public/html5/markup/rt.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- rt.html	30 Apr 2011 11:35:39 -0000	1.83
+++ rt.html	8 May 2011 12:43:53 -0000	1.84
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="rp.html">&#171; rp</a></span>

Index: fieldset.html
===================================================================
RCS file: /sources/public/html5/markup/fieldset.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- fieldset.html	5 May 2011 18:11:59 -0000	1.87
+++ fieldset.html	8 May 2011 12:43:48 -0000	1.88
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="embed.html">&#171; embed</a></span>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -d -r1.318 -r1.319
--- spec.html	8 May 2011 10:36:44 -0000	1.318
+++ spec.html	8 May 2011 12:43:54 -0000	1.319
@@ -7,7 +7,7 @@
 <link rel="stylesheet" href="ED.css" type="text/css">
 </head>
 <body onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <div class="head">
 <div><img src="HTML5_Badge_128.png" alt="5"></div>
 <h1>HTML: The Markup Language</h1>

Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/datalist.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- datalist.html	30 Apr 2011 11:35:34 -0000	1.87
+++ datalist.html	8 May 2011 12:43:48 -0000	1.88
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="command.checkbox.html">&#171; command type=checkbox</a></span>

Index: h1.html
===================================================================
RCS file: /sources/public/html5/markup/h1.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- h1.html	5 May 2011 18:12:00 -0000	1.87
+++ h1.html	8 May 2011 12:43:49 -0000	1.88
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="form.html">&#171; form</a></span>

Index: h3.html
===================================================================
RCS file: /sources/public/html5/markup/h3.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- h3.html	5 May 2011 18:12:00 -0000	1.88
+++ h3.html	8 May 2011 12:43:49 -0000	1.89
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h2.html">&#171; h2</a></span>

Index: optgroup.html
===================================================================
RCS file: /sources/public/html5/markup/optgroup.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- optgroup.html	5 May 2011 18:12:03 -0000	1.84
+++ optgroup.html	8 May 2011 12:43:53 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="ol.html">&#171; ol</a></span>

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- input.week.html	5 May 2011 18:12:03 -0000	1.100
+++ input.week.html	8 May 2011 12:43:51 -0000	1.101
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.time.html">&#171; input type=time</a></span>

Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/button.button.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- button.button.html	5 May 2011 18:11:59 -0000	1.93
+++ button.button.html	8 May 2011 12:43:47 -0000	1.94
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="button.reset.html">&#171; button type=reset</a></span>

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- form.html	5 May 2011 18:11:59 -0000	1.98
+++ form.html	8 May 2011 12:43:48 -0000	1.99
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="footer.html">&#171; footer</a></span>

Index: small.html
===================================================================
RCS file: /sources/public/html5/markup/small.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- small.html	30 Apr 2011 11:35:40 -0000	1.84
+++ small.html	8 May 2011 12:43:54 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="select.html">&#171; select</a></span>

Index: ruby.html
===================================================================
RCS file: /sources/public/html5/markup/ruby.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- ruby.html	30 Apr 2011 11:35:39 -0000	1.83
+++ ruby.html	8 May 2011 12:43:53 -0000	1.84
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="rt.html">&#171; rt</a></span>

Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- a.html	6 May 2011 03:37:00 -0000	1.107
+++ a.html	8 May 2011 12:43:46 -0000	1.108
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="elements.html">&#171; elements</a></span>

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- index-of-terms.html	8 May 2011 10:36:44 -0000	1.25
+++ index-of-terms.html	8 May 2011 12:43:49 -0000	1.26
@@ -10,7 +10,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 

Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/ol.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- ol.html	30 Apr 2011 11:35:38 -0000	1.91
+++ ol.html	8 May 2011 12:43:53 -0000	1.92
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="object.html">&#171; object</a></span>

Index: article.html
===================================================================
RCS file: /sources/public/html5/markup/article.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- article.html	30 Apr 2011 11:35:33 -0000	1.84
+++ article.html	8 May 2011 12:43:46 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="area.html">&#171; area</a></span>

Index: elements.html
===================================================================
RCS file: /sources/public/html5/markup/elements.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- elements.html	6 May 2011 03:37:00 -0000	1.81
+++ elements.html	8 May 2011 12:43:48 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="elements-by-function.html">&#171; elements by function</a></span>

Index: colgroup.html
===================================================================
RCS file: /sources/public/html5/markup/colgroup.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- colgroup.html	30 Apr 2011 11:35:33 -0000	1.83
+++ colgroup.html	8 May 2011 12:43:47 -0000	1.84
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="col.html">&#171; col</a></span>

Index: dl.html
===================================================================
RCS file: /sources/public/html5/markup/dl.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- dl.html	6 May 2011 03:37:00 -0000	1.83
+++ dl.html	8 May 2011 12:43:48 -0000	1.84
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="div.html">&#171; div</a></span>

Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/thead.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- thead.html	30 Apr 2011 11:35:41 -0000	1.81
+++ thead.html	8 May 2011 12:43:55 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="th.html">&#171; th</a></span>

Index: h5.html
===================================================================
RCS file: /sources/public/html5/markup/h5.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- h5.html	5 May 2011 18:12:00 -0000	1.88
+++ h5.html	8 May 2011 12:43:49 -0000	1.89
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h4.html">&#171; h4</a></span>

Index: tbody.html
===================================================================
RCS file: /sources/public/html5/markup/tbody.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- tbody.html	30 Apr 2011 11:35:41 -0000	1.81
+++ tbody.html	8 May 2011 12:43:55 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="table.html">&#171; table</a></span>

Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/video.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- video.html	5 May 2011 18:12:05 -0000	1.112
+++ video.html	8 May 2011 12:43:56 -0000	1.113
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="var.html">&#171; var</a></span>

Index: source.html
===================================================================
RCS file: /sources/public/html5/markup/source.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- source.html	6 May 2011 03:37:01 -0000	1.101
+++ source.html	8 May 2011 12:43:54 -0000	1.102
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="small.html">&#171; small</a></span>

Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/button.reset.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- button.reset.html	5 May 2011 18:11:59 -0000	1.93
+++ button.reset.html	8 May 2011 12:43:47 -0000	1.94
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="button.submit.html">&#171; button type=submit</a></span>

Index: meta.charset.html
===================================================================
RCS file: /sources/public/html5/markup/meta.charset.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- meta.charset.html	30 Apr 2011 15:48:50 -0000	1.97
+++ meta.charset.html	8 May 2011 12:43:52 -0000	1.98
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.default-style.html">&#171; meta http-equiv=default-style</a></span>

Index: output.html
===================================================================
RCS file: /sources/public/html5/markup/output.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- output.html	5 May 2011 18:12:03 -0000	1.96
+++ output.html	8 May 2011 12:43:53 -0000	1.97
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="option.html">&#171; option</a></span>

Index: i.html
===================================================================
RCS file: /sources/public/html5/markup/i.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- i.html	30 Apr 2011 11:35:36 -0000	1.81
+++ i.html	8 May 2011 12:43:49 -0000	1.82
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="html.html">&#171; html</a></span>

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- input.submit.html	5 May 2011 18:12:03 -0000	1.99
+++ input.submit.html	8 May 2011 12:43:51 -0000	1.100
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.button.html">&#171; input type=button</a></span>

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- input.date.html	5 May 2011 18:12:01 -0000	1.101
+++ input.date.html	8 May 2011 12:43:50 -0000	1.102
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.datetime-local.html">&#171; input type=datetime-local</a></span>

Index: var.html
===================================================================
RCS file: /sources/public/html5/markup/var.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- var.html	30 Apr 2011 12:33:23 -0000	1.82
+++ var.html	8 May 2011 12:43:55 -0000	1.83
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="ul.html">&#171; ul</a></span>

Index: sub.html
===================================================================
RCS file: /sources/public/html5/markup/sub.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- sub.html	5 May 2011 18:12:04 -0000	1.84
+++ sub.html	8 May 2011 12:43:54 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="style.html">&#171; style</a></span>

Index: title.html
===================================================================
RCS file: /sources/public/html5/markup/title.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- title.html	5 May 2011 18:12:05 -0000	1.85
+++ title.html	8 May 2011 12:43:55 -0000	1.86
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="time.html">&#171; time</a></span>

Index: pre.html
===================================================================
RCS file: /sources/public/html5/markup/pre.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- pre.html	30 Apr 2011 11:35:39 -0000	1.84
+++ pre.html	8 May 2011 12:43:53 -0000	1.85
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="param.html">&#171; param</a></span>

Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- button.submit.html	5 May 2011 18:11:59 -0000	1.95
+++ button.submit.html	8 May 2011 12:43:47 -0000	1.96
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="button.html">&#171; button</a></span>

Index: rp.html
===================================================================
RCS file: /sources/public/html5/markup/rp.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- rp.html	30 Apr 2011 11:35:39 -0000	1.82
+++ rp.html	8 May 2011 12:43:53 -0000	1.83
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="q.html">&#171; q</a></span>

Index: sup.html
===================================================================
RCS file: /sources/public/html5/markup/sup.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- sup.html	5 May 2011 18:12:05 -0000	1.85
+++ sup.html	8 May 2011 12:43:55 -0000	1.86
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="summary.html">&#171; summary</a></span>

Index: details.html
===================================================================
RCS file: /sources/public/html5/markup/details.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- details.html	30 Apr 2011 11:35:34 -0000	1.71
+++ details.html	8 May 2011 12:43:48 -0000	1.72
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="del.html">&#171; del</a></span>

Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- input.url.html	5 May 2011 18:12:03 -0000	1.102
+++ input.url.html	8 May 2011 12:43:51 -0000	1.103
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.email.html">&#171; input type=email</a></span>

Index: summary.html
===================================================================
RCS file: /sources/public/html5/markup/summary.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- summary.html	30 Apr 2011 11:35:40 -0000	1.55
+++ summary.html	8 May 2011 12:43:55 -0000	1.56
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="sub.html">&#171; sub</a></span>

Index: hgroup.html
===================================================================
RCS file: /sources/public/html5/markup/hgroup.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- hgroup.html	30 Apr 2011 11:35:35 -0000	1.80
+++ hgroup.html	8 May 2011 12:43:49 -0000	1.81
@@ -12,7 +12,7 @@
 <link rel="index" href="index-of-terms.html">
 </head>
 <body class="chunk" onload="initDfn()">
-<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="header.html">&#171; header</a></span>

Index: index-of-terms.xhtml
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- index-of-terms.xhtml	8 May 2011 10:36:44 -0000	1.25
+++ index-of-terms.xhtml	8 May 2011 12:43:50 -0000	1.26
@@ -7,7 +7,7 @@
 <link rel="index" href="index-of-terms.html"/>
 
 </head>
-<body class="chunk" onload="initDfn()"><div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
+<body class="chunk" onload="initDfn()"><div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
 <h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language</a></h2>
 <div class="nav">
 

Received on Sunday, 8 May 2011 12:44:07 UTC