<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/1.10.2" -->
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"					xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
		<channel rdf:about="http://www.w3.org/blog/MWITeam">
			<title>MWI Team Blog</title>
			<link>http://www.w3.org/blog/MWITeam</link>
			<description></description>
			<dc:language>en-EU</dc:language>
			<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=1.10.2"/>
			<sy:updatePeriod>hourly</sy:updatePeriod>
			<sy:updateFrequency>1</sy:updateFrequency>
			<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
			<items>
				<rdf:Seq>
									<rdf:li rdf:resource="http://www.w3.org/blog/MWITeam/2009/11/18/mobileokpythia"/>
									<rdf:li rdf:resource="http://www.w3.org/blog/MWITeam/2009/11/05/w3c_cheatsheet_for_developers"/>
									<rdf:li rdf:resource="http://www.w3.org/blog/MWITeam/2009/10/16/device_apis_on_the_way"/>
									<rdf:li rdf:resource="http://www.w3.org/blog/MWITeam/2009/09/04/mwi_on_twitter_1"/>
									<rdf:li rdf:resource="http://www.w3.org/blog/MWITeam/2009/07/03/a_tool_to_powder_mobileok_content"/>
								</rdf:Seq>
			</items>
		</channel>
		
		<item rdf:about="http://www.w3.org/blog/MWITeam/2009/11/18/mobileokpythia">
			<title>The Pythia casts mobileOK spells</title>
			<link>http://www.w3.org/blog/MWITeam/2009/11/18/mobileokpythia</link>
			<dc:date>2009-11-18T16:55:00Z</dc:date>
			<dc:creator>Francois Daoust</dc:creator>
			<dc:subject>News</dc:subject>
			<description>Web authoring tools ease publication process. Simplicity comes with some loss of control over the generated content. There is hardly anything an authoring tool user may do to improve her content when the W3C mobileOK Checker reports that pop-up windows should not be used. So what?! I do not have any of these pop-up links in my content!

The underlying theme can be updated, but this approach works up to a point when e.g. the post would best be split into multiple pages when delivered on mobile devices. Authoring tools that do not provide content adaptation mechanisms need to be extended to be able to serve mobile-friendly content to mobile devices.

I have been working on an open-source suite of tools written in PHP lately, named mobileOK Pythia, designed to help generate mobileOK content and more generically speaking to help adapt content to fit the properties of the requesting device. Here is a short overview of the outcome of this work. More information (including crucial information about the choice of Pythia as a name ;)) can be found in the documentation of mobileOK Pythia.

This work is part of the MobiWeb 2.0 project supported by the European Union's 7th Research Framework Programme (FP7).

Plug-ins for WordPress and Joomla!

From a user's point of view, the visual and hopefully useful outcome of this work is the creation of the mobileOK Pythia plug-ins for WordPress and Joomla! that make it possible to generate mobileOK content with these tools.
The plug-ins feature:

 Device identification: based on WURFL, an open-source DDR published as an XML file, and accessed through a standard DDR Simple API interface.
 Content adaptation to fit the properties of the requesting device in terms of e.g. screen size, script support, page size limit.
 Theme switching: possibility to switch to a more mobile-friendly theme when the requesting device is identified as mobile.
 POWDER: a machine-readable mobileOK claim for the Web site can be automatically created and served using a POWDER document. The POWDER document is made discoverable through the addition of a Link HTTP header field as decribed in the POWDER Primer.
 W3C mobileOK Checker link: a link to the W3C mobileOK Checker is added next to the authoring input form to be able to assert the mobile-friendliness of the created content while it is being written.
 mobileOK theme: a mobileOK template may be installed with the plug-in.


The development of a third plug-in for Moodle has started but it is still work in progress.

There exist other plug-ins that provide similar functionality (see for instance WordPress Mobile Plugin, WordPress Mobile Pack, Mobilebot 1.0 or WAFL: Mobile Content Adaptation). mobileOK Pythia separates tool-specific functionalities from tool-agnostic libraries to ease porting to other tools. In particular, the plug-ins wrap the same extensible libraries:

 AskPythia to identify and retrieve the properties of the requesting device.
 TransPythia to adapt content based on the properties of the requesting device.


AskPythia
AskPythia is an open-source conforming implementation of the Device Description Repository Simple API in PHP. It is not a DDR but a wrapper to existing DDRs.
AskPythia ships with an implementation on top of the WURFL database that maps WURFL capabilities to properties defined in the Device Description Repository Core Vocabulary standard. Support for other DDRs is welcome!
Check AskPythia's documentation for more information.

TransPythia
TransPythia is a transcoding library that adapts content (HTML, CSS, images) based on the capabilities of the requesting device. The library ships with a set of transcoding actions that are particularly adapted to mobile devices and that may be extended as needed.
Main transformations are:

 Images conversion and adaptation: adapts images to match the requesting device's list of supported image formats and to fit the screen size. Removes images that cannot be converted or that are still too big for mobile consumption after conversion.
 Pagination: a generic pagination algorithm that may be used to paginate HTML pages or HTML fragments when the requesting device is identified as a mobile device.
 Tables linearization: to remove nested tables and linearize tables when the requesting device does not support them.


Check TransPythia's documentation for more information.

Feedback
If you would like to comment, contribute, report bugs or simply tell us what you think, you are very welcome! Feel free to send an email to the public-mobile-dev@w3.org mailing-list (with public archives).</description>
			<content:encoded><![CDATA[<p>Web authoring tools ease publication process. Simplicity comes with some loss of control over the generated content. There is hardly anything an authoring tool user may do to improve her content when the <a href="http://validator.w3.org/Mobile/">W3C mobileOK Checker</a> reports that pop-up windows should not be used. <cite>So what?! I do not have any of these pop-up links in <strong>my</strong> content!</cite></p>

<p>The underlying theme can be updated, but this approach works up to a point when e.g. the post would best be split into multiple pages when delivered on mobile devices. Authoring tools that do not provide content adaptation mechanisms need to be extended to be able to serve mobile-friendly content to mobile devices.</p>

<p>I have been working on an open-source suite of tools written in PHP lately, named <strong>mobileOK Pythia</strong>, designed to help generate mobileOK content and more generically speaking to help adapt content to fit the properties of the requesting device. Here is a short overview of the outcome of this work. More information (including crucial information about the choice of <em>Pythia</em> as a name ;)) can be found in the <a href="http://www-mit.w3.org/2009/11/mobileOKPythia/">documentation of mobileOK Pythia</a>.</p>

<p>This work is part of the <a href="http://www.w3.org/2008/MobiWeb20/">MobiWeb 2.0</a> project supported by the European Union's 7th Research Framework Programme (FP7).</p>

<h4>Plug-ins for WordPress and Joomla!</h4>
<p style="padding: 1em; float: right;"><img src="http://www-mit.w3.org/2009/11/mobileOKPythia/images/mobileokpythia-wj" alt="WordPress and Joomla home pages with the mobileOK Pythia plug-in" width="300" height="225" /></p>
<p>From a user's point of view, the visual and hopefully useful outcome of this work is the creation of the <a href="http://www-mit.w3.org/2009/11/mobileOKPythia/plugins.html">mobileOK Pythia plug-ins</a> for <a href="http://wordpress.org/">WordPress</a> and <a href="http://joomla.org/">Joomla!</a> that make it possible to generate mobileOK content with these tools.</p>
<p>The plug-ins feature:</p>
<ul>
 <li><strong>Device identification</strong>: based on <a href="http://wurfl.sourceforge.net/">WURFL</a>, an open-source DDR published as an XML file, and accessed through a standard <a href="http://www-mit.w3.org/TR/DDR-Simple-API/">DDR Simple API</a> interface.</li>
 <li><strong>Content adaptation</strong> to fit the properties of the requesting device in terms of e.g. screen size, script support, page size limit.</li>
 <li><strong>Theme switching</strong>: possibility to switch to a more mobile-friendly theme when the requesting device is identified as mobile.</li>
 <li><strong>POWDER</strong>: a machine-readable mobileOK claim for the Web site can be automatically created and served using a POWDER document. The POWDER document is made discoverable through the addition of a <code>Link</code> HTTP header field as decribed in the <a href="http://www.w3.org/TR/powder-primer/#publish">POWDER Primer</a>.</li>
 <li><strong>W3C mobileOK Checker link</strong>: a link to the <a href="http://validator.w3.org/mobile/">W3C mobileOK Checker</a> is added next to the authoring input form to be able to assert the mobile-friendliness of the created content while it is being written.</li>
 <li><strong>mobileOK theme</strong>: a mobileOK template may be installed with the plug-in.</li>
</ul>

<p>The development of a third plug-in for <a href="http://moodle.org/">Moodle</a> has started but it is still work in progress.</p>

<p>There exist other plug-ins that provide similar functionality (see for instance <a href="http://wordpressmobile.mobi/">WordPress Mobile Plugin</a>, <a href="http://wordpress.org/extend/plugins/wordpress-mobile-pack/">WordPress Mobile Pack</a>, <a href="http://www.nearsoft.com/blog/mobilebot-joomla-goes-mobile.html">Mobilebot 1.0</a> or <a href="http://extensions.joomla.org/extensions/core-enhancements/mobile/8438">WAFL: Mobile Content Adaptation</a>). mobileOK Pythia separates tool-specific functionalities from tool-agnostic libraries to ease porting to other tools. In particular, the plug-ins wrap the same extensible libraries:</p>
<ul>
 <li>AskPythia to identify and retrieve the properties of the requesting device.</li>
 <li>TransPythia to adapt content based on the properties of the requesting device.</li>
</ul>

<h4 id="askpythia">AskPythia</h4>
<p>AskPythia is an open-source conforming implementation of the <a href="http://www-mit.w3.org/TR/DDR-Simple-API/">Device Description Repository Simple API</a> in PHP. It is not a DDR but a <em>wrapper</em> to existing DDRs.</p>
<p>AskPythia ships with an implementation on top of the WURFL database that maps WURFL capabilities to properties defined in the Device Description Repository Core Vocabulary standard. Support for other DDRs is welcome!</p>
<p>Check <a href="http://www-mit.w3.org/2009/11/mobileOKPythia/ddr.html">AskPythia's documentation</a> for more information.</p>

<h4 id="transpythia">TransPythia</h4>
<p>TransPythia is a transcoding library that adapts content (HTML, CSS, images) based on the capabilities of the requesting device. The library ships with a set of transcoding actions that are particularly adapted to mobile devices and that may be extended as needed.</p>
<p>Main transformations are:</p>
<ul>
 <li><strong>Images conversion and adaptation</strong>: adapts images to match the requesting device's list of supported image formats and to fit the screen size. Removes images that cannot be converted or that are still too big for mobile consumption after conversion.</li>
 <li><strong>Pagination</strong>: a generic pagination algorithm that may be used to paginate HTML pages or HTML fragments when the requesting device is identified as a mobile device.</li>
 <li><strong>Tables linearization</strong>: to remove nested tables and linearize tables when the requesting device does not support them.</li>
</ul>

<p>Check <a href="http://www-mit.w3.org/2009/11/mobileOKPythia/transcoding.html">TransPythia's documentation</a> for more information.</p>

<h4>Feedback</h4>
<p>If you would like to comment, contribute, report bugs or simply tell us what you think, you are very welcome! Feel free to send an email to the <a href="http://www-mit.w3.orgmailto:public-mobile-dev@w3.org">public-mobile-dev@w3.org</a> mailing-list (with <a href="http://lists.w3.org/Archives/Public/public-mobile-dev/">public archives</a>).</p>]]></content:encoded>
		</item>

		
		<item rdf:about="http://www.w3.org/blog/MWITeam/2009/11/05/w3c_cheatsheet_for_developers">
			<title>W3C Cheatsheet for developers</title>
			<link>http://www.w3.org/blog/MWITeam/2009/11/05/w3c_cheatsheet_for_developers</link>
			<dc:date>2009-11-05T22:00:46Z</dc:date>
			<dc:creator>Dominique Hazael-Massieux</dc:creator>
			<dc:subject>Technical</dc:subject>
			<description>
I’ve been working over the past few weeks on a nifty little tool that summarizes a number of W3C technologies, including the Mobile Web Best Practices, in a mobile-friendly format, called the W3C Cheatsheet.

See my post in the W3C blog to learn more about it, and send your feedback!</description>
			<content:encoded><![CDATA[<p style='float:left;padding:0.5em;'><img src='http://www-mit.w3.org/2009/11/cheatsheet-screenshot' width='318' height='228' alt='Screenshot of the W3C Cheatsheet on a phone' /></p>
<p>I’ve been working over the past few weeks on a nifty little tool that summarizes a number of W3C technologies, including the Mobile Web Best Practices, in a mobile-friendly format, called the <a href="http://www-mit.w3.org/2009/cheatsheet/">W3C Cheatsheet</a>.</p>

<p>See my <a href="http://www.w3.org/QA/2009/11/w3c_cheatsheet_for_developers.html">post in the W3C blog</a> to learn more about it, and send your feedback!</p>]]></content:encoded>
		</item>

		
		<item rdf:about="http://www.w3.org/blog/MWITeam/2009/10/16/device_apis_on_the_way">
			<title>Device APIs on the way</title>
			<link>http://www.w3.org/blog/MWITeam/2009/10/16/device_apis_on_the_way</link>
			<dc:date>2009-10-16T14:40:57Z</dc:date>
			<dc:creator>Dominique Hazael-Massieux</dc:creator>
			<dc:subject>News</dc:subject>
			<description>Back in June, I noted that a new group that would work on Javascript APIs to access device features (such as a camera, an addressbook, a calendar, etc.) had been proposed for review to W3C Members.
Since then, not only was the group approved and started, but we even got our first publication out: a Working Group note describing the expected requirements for these device APIs.
Of course, that document may seem a bit abstract at a first glance: you'll see no API defined in there, nothing with which to play.
But if you think Device APIs are a great opportunity for the Web platform (on mobile and elsewhere), I strongly encourage you to take a look at that document and check if the requirements highlighted there match what you know you'll need from these APIs - and if they don't, please let the Working Group know!</description>
			<content:encoded><![CDATA[<p>Back in June, I noted that a <a href="http://www.w3.org/blog/MWITeam/2009/06/01/proposed_new_group_to_work_on_device_api">new group that would work on Javascript APIs to access device features</a> (such as a camera, an addressbook, a calendar, etc.) had been proposed for review to W3C Members.</p>
<p>Since then, not only was the group approved and started, but we even got our first publication out: <a href="http://www.w3.org/TR/2009/NOTE-dap-api-reqs-20091015/">a Working Group note describing the expected requirements for these device APIs</a>.</p>
<p>Of course, that document may seem a bit abstract at a first glance: you'll see no API defined in there, nothing with which to play.</p>
<p>But if you think Device APIs are a great opportunity for the Web platform (on mobile and elsewhere), I strongly encourage you to take a look at that document and check if the requirements highlighted there match what you know you'll need from these APIs - and if they don't, please let the Working Group know!</p>]]></content:encoded>
		</item>

		
		<item rdf:about="http://www.w3.org/blog/MWITeam/2009/09/04/mwi_on_twitter_1">
			<title>MWI on Twitter</title>
			<link>http://www.w3.org/blog/MWITeam/2009/09/04/mwi_on_twitter_1</link>
			<dc:date>2009-09-04T14:58:20Z</dc:date>
			<dc:creator>Philipp Hoschka</dc:creator>
			<dc:subject>Current state</dc:subject>
			<description>
As quite a few of you have already found out, info on MWI is available on twitter (and has been for a while; on an "experimental" basis).


There are currently two MWI-related twitter channels:


mobiweb: The main MWI channel. It distributes RSS feeds of MWI news as blog entries and shared bookmarks from the folks working on MWI at W3C. It also contains "sponatenous" tweets by MWI folks, e.g. live reporting from conferences relevant for MWI.
pmobiweb: Distributes the RSS feed of the popular "Planet Mobile Web". Most importantly, it provides an archive of past entries (since the planet does not provide an archive of older entries).


Hope this is useful, and if you want, follow us!



</description>
			<content:encoded><![CDATA[<p>
As quite a few of you have already found out, info on MWI is available on twitter (and has been for a while; on an "experimental" basis).
</p>
<p>
There are currently two MWI-related twitter channels:
</p>
<ul>
<li><strong><a href="http://twitter.com/mobiweb">mobiweb</a>:</strong> The main MWI channel. It distributes RSS feeds of MWI news as blog entries and shared bookmarks from the folks working on MWI at W3C. It also contains "sponatenous" tweets by MWI folks, e.g. live reporting from conferences relevant for MWI.</li>
<li><strong><a href="http://twitter.com/pmobiweb">pmobiweb</a>:</strong> Distributes the RSS feed of the popular "Planet Mobile Web". Most importantly, it provides an archive of past entries (since the planet does not provide an archive of older entries).
</li></ul>

Hope this is useful, and if you want, follow us!



]]></content:encoded>
		</item>

		
		<item rdf:about="http://www.w3.org/blog/MWITeam/2009/07/03/a_tool_to_powder_mobileok_content">
			<title>A tool to "powder" mobileOK content</title>
			<link>http://www.w3.org/blog/MWITeam/2009/07/03/a_tool_to_powder_mobileok_content</link>
			<dc:date>2009-07-03T12:50:00Z</dc:date>
			<dc:creator>Francois Daoust</dc:creator>
			<dc:subject>News</dc:subject>
			<description>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:


 
  &#60;?xml version="1.0"?&#62;
  &#60;powder xmlns="http://www.w3.org/2007/05/powder#"&#62;
  &#xA0;&#60;attribution&#62;
  &#xA0;&#xA0;&#60;issuedby src="http://www.w3.org/data#W3C" /&#62;
  &#xA0;&#xA0;&#60;issued&#62;2009-07-03T08:37:21Z&#60;/issued&#62;
  &#xA0;&#xA0;&#60;supportedby src="http://validator.w3.org/mobile/" /&#62;
  &#xA0;&#60;/attribution&#62;
  &#xA0;
  &#xA0;&#60;dr&#62;
  &#xA0;&#xA0;&#60;iriset&#62;
  &#xA0;&#xA0;&#xA0;&#60;includeresources&#62;http://w3.org/Mobile/&#60;/includeresources&#62;
  &#xA0;&#xA0;&#60;/iriset&#62;
  &#xA0;
  &#xA0;&#xA0;&#60;descriptorset&#62;
  &#xA0;&#xA0;&#xA0;&#60;typeof src="http://www.w3.org/2008/06/mobileOK#Conformant" /&#62;
  &#xA0;&#xA0;&#xA0;&#60;displaytext&#62;The page is mobileOK&#60;/displaytext&#62;
  &#xA0;&#xA0;&#xA0;&#60;displayicon src="http://www.w3.org/2005/11/MWI-Icons/mobileOK.png" /&#62;
  &#xA0;&#xA0;&#60;/descriptorset&#62;
  &#xA0;&#60;/dr&#62;
  &#60;/powder&#62;
 

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!</description>
			<content:encoded><![CDATA[<p>Version 1.2 of the <a href="http://validator.w3.org/">W3C mobileOK Checker</a>, released on Tuesday, helps Web authors focus on the failures that most affect the mobile-friendliness of their content, and returns the <a href="http://www.w3.org/TR/powder-dr/">POWDER</a> document Web authors may use as the basis of a mobileOK<sup>®</sup> conformance claim.</p>

<h4>Expandable sections</h4>
<p>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!</p>

<div class="example">
 <img src="http://www-mit.w3.org/2009/07/mokchecker-screenshots/expandable.jpg" width="200" height="140" alt="Expandable sections to focus on what's important for you." />
</div>

<h4>Severity levels</h4>
<p>A missing <code>width</code> attribute on an <code>img</code> 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.</p>

<div class="example">
 <img src="http://www-mit.w3.org/2009/07/mokchecker-screenshots/severity.jpg" width="200" height="106" alt="Failure messages are prefixed with their severity level" />
</div>

<p>Each failure now comes with a severity level:</p>
<ul>
 <li><strong style="font-variant:small-caps;">critical</strong>: 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.</li>
 <li><strong style="font-variant:small-caps;">severe</strong>: while such failures usually do not prevent the rendering of the page, they strongly impact the user experience.</li>
 <li><strong style="font-variant:small-caps;">medium</strong>: 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.</li>
 <li><strong style="font-variant:small-caps;">low</strong>: useful improvements are possible.</li>
</ul>

<p>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.</p>


<h4>Sprinkle POWDER on your mobileOK content</h4>
<p>So your content is mobileOK? Congratulations! You may now wish to identify your content as mobileOK conformant. The <a href="http://www.w3.org/2005/MWI/BPWG/">Mobile Web Best Practices Working Group</a> recently published the <a href="http://www.w3.org/TR/mobileOK/">W3C mobileOK Scheme 1.0</a> note. It provides an overview of the mobileOK scheme and explains in particular how to <a href="http://www.w3.org/TR/mobileOK/#sec_Claiming_Conformance">claim mobileOK conformance</a>.</p>

<p>One way to make such a claim is to use <a href="http://www.w3.org/TR/powder-primer/">POWDER</a>. When the page is mobileOK, the mobileOK Checker now returns a POWDER document you may use to advertise that the page is mobileOK<sup>®</sup>. For instance, the mobileOK checker returns the following POWDER document when <code>http://www.w3.org/Mobile/</code> is checked:</p>

<div class="example">
 <code>
  &lt;?xml version="1.0"?&gt;
  <br />&lt;powder xmlns="http://www.w3.org/2007/05/powder#"&gt;
  <br />&#xA0;&lt;attribution&gt;
  <br />&#xA0;&#xA0;&lt;issuedby src="http://www.w3.org/data#W3C" /&gt;
  <br />&#xA0;&#xA0;&lt;issued&gt;2009-07-03T08:37:21Z&lt;/issued&gt;
  <br />&#xA0;&#xA0;&lt;supportedby src="http://validator.w3.org/mobile/" /&gt;
  <br />&#xA0;&lt;/attribution&gt;
  <br />&#xA0;
  <br />&#xA0;&lt;dr&gt;
  <br />&#xA0;&#xA0;&lt;iriset&gt;
  <br />&#xA0;&#xA0;&#xA0;&lt;includeresources&gt;http://w3.org/Mobile/&lt;/includeresources&gt;
  <br />&#xA0;&#xA0;&lt;/iriset&gt;
  <br />&#xA0;
  <br />&#xA0;&#xA0;&lt;descriptorset&gt;
  <br />&#xA0;&#xA0;&#xA0;&lt;typeof src="http://www.w3.org/2008/06/mobileOK#Conformant" /&gt;
  <br />&#xA0;&#xA0;&#xA0;&lt;displaytext&gt;The page is mobileOK&lt;/displaytext&gt;
  <br />&#xA0;&#xA0;&#xA0;&lt;displayicon src="http://www.w3.org/2005/11/MWI-Icons/mobileOK.png" /&gt;
  <br />&#xA0;&#xA0;&lt;/descriptorset&gt;
  <br />&#xA0;&lt;/dr&gt;
  <br />&lt;/powder&gt;
 </code>
</div>
<p>For more information on POWDER, please refer to the <a href="http://www.w3.org/TR/powder-primer/">POWDER Primer</a>.</p>

<h4>... and more!</h4>
<p>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 <a href="http://validator.w3.org/mobile/whatsnew.html#t2009-06-30" title="What's new in v1.2.0 release?">What's new?</a> page.</p>

<p><a href="http://validator.w3.org/mobile/feedback.html" title="How to give feedback on the mobileOK Checker?">Feedback</a> welcome!</p>]]></content:encoded>
		</item>

		</rdf:RDF>
