defined width and heigh attributes
authorMarcos Caceres <w3c@marcosc.com>
Thu, 16 Feb 2012 23:43:40 +0000
changeset 18 147a01c97f9c
parent 17 97d50c1ae8a8
child 19 ffc510095c3d
defined width and heigh attributes
splashscreen/Overview.html
splashscreen/Overview.src.html
--- a/splashscreen/Overview.html	Thu Feb 16 23:27:55 2012 +0000
+++ b/splashscreen/Overview.html	Thu Feb 16 23:43:40 2012 +0000
@@ -51,7 +51,9 @@
 
 <!--begin-toc-->
 <ol class=toc>
- <li><a href=#status-of-this-document><span class=secno>1 </span>Status of this document</a></li>
+ <li><a href=#status-of-this-document><span class=secno>1 </span>Status of this document</a>
+  <ol>
+   <li><a href=#issues><span class=secno>1.1 </span>Issues</a></li></ol></li>
  <li><a href=#introduction><span class=secno>2 </span>Introduction</a>
   <ol>
    <li><a href=#example:-using-the-splash-element><span class=secno>2.1 </span>Example: using the splash element</a></li></ol></li>
@@ -61,7 +63,9 @@
  <li><a href=#splash-screen><span class=secno>6 </span>Splash screen</a></li>
  <li><a href=#the-splash-element-and-its-attributes><span class=secno>7 </span>The <code>splash</code> element and its attributes</a>
   <ol>
-   <li><a href=#the-src-attribute><span class=secno>7.1 </span>The <code>src</code> attribute</a></li></ol></li>
+   <li><a href=#the-src-attribute><span class=secno>7.1 </span>The <code>src</code> attribute</a></li>
+   <li><a href=#the-width-attribute><span class=secno>7.2 </span>The <code>width</code> attribute</a></li>
+   <li><a href=#the-height-attribute><span class=secno>7.3 </span>The <code>height</code> attribute </a></li></ol></li>
  <li><a href=#the-default-splash-screen><span class=secno>8 </span>The default splash screen</a></li>
  <li><a href=#finding-the-splash-screen><span class=secno>9 </span>Finding the splash screen</a>
   <ol>
@@ -71,6 +75,11 @@
 <!--end-toc-->
 <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>
+<h3 id=issues><span class=secno>1.1 </span>Issues</h3>
+<p>The following is a list of issues we are still trying to resolve:</p>
+<ul>
+  <li>Should width and height matter? </li>
+</ul>
 <h2 id=introduction><span class=secno>2 </span>Introduction</h2>
 <p><em>This section is non-normative.</em></p>
 <p>Because of the limited processing capabilities of some devices and the amount of time it takes to initialize a Web runtime, there can be a small - yet noticeably perceivable - delay between when the end-user starts an application and the application actually becoming available and interactive to the end-user. </p>
@@ -124,12 +133,16 @@
   </dl>
 <h3 id=the-src-attribute><span class=secno>7.1 </span>The <code>src</code> attribute</h3>
 <p>The <code>src</code> attribute is  <span><a href=http://www.w3.org/TR/widgets/#path-attribute>path attribute</a></span> of the <code>splash</code> element that allows an author to point to a <span>file</span> within the <span><a href=http://www.w3.org/TR/widgets/#widget-package>widget package</a></span>. This file is then used as the <a href=#splash-screen-0>splash screen</a> for an application. </p>
+<h3 id=the-width-attribute><span class=secno>7.2 </span>The <code>width</code> attribute</h3>
+<p>A <a href=http://www.w3.org/TR/widgets/#valid-non-negative-integer title="valid non-negative integer">numeric attribute</a> greater than 0 that represents, in <a href=http://www.w3.org/TR/CSS21/syndata.html#length-units>CSS pixels</a>, the author's preferred width for the splash screen. </p>
+<h3 id=the-height-attribute><span class=secno>7.3 </span>The <code>height</code> attribute </h3>
+<p>A <a href=http://www.w3.org/TR/widgets/#valid-non-negative-integer title="valid non-negative integer">numeric attribute</a> greater than 0 that represents, in <a href=http://www.w3.org/TR/CSS21/syndata.html#length-units>CSS pixels</a>, the author's preferred height for the splash screen. </p>
 <h2 id=the-default-splash-screen><span class=secno>8 </span>The default splash screen</h2>
 <p>A <dfn id=default-splash-screen>default splash-screen </dfn> is a <a href=http://www.w3.org/TR/widgets/#reserved>reserved</a> <span>image</span>, either at the <span>root of the widget package</span> or at the root of a <span>locale
     folder</span>, whose file
     name case-sensitively matches a file name given in the file name column of
 the <a href=#default-splash-screen-table>default splash-screen table</a>.</p>
-<table>
+<table class=simple>
   <caption>
     <dfn id=default-splash-screen-table>Default Splash-Screen Table</dfn>
   </caption>
--- a/splashscreen/Overview.src.html	Thu Feb 16 23:27:55 2012 +0000
+++ b/splashscreen/Overview.src.html	Thu Feb 16 23:43:40 2012 +0000
@@ -52,6 +52,11 @@
 <!--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>
+<h3>Issues</h3>
+<p>The following is a list of issues we are still trying to resolve:</p>
+<ul>
+  <li>Should width and height matter? </li>
+</ul>
 <h2>Introduction</h2>
 <p><em>This section is non-normative.</em></p>
 <p>Because of the limited processing capabilities of some devices and the amount of time it takes to initialize a Web runtime, there can be a small - yet noticeably perceivable - delay between when the end-user starts an application and the application actually becoming available and interactive to the end-user. </p>
@@ -106,12 +111,16 @@
   </dl>
 <h3>The <code>src</code> attribute</h3>
 <p>The <code>src</code> attribute is  <span><a href="http://www.w3.org/TR/widgets/#path-attribute">path attribute</a></span> of the <code>splash</code> element that allows an author to point to a <span>file</span> within the <span><a href="http://www.w3.org/TR/widgets/#widget-package">widget package</a></span>. This file is then used as the <span>splash screen</span> for an application. </p>
+<h3>The <code>width</code> attribute</h3>
+<p>A <a href="http://www.w3.org/TR/widgets/#valid-non-negative-integer" title="valid non-negative integer">numeric attribute</a> greater than 0 that represents, in <a href="http://www.w3.org/TR/CSS21/syndata.html#length-units">CSS pixels</a>, the author's preferred width for the splash screen. </p>
+<h3>The <code>height</code> attribute </h3>
+<p>A <a href="http://www.w3.org/TR/widgets/#valid-non-negative-integer" title="valid non-negative integer">numeric attribute</a> greater than 0 that represents, in <a href="http://www.w3.org/TR/CSS21/syndata.html#length-units">CSS pixels</a>, the author's preferred height for the splash screen. </p>
 <h2>The default splash screen</h2>
 <p>A <dfn>default splash-screen </dfn> is a <a href="http://www.w3.org/TR/widgets/#reserved">reserved</a> <span>image</span>, either at the <span>root of the widget package</span> or at the root of a <span>locale
     folder</span>, whose file
     name case-sensitively matches a file name given in the file name column of
 the <span>default splash-screen table</span>.</p>
-<table>
+<table class="simple" >
   <caption>
     <dfn>Default Splash-Screen Table</dfn>
   </caption>