diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-02-19 16:58:01 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-02-19 16:58:01 -0500 |
commit | 162056b2aa31795c216a3edc5554ff3c67393561 (patch) | |
tree | 3efd3d2fb7fe615b1ada2d3432fdd05ecaea1221 /demos/tabs/index.html | |
parent | 7c3b05cfeb488870804259bc4a2998883ad6b8a4 (diff) | |
download | jquery-ui-162056b2aa31795c216a3edc5554ff3c67393561.tar.gz jquery-ui-162056b2aa31795c216a3edc5554ff3c67393561.zip |
Tabs: Removed tabs at bottom demo
Places tabs at the bottom is bad for accessibility. Dynamic content should not
precede the control for the content.
Diffstat (limited to 'demos/tabs/index.html')
-rw-r--r-- | demos/tabs/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/tabs/index.html b/demos/tabs/index.html index 779dfd2da..bc5bd46fc 100644 --- a/demos/tabs/index.html +++ b/demos/tabs/index.html @@ -13,7 +13,6 @@ <li><a href="collapsible.html">Collapse content</a></li> <li><a href="sortable.html">Sortable</a></li> <li><a href="manipulation.html">Simple manipulation</a></li> - <li><a href="bottom.html">Tabs below content</a></li> </ul> </body> |