Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
no longer add a tabindex attribute to the h1, since we add one to the…
Browse files Browse the repository at this point in the history
… page itself, and that's where we send focus on pageshow. Fixes #3659
  • Loading branch information
scottjehl committed Feb 29, 2012
1 parent 94f45ff commit bbd7b4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/jquery.mobile.page.sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ $( document ).delegate( ":jqmData(role='page'), :jqmData(role='dialog')", "pagec
.addClass( "ui-title" )
// Regardless of h element number in src, it becomes h1 for the enhanced page
.attr({
"tabindex": "0",
"role": "heading",
"aria-level": "1"
});
Expand Down

0 comments on commit bbd7b4d

Please sign in to comment.