--- a/ARIA-UAIG/1.0/tests/test-files/test87.html Wed Sep 18 11:43:29 2013 -0500
+++ b/ARIA-UAIG/1.0/tests/test-files/test87.html Wed Sep 18 12:48:52 2013 -0500
@@ -1,15 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <title> test 87: </title>
- </th role="grid" with a child tr with role="row" and tabindex="0" with two child td elements with role="gridcell" and text contents, set focus on the row by tabbing to the row containing Item 1 and Item 2.head>
+ <title> test 87: table with role="grid" with a child tr with role="row" and tabindex="0" with two child td elements with role="gridcell" and text contents, set focus on the row by tabbing to the row containing Item 1 and Item 2. </title>
+ </head>
<body>
<table role="grid">
<tr role="row">
<th role="columnheader">column1</th>
<th role="columnheader">column2</th>
</tr>
- </tr>
<tr tabindex="0" role="row">
<td role="gridcell" id="test">Item 1</td>
<td role="gridcell">Item 2</td>