palm_webos_approach_to_html_ex.html 11.4 KB
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css" media="all">
    @import "/QA/2006/01/blogstyle.css";
    </style>
    <meta name="keywords" content='html, mobile, uri, web architecture' />
    <meta name="description" content=" I got pretty excited about the iPhone, and even more about the openness of Android and the G1, and then I learn that the Palm Pre developer platform is basically just the open web platform: HTML, CSS, and JavaScript...." />
    <meta name="revision" content="$Id: palm_webos_approach_to_html_ex.html,v 1.44 2011/12/05 17:18:25 mirror Exp $" />    
   <link rel="alternate" type="application/atom+xml" title="Atom" href="http://www.w3.org/QA/atom.xml" />
   <link rel="alternate" type="application/rss+xml" title="RSS 1.0" href="http://www.w3.org/QA/news.rss" />   
   <title>Palm webOS approach to HTML extensibility: x-mojo-* - W3C Blog</title>

   <link rel="start" href="http://www.w3.org/QA/" title="Home" />
   <link rel="prev" href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html" title="Semantic Data Extractor" />
   <link rel="next" href="http://www.w3.org/QA/2009/03/food_agriculture_and_skos.html" title="Food, agriculture, and SKOS" />

   <!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
         xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description
    rdf:about="http://www.w3.org/QA/2009/02/palm_webos_approach_to_html_ex.html"
    trackback:ping="http://www.w3.org/QA/sununga/mt-tb.cgi/260"
    dc:title="Palm webOS approach to HTML extensibility: x-mojo-*"
    dc:identifier="http://www.w3.org/QA/2009/02/palm_webos_approach_to_html_ex.html"
    dc:subject="HTML"
    dc:description=" I got pretty excited about the iPhone, and even more about the openness of Android and the G1, and then I learn that the Palm Pre developer platform is basically just the open web platform: HTML, CSS, and JavaScript...."
    dc:creator="Dan Connolly"
    dc:date="2009-02-16T17:04:52+00:00" />
</rdf:RDF>
-->

    <!-- <script type="text/javascript" src="http://www.w3.org/QA/mt.js"></script>-->

</head>
<body class="layout-one-column">
      <div id="banner">
      <h1 id="title">
	<a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
W3C Blog
</h1>
    </div>
    
    <ul class="navbar" id="menu">
        <li><strong><a href="/QA/" title="W3C Blog Home">[ W3C Blog ]</a></strong></li>
        <li><a href="/QA/Library/" title="Documents and Publications on Web and Quality">Documents</a></li>
        <li><a href="/QA/Tools/" accesskey="3" title="Validators and other Tools">Tools</a></li>
        <li><a href="/2007/12/qa-blog-help/index#feedback">Feedback</a></li>
    </ul>
<div id="searchbox">
<form method="get" action="http://www.google.com/custom" enctype="application/x-www-form-urlencoded">
<p id="formbox"><input type="text" size="15" class="textfield" name="q" accesskey="E" maxlength="255" /> <input type="submit" class="submitfield" value="Search" id="goButton" name="sa" accesskey="G" /> <input type="hidden" name="cof" value="T:black;LW:72;ALC:#ff3300;L:http://www.w3.org/Icons/w3c_home;LC:#000099;LH:48;BGC:white;AH:left;VLC:#660066;GL:0;AWFID:0b9847e42caf283e;" /><input type="hidden" id="searchW3C" name="sitesearch" checked="checked" value="www.w3.org/QA" /><input type="hidden" name="domains" value="www.w3.org/QA" /></p>
</form>
</div>


    <div id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->

                     <p class="content-nav">
                        <a href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html">&laquo; Semantic Data Extractor</a> |
                        <a href="http://www.w3.org/QA/">Main</a>
                        | <a href="http://www.w3.org/QA/2009/03/food_agriculture_and_skos.html">Food, agriculture, and SKOS &raquo;</a>
                     </p>

                        <h2 class="entry-header">Palm webOS approach to HTML extensibility: x-mojo-*</h2>
                           <div class="entry-body">
                              <p>
I got pretty <a href="http://www.w3.org/QA/2007/08/iphone_developer_guidelines_pr.html">excited about the iPhone</a>,
and even more about the openness of Android and the G1, and then I
learn that the Palm Pre developer platform is basically just the open
web platform: HTML, CSS, and JavaScript.</p>
<p>Just after the <a href="http://www.w3.org/2009/Talks/02wdn/slides#%2844%29">mobile buzz at Web Directions North</a> and the TAG declared victory on how to build <a href="http://www.w3.org/2001/tag/doc/selfDescribingDocuments.html">The Self-Describing Web</a> with URI-based Extensibility , I get some <a href="http://developer.palm.com/webos_book/book7.html">details</a> on how Palm is building on the open web platform:</p>
<blockquote><p>A widget is declared within your HTML as an empty <b>div</b> with an <b>x-mojo-element</b> attribute.</p>
<pre>&lt;div <i>x-mojo-element=</i>"ToggleButton" <i>id=</i>"my-toggle"&gt;&lt;/div&gt;</pre>
</blockquote>

<p>Oh great; x- tokens... aren't those passe by now?</p>
<p>The suggestion in the HTML 5 draft is <a href="http://lists.w3.org/Archives/Public/public-html/2008Apr/0205.html">data-* attributes</a>. The <a href="http://www.w3.org/TR/wai-aria/">ARIA draft</a> suggests @role. The Palm design looks like new information for <a href="http://www.w3.org/html/wg/tracker/issues/41">issue-41, Decentralized-extensibility</a>, in the HTML WG.</p>
<p>Anybody know how frozen the Palm design is? Or if they looked at ARIA, data-* or URI-based namespaces?</p>
                           </div>
                           <div id="more" class="entry-more">
                              
                           </div>
                       <p class="postinfo">Filed by <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a> on February 16, 2009  5:04 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/mobile/">Mobile</a>, <a href="http://www.w3.org/QA/archive/web_architecture/">Web Architecture</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/02/palm_webos_approach_to_html_ex.html">Permalink</a>
                                 | <a href="http://www.w3.org/QA/2009/02/palm_webos_approach_to_html_ex.html#comments">Comments (3)</a>
                                 | <a href="http://www.w3.org/QA/2009/02/palm_webos_approach_to_html_ex.html#trackback">TrackBacks (0)</a>
</p>



<h3 class="comments-header" id="comments">Comments</h3>
<div class="comment" id="comment-173235">
<p class="comment-meta" id="c173235">
<span class="comment-meta-author"><strong>MVANO RAYMOND </strong></span>
<span class="comment-meta-date"><a href="#c173235">#</a> 2009-02-18</span>
</p>
<div class="comment-bulk">
<p>I have been taking my lessons on html. it has been so exciting that i have been teaching my self using your notes. thank you so much</p>

</div>
</div>


<div class="comment" id="comment-173250">
<p class="comment-meta" id="c173250">
<span class="comment-meta-author"><strong>aa </strong></span>
<span class="comment-meta-date"><a href="#c173250">#</a> 2009-02-19</span>
</p>
<div class="comment-bulk">
<p>Your "issue 41" link is broken (it has an extra http:// )</p>

</div>
</div>


<div class="comment" id="comment-173588">
<p class="comment-meta" id="c173588">
<span class="comment-meta-author"><strong>Coralie Mercier <a class="commenter-profile" href="http://my.opera.com/koalie/"><img alt="Author Profile Page" src="http://www.w3.org/QA/sununga/mt-static/images/comment/mt_logo.png" width="16" height="16" /></a></strong></span>
<span class="comment-meta-date"><a href="#c173588">#</a> 2009-02-26</span>
</p>
<div class="comment-bulk">
<p>Thank you. Broken link fixed now.</p>

</div>
</div>



  <div class="comments-open" id="comments-open">
<h3 class="comments-open-header">Leave a comment</h3>

<div class="comments-open-moderated">
   <p>
   Note: this blog is intended to foster <strong>polite
   on-topic discussions</strong>. Comments failing these
   requirements and spam will not get published. Please,
   enter your real name and email address. Every
   individual comment is reviewed by the W3C staff.
   This may take some time, thank you for your patience.
   </p>
   <p>
   You can use the following HTML markup (a href, b, i, 
   br/, p, strong, em, ul, ol, li, blockquote, pre) 
   and/or <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a>.</p>
</div>

<div id="comments-open-data">
<form method="post" action="http://www.w3.org/QA/sununga/beach.pl" id="comments-form">
<h4>Your comment</h4>
<div id="comments-open-text">
  <textarea id="comment-text" name="text" rows="20" cols="100"></textarea><br />
<label for="comment-text">Write your comment text here. Remember, keep the discussion on topic and courteous.</label>
</div>

<h4>About you</h4>
<div id="comment-form-name">
  <input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="6307" />
<input type="hidden" name="__lang" value="en" /> 
<label for="comment-author">Your Name</label>
<input id="comment-author" name="author" size="30" value="" />
</div>
<div id="comment-form-email">
<label for="comment-email">Your Email Address</label>
<input id="comment-email" name="email" size="30" value="" />
</div>

<div id="comments-open-footer">
<input type="submit" accesskey="s" name="post" id="comment-submit" value="Submit" />

</div>
</form>
</div>
</div>



<p id="gentime">This page was last generated on $Date: 2011/12/05 17:18:25 $</p> 

      </div><!-- End of "main" DIV. -->

<address>

This blog is written by W3C staff and working group participants,<br />
&nbsp;and maintained by <a href="/People/CMercier/">Coralie Mercier</a>.<br />
Authorized parties may <a href="/QA/new">log in</a> to create a new entry.<br/>
<span id="poweredby">Powered by Movable Type, magpierss and a lot of Web Technology</span>
    </address>


    
    <p class="copyright">
      <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2011
      <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
      (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
      <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
      <a href="http://www.keio.ac.jp/">Keio</a>),
      All Rights Reserved.
      W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
      <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
      <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
      and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
      rules apply. Your interactions with this site are in accordance
      with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
      <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
      statements.
    </p>

  </body>
</html>