--- a/splashscreen/Overview.html Tue Dec 06 19:56:09 2011 +0000
+++ b/splashscreen/Overview.html Tue Dec 06 19:56:24 2011 +0000
@@ -33,7 +33,7 @@
<body>
<div class=head><!--end-logo-->
- <h1>Splash screen </h1>
+ <h1>Splash screen for native web apps</h1>
<dl>
<dt>Latest Draft:</dt>
<dd><a href=http://dvcs.w3.org/hg/nativeapps/splashscreen/raw-file/tip/Overview.src.html>http://dvcs.w3.org/hg/nativeapps/splashscreen/raw-file/tip/Overview.src.html</a></dd>
@@ -47,12 +47,12 @@
<dd>Brian LeRoux, Scott Wilson</dd>
<dt>Quality assurer:</dt>
<dd>Marcos Cáceres</dd>
- <dt>Provenence:</dt>
- <dd><a href=http://lists.w3.org/Archives/Public/public-native-web-apps/2011Dec/0002.html>Call for Concensus </a></dd>
+ <dt>Provenance:</dt>
+ <dd><a href=http://lists.w3.org/Archives/Public/public-native-web-apps/2011Dec/0002.html>Call for Consensus </a></dd>
</dl>
<p class=copyright><a href=http://creativecommons.org/publicdomain/zero/1.0/ rel=license><img alt=CC0 src=http://i.creativecommons.org/p/zero/1.0/80x15.png></a>
-To the extent possible under law, the editors have waived all copyright and
+To the extent possible under law, the editor has waived all copyright and
related or neighboring rights to this work. In addition, as of
6 December 2011, the editors have made this specification available
under the
@@ -72,36 +72,48 @@
<!--begin-toc-->
<ol class=toc>
- <li><a href=#introduction><span class=secno>1 </span>Introduction</a></li>
- <li><a href=#use-cases-and-requirements><span class=secno>2 </span>Use cases and requirements</a></li>
- <li><a href=#conformance><span class=secno>3 </span>Conformance</a></li>
- <li><a href=#user-agents><span class=secno>4 </span>User Agents</a></li>
- <li><a href=#splash-screen><span class=secno>5 </span>Splash screen</a></li>
- <li><a href=#the-splash-attribute><span class=secno>6 </span>The <code>splash</code> attribute</a></li>
- <li><a href=#processing-the-splash-attribute><span class=secno>7 </span>Processing the splash attribute</a>
+ <li><a href=#status-of-this-document><span class=secno>1 </span>Status of this document</a></li>
+ <li><a href=#introduction><span class=secno>2 </span>Introduction</a>
<ol>
- <li><a href=#locating-the-splash-screen><span class=secno>7.1 </span>Locating the splash screen</a></li></ol></li></ol>
+ <li><a href=#example><span class=secno>2.1 </span>Example</a></li></ol></li>
+ <li><a href=#use-cases-and-requirements><span class=secno>3 </span>Use cases and requirements</a></li>
+ <li><a href=#conformance><span class=secno>4 </span>Conformance</a></li>
+ <li><a href=#user-agents><span class=secno>5 </span>User Agents</a></li>
+ <li><a href=#splash-screen><span class=secno>6 </span>Splash screen</a></li>
+ <li><a href=#the-splash-attribute><span class=secno>7 </span>The <code>splash</code> attribute</a></li>
+ <li><a href=#processing-the-splash-attribute><span class=secno>8 </span>Processing the splash attribute</a>
+ <ol>
+ <li><a href=#locating-the-splash-screen><span class=secno>8.1 </span>Locating the splash screen</a></li></ol></li></ol>
<!--end-toc-->
-<h2 id=introduction><span class=secno>1 </span>Introduction</h2>
+<h2 id=status-of-this-document><span class=secno>1 </span>Status of this document</h2>
+<p>This document is undergoing rapid development and is changing frequently. It is inappropriate to cite this document as anything other than a work in progress. </p>
+<h2 id=introduction><span class=secno>2 </span>Introduction</h2>
<p><em>This section is non-normative.</em></p>
<p>TBW</p>
-<h2 id=use-cases-and-requirements><span class=secno>2 </span>Use cases and requirements</h2>
+<h3 id=example><span class=secno>2.1 </span>Example</h3>
+<p>The following example shows how to use the <code>splash</code> attribute. </p>
+<pre><widget xmlns="http://www.w3.org/ns/widgets">
+ <content splash="splash.png"/>
+</widget>
+</pre>
+
+<h2 id=use-cases-and-requirements><span class=secno>3 </span>Use cases and requirements</h2>
<p><em>This section is non-normative.</em></p>
<p>TBW</p>
-<h2 id=conformance><span class=secno>3 </span>Conformance</h2>
+<h2 id=conformance><span class=secno>4 </span>Conformance</h2>
<p>Everything is this specification is normative except sections marked as non-normative, diagrams, examples, and notes.</p>
<p>The key words <em class=rfc2119 title=must>must</em>, <em class=rfc2119 title="must not">must not</em>, <em class=rfc2119 title=required>required</em>, <em class=rfc2119 title=should>should</em>, <em class=rfc2119 title="should not">should not</em>, <em class=rfc2119 title=recommended>recommended</em>, <em class=rfc2119 title=may>may</em>, and <em class=rfc2119 title=optional>optional</em> in this specification are to be interpreted as described in <cite>RFC2119</cite>.</p>
<p> This specification defines conformance criteria that apply to a single product: a <a href=#product-ua>user agent</a>. </p>
-<h2 id=user-agents><span class=secno>4 </span>User Agents</h2>
+<h2 id=user-agents><span class=secno>5 </span>User Agents</h2>
<p>A <dfn id=product-ua title="user agent">user agent</dfn> a software application that implements this specification and
the <cite>Widget Packaging</cite> specification and its dependencies. </p>
-<h2 id=splash-screen><span class=secno>5 </span>Splash screen</h2>
-<p>TBW: define what splash screen is. </p>
-<h2 id=the-splash-attribute><span class=secno>6 </span>The <code>splash</code> attribute</h2>
+<h2 id=splash-screen><span class=secno>6 </span>Splash screen</h2>
+<p>TBW: define what splash screen is.</p>
+<h2 id=the-splash-attribute><span class=secno>7 </span>The <code>splash</code> attribute</h2>
<p>The <dfn id=splash-attribute>splash attribute</dfn> is <span>path attribute</span> of the <code>content</code> element that allows an author to point to a <span>file</span> within the <span>widget package</span>. This file is then used as the splash screen for an application. </p>
-<h2 id=processing-the-splash-attribute><span class=secno>7 </span>Processing the splash attribute</h2>
+<h2 id=processing-the-splash-attribute><span class=secno>8 </span>Processing the splash attribute</h2>
<p>Firstly, when processing the splash attribute in the configuration document, a user agent behaves as if the <a href=#splash-file-defaults-table>splash file defaults table</a> had been defined as part of the <a href=http://www.w3.org/TR/widgets/#table-of-configuration-defaults>Table of Configuration Defaults</a> in <a href=http://dev.w3.org/2006/waf/widgets/#step-3--set-the-configuration-defaults>Step 3</a> of the <cite>Widget Packaging</cite> specification.</p>
-<table class=simple summary="The configuration defaults that a user agent must set prior to instantiation.">
+<table class=simple style="border: 1px solid black" summary="The configuration defaults that a user agent must set prior to instantiation.">
<caption>
<dfn id=splash-file-defaults-table>Splash file defaults table</dfn>
</caption>
@@ -122,10 +134,10 @@
</tr>
</tbody>
</table>
-<p>Secondly, the user agent MUST run the steps to locate the splash screen file at
+<p>Secondly, the user agent MUST run the <a href=#steps-to-locate-the-splash-screen-file>steps to locate the splash screen file</a> at
the appropriate point in the <a href=http://dev.w3.org/2006/waf/widgets/#algorithm-to-process-a-configuration-doc>algorithm to process a
-configuration document</a>: the appropriate point at the end of where the algorithm processes a <code>content</code> element (i.e., after all other attributes of the element have been processed in accordance with the <cite>Widget Packaging</cite> specification). </p>
-<h3 id=locating-the-splash-screen><span class=secno>7.1 </span>Locating the splash screen</h3>
+configuration document</a>: the appropriate point is after all other attributes of the <code>content</code> element have been processed. </p>
+<h3 id=locating-the-splash-screen><span class=secno>8.1 </span>Locating the splash screen</h3>
<p>The <dfn id=steps-to-locate-the-splash-screen-file>steps to locate the splash screen file</dfn> is given by the following algorithm. </p>
<ol>
<li>