--- a/splashscreen/Overview.src.html Tue Dec 06 19:37:09 2011 +0000
+++ b/splashscreen/Overview.src.html Tue Dec 06 19:48:58 2011 +0000
@@ -35,7 +35,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>
@@ -51,12 +51,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
[DATE], the editors have made this specification available
under the
@@ -74,9 +74,19 @@
<p>TBW... </p>
<h2 class="no-num no-toc">Table of Contents</h2>
<!--toc-->
+<h2>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>Introduction</h2>
<p><em>This section is non-normative.</em></p>
<p>TBW</p>
+<h3>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>Use cases and requirements</h2>
<p><em>This section is non-normative.</em></p>
<p>TBW</p>
@@ -88,7 +98,7 @@
<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>Splash screen</h2>
-<p>TBW: define what splash screen is. </p>
+<p>TBW: define what splash screen is.</p>
<h2>The <code>splash</code> attribute</h2>
<p>The <dfn>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>Processing the splash attribute</h2>