r2427 - added aria-owns attr to connect input to menu, but not sure if this is to spec

r2427 - added aria-owns attr to connect input to menu, but not sure if this is to spec


Author: scottjehl
Date: Wed Apr 1 13:34:27 2009
New Revision: 2427
Modified:
branches/dev/autocomplete/tests/static/autocomplete/default.html
Log:
added aria-owns attr to connect input to menu, but not sure if this is to
spec
Modified: branches/dev/autocomplete/tests/static/autocomplete/default.html
==============================================================================
--- branches/dev/autocomplete/tests/static/autocomplete/default.html    
(original)
+++ branches/dev/autocomplete/tests/static/autocomplete/default.html    Wed
Apr 1 13:34:27 2009
@@ -27,7 +27,7 @@
<body>
-<input type="text" name="example" value="a" aria-autocomplete="list"
aria-haspopup="true" />
+<input type="text" name="example" value="a" aria-autocomplete="list"
aria-haspopup="true" aria-owns="ui-autocomplete-instance" />
<div class="ui-autocomplete ui-widget ui-widget-content ui-corner-bottom"
style="top: 29px; left: 8px;">