--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/docked-vmmf/Overview.html Fri May 11 18:29:13 2012 +0100
@@ -0,0 +1,36 @@
+<!doctype html>
+<title>
+<title>The badged view mode</title>
+
+<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
+
+">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>
+ <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>
+ </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 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
+<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>
+</section>
+</article>
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/docked-vmmf/Overview.src.html Fri May 11 18:29:13 2012 +0100
@@ -0,0 +1,60 @@
+<!doctype html>
+<title>The badged view mode</title>
+<body>
+<article>
+<header><!--end-logo-->
+ <h1>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>
+ <dl>
+ <dt>Editor: </dt>
+ <dd>Marcos Cáceres</dd>
+ <dt>Prototypists:</dt>
+ <dd>...</dd>
+ <dt>Quality assurer:</dt>
+ <dd>...</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>
+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
+<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>
+<hr>
+<section id="abstract">
+<h2>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>
+<section>
+<h2>Table of contents</h2>
+<!-- toc -->
+
+</section>
+<section id="sotd">
+<h2>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>The docked view mode</h2>
+<p>The <dfn>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>Examples</h3>
+The following example CSS shows the docked view mode in action.
+<pre>
+
+@media (view-mode: docked) {
+ // ...
+}
+</pre>
+</section>
+
+</article>