diff --git a/docs/_assets/images/version.png b/docs/_assets/images/version.png index 20263a00..a14b7291 100644 Binary files a/docs/_assets/images/version.png and b/docs/_assets/images/version.png differ diff --git a/docs/about/platforms.html b/docs/about/platforms.html index 54a9bb58..b37177a5 100755 --- a/docs/about/platforms.html +++ b/docs/about/platforms.html @@ -24,49 +24,48 @@
-

Supported platforms in Beta 2

+

Platform support in Beta 3

+

As of Beta 3, we've pretty much covered our target platforms for 1.0. At this stage, jQuery Mobile works on the vast majority of all modern desktop, smartphone, tablet, and e-reader platforms. In addition, feature phones and older browsers are also supported because of our progressive enhancement approach. We're very proud of our commitment to universal accessibility through our broad support for all popular platforms.

-

At this stage, jQuery Mobile works on the vast majority of all modern desktop, smartphone, tablet, and e-reader platforms. In addition, feature phones and older browsers are also supported because of our progressive enhancement approach. We're very proud of our commitment to universal accessibility through our broad support for all popular platforms.

+

Our graded support matrix was created over a year ago based on our goals as a project and since that time, we've been refining our grading system based on real-world device testing and the quickly evolving mobile landscape. To provide a quick summary of our browser support in Beta 1, we've created a simple A (full), B (full minus Ajax), C (basic) grade system with notes of the actual devices and versions we've been testing on in our lab.

-

Our graded support matrix was created over a year ago based on our goals as a project and since that time, we've been refining our grading system based on real-world device testing and the quickly evolving mobile landscape. To provide a quick summary of our browser support in Beta 1, we've created a simple A (full), B (full minus Ajax), C (basic) grade system with notes of the actual devices and versions we've been testing on in our lab.

- -

The visual fidelity of the experience is highly dependent on CSS rendering capabilities of the device and platform so not all A grade experience will be pixel-perfect but that's the nature of the web. We'll be adding additional vendor-prefixed CSS rules to bring transitions, gradients and other visual improvements to non-WebKit browsers in future releases so look for even more added visual polish as we move towards 1.0.

- -

A-grade - Full enhanced experience with Ajax-based animated page transitions.

- -

B-grade - Enhanced experience except without Ajax navigation features.

- -

C-grade - Basic, non-enhanced HTML experience that is still functional

- -

Not Officially Supported - May work, but haven't been thoroughly tested or debugged

- +

The visual fidelity of the experience is highly dependent on CSS rendering capabilities of the device and platform so not all A grade experience will be pixel-perfect but that's the nature of the web. We'll be adding additional vendor-prefixed CSS rules to bring transitions, gradients and other visual improvements to non-WebKit browsers in future releases so look for even more added visual polish as we move towards 1.0.

+

A-grade - Full enhanced experience with Ajax-based animated page transitions.

+ +

B-grade - Enhanced experience except without Ajax navigation features.

+ +

C-grade - Basic, non-enhanced HTML experience that is still functional

+ +

Not Officially Supported - May work, but haven't been thoroughly tested or debugged

+ diff --git a/docs/pages/multipage-template.html b/docs/pages/multipage-template.html index 09407ff2..e6830753 100755 --- a/docs/pages/multipage-template.html +++ b/docs/pages/multipage-template.html @@ -5,9 +5,9 @@ Page Title - - - + + + diff --git a/docs/pages/page-anatomy.html b/docs/pages/page-anatomy.html index 28682974..f54c14f4 100644 --- a/docs/pages/page-anatomy.html +++ b/docs/pages/page-anatomy.html @@ -38,9 +38,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.css" /> - <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.min.js"></script> - <script type="text/javascript" src="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.js"></script> + <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.css" /> + <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.3.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.js"></script> </head> <body> @@ -90,9 +90,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.css" /> - <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.min.js"></script> - <script type="text/javascript" src="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.js"></script> + <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.css" /> + <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.3.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.js"></script> </head> <body> diff --git a/docs/pages/page-template.html b/docs/pages/page-template.html index b23a2916..4b69b5c9 100755 --- a/docs/pages/page-template.html +++ b/docs/pages/page-template.html @@ -5,9 +5,9 @@ Page Title - - - + + +