diff options
author | David Bolter <david.bolter@gmail.com> | 2008-09-22 15:47:41 +0000 |
---|---|---|
committer | David Bolter <david.bolter@gmail.com> | 2008-09-22 15:47:41 +0000 |
commit | fb3a5d40106a83d10734f203189dc390cfaa0b94 (patch) | |
tree | 39b0f4980fe1b4b32edbe961260e80bf2beaa431 /tests/core.html | |
parent | cd8d1b76542dec366da6bf0d4f8bfe9da72be573 (diff) | |
download | jquery-ui-fb3a5d40106a83d10734f203189dc390cfaa0b94.tar.gz jquery-ui-fb3a5d40106a83d10734f203189dc390cfaa0b94.zip |
Added ariaRole and ariaState to ui.core with tests.
Added ARIA role and state to ui.dialog
Fixes #3350
(Inspired by jARIA plugin from Chris Hoffman)
Diffstat (limited to 'tests/core.html')
-rw-r--r-- | tests/core.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core.html b/tests/core.html index 510d4f3a7..5da16011a 100644 --- a/tests/core.html +++ b/tests/core.html @@ -65,6 +65,7 @@ <input id="input4-3" tabindex="-1" /> <input id="input4-4" tabindex="-50" /> </div> + <div id="aria"></div> </div> </body> |