First draft of Splashscreen
authorMarcos Caceres <w3c@marcosc.com>
Tue, 06 Dec 2011 17:33:18 +0000
changeset 0 2844541171b8
child 1 f2ae3c44a0d0
First draft of Splashscreen
splashscreen/Overview.src.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/splashscreen/Overview.src.html	Tue Dec 06 17:33:18 2011 +0000
@@ -0,0 +1,73 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Splash screen</title>
+<style type="text/css">
+em.ct {	text-transform:uppercase;
+	font-style:normal;
+	font-weight:normal;
+}
+em.ct-samp {	text-transform:uppercase;
+	font-style:normal;
+	font-weight:normal;
+}
+a.bibref {	text-decoration:    none;
+}
+em.rfc2119 {	text-transform:     lowercase;
+	font-variant:       small-caps;
+	font-style:         normal;
+	color:              #900;
+}
+</style>
+</head>
+
+<body>
+<dl class="procedure">
+<dd>
+  <div class="head">
+      <p><a href="http://www.w3.org/"><img alt="W3C" src="http://www.w3.org/Icons/w3c_home"
+    height="48" width="72" /></a></p>
+      <!--end-logo-->
+    <h1 class="head">Splash screen      </h1>
+      <dl>
+        <dt>Latest   Draft:</dt>
+        <dd>HG Repo. </dd>
+        <dt>Test suite:</dt>
+        <dd><a href=
+      "http://dev.w3.org/2006/waf/widgets/test-suite/">http://test.w3.org/nativeapps/splashscreen/test-suite/</a></dd>
+        <dt>Implementation report:</dt>
+        <dd><a href=
+      "http://test.w3.org/nativeapps/splashscreen/test-suite/">http://test.w3.org/nativeapps/splashscreen/imp-report/</a> </dd>
+    </dl>
+  </div>
+  <h2 class="no-num no-toc" id="toc">Abstract</h2>
+  <h2 class="no-num no-toc">Table of Contents</h2>
+    <!--toc-->
+  <h2>Introduction</h2>
+  <p><em>This section is non-normative.</em></p>
+  <p>TBW</p>
+  <h2>Use cases and requirements</h2>
+  <p><em>This section is non-normative.</em></p>
+  <p>TBW</p>
+  <h2 id="conformance">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 <span>user agent</span>. </p>
+  <h2>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>Locating the splash screen</h2>
+
+  <p>The algorithm to locate the splash screen file is as follows. The algorithm returns a  file is a splash screen file is found: </p>
+    <p>Let <var>path</var> be the result of applying the <span>rule for getting a
+      single attribute value</span> to the <code title="icon src">splash</code> attribute of this <code title="icon element">content</code> element. If <var>path</var> is
+    not a <span>valid path</span> or is an empty string, then terminate this algorithm. </p>
+  Let <var title="">file</var> be the result of applying the <span>rule for
+      
+      finding a file within a widget package</span> to <var>path</var>. If <var title="">file</var> is not a <span>processable file</span>, as
+      determined by applying the <span>rule for identifying the media type of a
+  file</span>, then terminate this algorithm. </p>
+
+</body>
+</html>