forked from jquery-archive/jquery-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All: Support RTL and LTR in RTL context
Supporting RTL in a LTR context is implicit RTL is invoked by using a ui-rtl class wrapper with dir="rtl" attribute. LTR in a RTL context is invoked by using a ui-ltr class wrapper and accompanying dir="ltr" inside the ui-rtl wrapper. ui-btn-start, ui-btn-end, ui-btn-icon-start and ui-btn-icon-end has been added to allow easier ordering of elements, as a replacement for *-left and *-right counterparts. Tests have not been 100% updated with RTL considerations in this commit. The only test updates are the ones needed to pass all current tests. Transitions have not been included in RTL considerations. RTL versions of demos have been copied and modified from their LTR counterparts, and can be accessed from the Right To Left option on the demos menu. Ref jquery-archivegh-5167
- Loading branch information
Showing
96 changed files
with
13,213 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.