MWI Team Blog
Categories: Current state (32) | Developing Countries (15) | Events (20) | Looking forward (13) | News (42) | Technical (33) |
A tool to "powder" mobileOK content — 3 July 2009
Version 1.2 of the W3C mobileOK Checker, released on Tuesday, helps Web authors focus on the failures that most affect the mobile-friendliness of their content, and returns the POWDER document Web authors may use as the basis of a mobileOK® conformance claim.
Expandable sections
The reports returned by the mobileOK Checker can be long. That's not a bad thing, failure points need to be clarified. That said, scrolling over a long list of details is a tedious process and does not reveal the big picture. The new version adds unobtrusive (as in "works fine when Javascript is not enabled") Javascript to hide/show details. Details are hidden by default, simply click on a failure message to reveal its details!
Severity levels
A missing width attribute on an img element? That's a failure. Using frames? That's a failure. Obviously, the former case only slightly affects the mobile-friendliness of the page, while some mobile browsers won't even be able to render the page in the latter case. And yet both failures looked alike in the report, leaving the difficult task to evaluate the impact of a failure on the overall mobile-friendliness of the page to the reader.
Each failure now comes with a severity level:
- critical: such failures typically prevent the rendering of at least part of the page on most mobile devices! Critical errors are highlighted using a yellow background.
- severe: while such failures usually do not prevent the rendering of the page, they strongly impact the user experience.
- medium: some mobile constraints are not appropriately taken into account, e.g. the browser needs to retrieve more data than actually needed to render the Web page.
- low: useful improvements are possible.
Web authors who only have limited time available to fix failures may want to focus on the most severe failures first. The "Where to start..." section near the top of the report lists the top 3 failures to address right away.
Sprinkle POWDER on your mobileOK content
So your content is mobileOK? Congratulations! You may now wish to identify your content as mobileOK conformant. The Mobile Web Best Practices Working Group recently published the W3C mobileOK Scheme 1.0 note. It provides an overview of the mobileOK scheme and explains in particular how to claim mobileOK conformance.
One way to make such a claim is to use POWDER. When the page is mobileOK, the mobileOK Checker now returns a POWDER document you may use to advertise that the page is mobileOK®. For instance, the mobileOK checker returns the following POWDER document when http://www.w3.org/Mobile/ is checked:
<?xml version="1.0"?>
<powder xmlns="http://www.w3.org/2007/05/powder#">
<attribution>
<issuedby src="http://www.w3.org/data#W3C" />
<issued>2009-07-03T08:37:21Z</issued>
<supportedby src="http://validator.w3.org/mobile/" />
</attribution>
<dr>
<iriset>
<includeresources>http://w3.org/Mobile/</includeresources>
</iriset>
<descriptorset>
<typeof src="http://www.w3.org/2008/06/mobileOK#Conformant" />
<displaytext>The page is mobileOK</displaytext>
<displayicon src="http://www.w3.org/2005/11/MWI-Icons/mobileOK.png" />
</descriptorset>
</dr>
</powder>
For more information on POWDER, please refer to the POWDER Primer.
... and more!
A few other features compose this summer release, such as the size of each resource that composes the page, or the repartition of points lost per severity level. The complete change log is detailed in the What's new? page.
Feedback welcome!
Comments, Pingbacks:
Contacts: Dominique Hazael-Massieux