--- a/docked-vmmf/Overview.html Fri May 11 18:30:58 2012 +0100
+++ b/docked-vmmf/Overview.html Fri May 11 18:33:32 2012 +0100
@@ -1,36 +1,70 @@
-<!doctype html>
-<title>
-<title>The badged view mode</title>
-
-<body>
+<!DOCTYPE html><html><head><title>The badged view mode</title>
+</head><body>
<article>
<header><!--end-logo-->
- <h1>The badged view mode</h1>
- <p><a href="http://dvcs.w3.org/hg/nativeapps/raw-file/tip/badged-vm/Overview.html">Latest Draft</a> | <a href="http://dvcs.w3.org/hg/nativeapps/raw-file/tip/badged-vm/test-suite/Overview.html
+ <h1 id="the-'docked'-view-mode"><span class=secno>1 </span>The 'docked' view mode</h1>
+ <p><a href=http://dvcs.w3.org/hg/nativeapps/raw-file/tip/badged-vm/Overview.html>Latest Draft</a> | <a href="http://dvcs.w3.org/hg/nativeapps/raw-file/tip/badged-vm/test-suite/Overview.html
-">Test suite</a> | <a href="http://dvcs.w3.org/hg/nativeapps/raw-file/tip/badged-vm/imp-report/Overview.html">Implementation report</a>. </p>
+">Test suite</a> | <a href=http://dvcs.w3.org/hg/nativeapps/raw-file/tip/badged-vm/imp-report/Overview.html>Implementation report</a>. </p>
<dl>
<dt>Editor: </dt>
- <dd>Marcos Cáceres</dd>
+ <dd>Marcos Cáceres</dd>
<dt>Prototypists:</dt>
<dd>...</dd>
<dt>Quality assurer:</dt>
<dd>...</dd>
- <dt>Provenance:</dt>
- <dd><a href="http://lists.w3.org/Archives/Public/public-native-web-apps/2012May/0000.html">Initial proposal</a></dd>
+ <dt>IPR Provenance:</dt>
+ <dd><a href=http://lists.w3.org/Archives/Public/public-native-web-apps/2012May/0000.html>Initial mailing list proposal</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>
+ <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 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
+11 May 2012, the editors have made this specification available
under the
-<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
+<a href=http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0 rel=license>Open Web Foundation Agreement Version 1.0</a>,
which is available at
http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
-</header>
-<section id="abstract">
-<p>This specification defines a new view mode media feature called "badged", which can be used as a <cite>view mode</cite> as defined in [View Modes].</p>
+</p></header>
+<hr>
+<section id=abstract>
+<h2 id=abstract-0><span class=secno>1.1 </span>Abstract</h2>
+<p>This specification defines a view mode called "docked", which can be used as a with a view mode media feature. An application is said to be "docked" when into some other context (e.g., a toolbar or panel). </p>
</section>
-</article>
\ No newline at end of file
+<section>
+<h2 id=table-of-contents><span class=secno>1.2 </span>Table of contents</h2>
+
+<!--begin-toc-->
+<ol class=toc>
+ <li><a href="#the-'docked'-view-mode"><span class=secno>1 </span>The 'docked' view mode</a>
+ <ol>
+ <li><a href=#abstract-0><span class=secno>1.1 </span>Abstract</a></li>
+ <li><a href=#table-of-contents><span class=secno>1.2 </span>Table of contents</a></li>
+ <li><a href=#status-of-this-document><span class=secno>1.3 </span>Status of this document</a></li>
+ <li><a href=#the-docked-view-mode><span class=secno>1.4 </span>The docked view mode</a>
+ <ol>
+ <li><a href=#examples><span class=secno>1.4.1 </span>Examples</a></li></ol></li></ol></li></ol>
+<!--end-toc-->
+
+</section>
+<section id=sotd>
+<h2 id=status-of-this-document><span class=secno>1.3 </span>Status of this document</h2>
+<p>This document has no standing of any kind. It's jut a proposal for discussion.</p>
+</section>
+
+<section>
+<h2 id=the-docked-view-mode><span class=secno>1.4 </span>The docked view mode</h2>
+<p>The <dfn id=docked>docked</dfn> view mode is intended to be used when a document of the web application is being placed amongst a list of other applications or items (e.g., as part of a toolbar or panel). </p>
+
+<h3 id=examples><span class=secno>1.4.1 </span>Examples</h3>
+The following example CSS shows the docked view mode in action.
+<pre>
+@media (view-mode: docked) {
+ // ...
+}
+</pre>
+</section>
+
+</article>
+</body></html>
\ No newline at end of file