--- a/splashscreen/Overview.src.html Tue Dec 06 19:48:58 2011 +0000
+++ b/splashscreen/Overview.src.html Tue Dec 06 19:56:09 2011 +0000
@@ -103,7 +103,7 @@
<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>
<p>Firstly, when processing the splash attribute in the configuration document, a user agent behaves as if the <span>splash file defaults table</span> 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 summary="The configuration defaults that a user agent must set prior to instantiation." class="simple">
+<table summary="The configuration defaults that a user agent must set prior to instantiation." class="simple" style="border: 1px solid black">
<caption>
<dfn>Splash file defaults table</dfn>
</caption>
@@ -124,9 +124,9 @@
</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 <span>steps to locate the splash screen file</span> 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>
+configuration document</a>: the appropriate point is after all other attributes of the <code>content</code> element have been processed. </p>
<h3>Locating the splash screen</h3>
<p>The <dfn>steps to locate the splash screen file</dfn> is given by the following algorithm. </p>
<ol>