W3C mobileOK Checker
Is your Web site mobile-friendly?
| Size | Type | URI | incl. redirects |
|---|---|---|---|
| 17.1KB | image | http://www.cebit2go.de/cebit13/upl… land_smartphonebanner.png | 0 |
| 9.6KB | document | Resource under test | 399B |
| Type | URI | Redirects |
|---|---|---|
| document | Resource under test | 2 |
| image | http://www.cebit2go.de/cebit13/upl… land_smartphonebanner.png | 0 |
The label of each of the following failure messages contains its severity, its category, and a short description of the failure completed by the underlying best practice that triggered the failure.
width and height attributes are not specified on an image, browsers need to reflow the page when the image has finished loading, which may
disrupt the user experience.
width and height attributes matching the actual dimensions of the image.
… <img src="/cebit13/upload/1360848510636_cebit_poland_smartphonebanner.png" />The Checker could not determine the dimensions of the image. Consider using the following code where XX and YY should match the actual width and height of the image:
<img width="XX" height="YY" src="/cebit13/upload/1360848510636_cebit_poland_smartphonebanner.png" />alt attribute on images, there are a number of reasons why images may not be displayed on mobile devices: the image is too big,
the intermittent connection prevented the browser from downloading the image, the user deactivated the rendering of images
to save time (and possibly money), ... In such cases, the alternative text will be displayed to help the user understand the
missing image(s).
alt attribute to all the images of the page. Note that if the images are simply decorative, an empty alt attribute is appropriate.
screen and handheld media types so that only relevant CSS styles are downloaded by most devices.
… <script src="/cebit13/static/1vXORVkZK58St3QjdbzerXZDi9MfZQ8Q3wCyumiNiep.js" type="text/javascript" />… <script type="text/javascript">
contextMenuUrl… <script type="text/javascript">
$(function() {… <script src="/cebit13/static/4TqToE88WvgVhJlbb8ELccVRIZVrwqcaPpOaByYae4B.js" type="text/javascript" />… <script src="/cebit13/static/UsD9Hzq7EVLcedoEijpLWgyPjMy7HBvuQz6OZLMlMe0.js" type="text/javascript" />… <script src="/cebit13/static/jSKoK8QV01qzn7oIyuse0eSV8cOji6TqsPYgDsaIJpu.js" type="text/javascript" />… <script src="/cebit13/static/MUKO3jBQuMvvirjG77ECQpgiinzR3fQxqyNfV5crqfR.js" type="text/javascript" />… <script src="/cebit13/static/CJ0zyS04D5ZcGuK2Y9QnT1q2CFycZS6OSg50eqmfW5b.js" type="text/javascript" />… <script type="text/javascript">
sponsorings = … <script type="text/javascript">
newsUrl = no-cache (or max-age=0) directive prevents browsers from caching the content, and thus requires them to retrieve it through the network every time.
Last-Modified and/or ETag HTTP headers to limit the complete retrieval of the resource to the cases where the resource has changed. See Mark Nottingham's tutorial on caching to learn more about these techniques.
application/xhtml+xml. More browsers are likely to support that media type, and optimize the rendering for it. application/vnd.wap.xhtml+xml is widely used and supported in mobile networks as well but is unlikely to be supported by non-mobile browsers.
application/xhtml+xml media type.
application/xhtml+xml (e.g. Internet Explorer) and prompt users to download pages served as such. You should not serve XHTML content to browsers
that do not support it. Use Content Negotiation to match the browser's capabilities. See the XHTML Media Types - Second Edition W3C note for more information and in particular the Compatibility Guidelines to follow to have XHTML documents rendered on both XHTML-aware and HTML-only user agents.
The W3C mobileOK Checker follows the W3C mobileOK Basic Tests 1.0 standard and uses specific HTTP headers to retrieve resources as if it were a mobile device. As a result, tests may not be run against the content one may see when the resource is viewed on a regular desktop browser.
This is the W3C mobileOK Checker v1.4.2
This work is part of the MobiWeb 2.0 project supported by the European Union's 7th Research Framework Programme (FP7).
The checker is based on the open source mobileOK checker library developed by the Mobile Web Best Practices working group.
Copyright © 1994-2010 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.