NB: Note that this service is very experimental: it is based on a beta-released library, and based on a non-yet stabilized version of W3C mobileOK Basic. Please get involved to help improve this service!
Evaluating http://www.tkk.fi/sv/index.html with mobileOK Basic gives the following results:
Related best practice:
[CACHING]
Provide caching information in HTTP responses.
Related best practices:
[CHARACTER_ENCODING_SUPPORT]
Ensure that content is encoded using a character encoding that is known to be
supported by the device.
[CHARACTER_ENCODING_USE]
Indicate in the response the character encoding being used.
Content-Type
of http://www.tkk.fi/style/css/print.css
Related best practices:
[CONTENT_FORMAT_SUPPORT]
Send content in a format that is known to be supported by the device.
[VALID_MARKUP]
Create documents that validate to published formal grammars.
Related best practice:
[EXTERNAL_RESOURCES]
Keep the number of externally linked resources to a minimum.
Related best practice:
[GRAPHICS_FOR_SPACING]
Do not use graphics for spacing.
Related best practices:
[IMAGES_RESIZING]
Resize images at the server, if they have an intrinsic size.
[IMAGES_SPECIFY_SIZE]
Specify the size of images in markup, if they have an intrinsic size.
… <img alt="" height="1" src="etusivu.gif" style="display: none;" width="1"/>
… <img alt="" height="1" src="sub-etusivu.jpg" style="display: none;" width="1"/>
… <img alt="TKK" border="0" src="../style/images/logo.gif"/>
… <img align="left" alt="" border="" src="../style/images/logo-bw.gif"/>
Related best practice:
[MEASURES]
Do not use pixel measures and do not use absolute units in markup language attribute values and style sheet property values.
… font-size: 14px
… font-size: 20px
… font-size: 18px
… font-size: 16px
… min-height: 102px
… height: 102px
… background:transparent url(/sv/sub-etusivu.jpg) no-repeat 194px
… width:465px
… height:178px
Related best practice:
[OBJECTS_OR_SCRIPT]
Do not rely on embedded objects or script.
… <a href="javascript:window.print();">Print</a>
… <script src="../midcom-static/jQuery/jquery-1.2.1.js" type="text/javascript"/>
… <script type="text/javascript">
var $j = jQuery.noConflict();
var MIDCOM_STATIC_URL = '/midcom-static';
var MIDCOM_PAGE_PREFIX = 'http://www.tkk.fi/';
</script>
Related best practice:
[PAGE_SIZE_LIMIT]
Ensure that the overall size of page is appropriate to the memory limitations of the device.
Following tests were passed but raised one or more warnings.
You may want to consider if these warnings can help improve the page even further.
Related best practice:
[DEFAULT_INPUT_MODE]
Specify a default text entry mode, language and/or input format, if the device is known to support it.
… <input id="search" name="q" type="text" value=""/>
Related best practice:
[STYLE_SHEETS_SUPPORT]
Organize documents so that if necessary they may be read without style sheets.
… display: none
… display: block
… float: left
… float: right
… display: block
… float: left
… display: none !important
… display: none
… display: none
… display: none
… display: none
… display: none
Related best practice:
[STYLE_SHEETS_USE]
Use style sheets to control layout and presentation, unless the device is known not to support them.
… <style media="print, handheld" type="text/css">
@import "/style/css/print.css";
</style>
… <style media="screen, projection" type="text/css">
@import "/style/css/screen.css";
</style>
… <img alt="" height="1" src="etusivu.gif" style="display: none;" width="1"/>
… <img alt="" height="1" src="sub-etusivu.jpg" style="display: none;" width="1"/>
… <table border="0" style="width:465px;height:178px;"><!-- ...skipped by mobileOK checker... ---></table>
Related best practice:
[TABLES_ALTERNATIVES]
Where possible, use an alternative to tabular presentation.
… <table border="0" style="width:465px;height:178px;"><tbody><tr><!-- ...skipped by mobileOK checker... ---></tr><tr><!-- ...skipped by mobileOK checker... ---></tr><tr><!-- ...skipped by mobileOK checker... ---></tr><tr><!-- ...skipped by mobileOK checker... ---></tr><tr><!-- ...skipped by mobileOK checker... ---></tr><tr><!-- ...skipped by mobileOK checker... ---></tr><tr><!-- ...skipped by mobileOK checker... ---></tr><tr><!-- ...skipped by mobileOK checker... ---></tr><tr><!-- ...skipped by mobileOK checker... ---></tr></tbody></table>
Some of the links on the page point to resources that may not work adequately on a mobile device:
NB: this service is released as a beta demonstrator of what the W3C MobileOK Basic checker service will look like; it is very likely to time out on some sites, esp. if they use a great number of links.