author | Richard Schwerdtfeger <schwer@us.ibm.com> |
Mon, 28 Oct 2013 10:46:58 -0500 | |
changeset 399 | 9286af211d54 |
parent 398 | 4b3da7a56308 |
child 400 | 916f49858910 |
ARIA-UAIG/1.0/tests/test-files/test31.html |
--- a/ARIA-UAIG/1.0/tests/test-files/test31.html Mon Oct 21 20:08:10 2013 -0700 +++ b/ARIA-UAIG/1.0/tests/test-files/test31.html Mon Oct 28 10:46:58 2013 -0500 @@ -14,7 +14,7 @@ //--></script> </head> <body> - <p><span id="test" tabindex="0">Click test</span></p> + <p><span id="test" role="button" tabindex="0">Click test</span></p> <p>Test result: <span id="report"/></p> </body> -</html> \ No newline at end of file +</html>