- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Mar 2011 08:48:46 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/docs/feat-perms In directory hutz:/tmp/cvs-serv11075 Modified Files: feat-perms.css feat-perms.html Log Message: Added a pointer to Capabilities container discussion at mozilla-labs Index: feat-perms.html =================================================================== RCS file: /sources/public/2009/dap/docs/feat-perms/feat-perms.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- feat-perms.html 22 Mar 2011 11:37:59 -0000 1.2 +++ feat-perms.html 24 Mar 2011 08:48:44 -0000 1.3 @@ -38,10 +38,23 @@ <body> <h1>Feature Permissions Playground</h1> -<p>Update <time>2011-03-22</time>: dougt is also pondering how to do -<a href="http://dougt.org/wordpress/2011/03/device-api-permission-management/">Device API permission management</a>. Added -a <a href="#capability">Capability-based Security Model inspired proposal</a>. Feel free to join the discussion on - <a href="http://lists.w3.org/Archives/Public/public-device-apis/">public-device-apis</a>.</p> +<div id="updates"> + <h3>Updates</h3> + <p> + <time>2011-03-23</time> + Related discussion on <a href="http://groups.google.com/group/mozilla-labs/browse_thread/thread/e592b27e54b7f857"> + Capabilities container</a> at mozilla-labs. + </p> + <p> + <time>2011-03-22</time> + Doug Turner is also pondering how to do <a href="http://dougt.org/wordpress/2011/03/device-api-permission-management/"> + Device API permission management</a>. Added a <a href="#capability">Capability-based Security inspired proposal</a>. + </p> + <p> + <time>2011-03-03</time> + Initial version of the demo. + </p> +</div> <p>This demo implements the <a href="http://dev.w3.org/2006/webapi/WebNotifications/publish/FeaturePermissions.html#idl-Permissions">Permissions interface</a> @@ -49,7 +62,8 @@ <a href="#examples">Examples</a> to experiment. Contacts, Calendar and System Information are used as placeholders only, and may not be applicable for this model.</p> -<p>This document is merely a W3C-internal document. It has no official standing of any kind and does not represent consensus of the W3C Membership.</p> +<p>This document is merely a W3C-internal document. It has no official standing of any kind and does not represent consensus of the W3C Membership. +Feel free to join the discussion on <a href="http://lists.w3.org/Archives/Public/public-device-apis/">public-device-apis</a>.</p> <h2>log() Output</h2> <pre id="log" class="background_transition">...</pre> Index: feat-perms.css =================================================================== RCS file: /sources/public/2009/dap/docs/feat-perms/feat-perms.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- feat-perms.css 22 Mar 2011 11:35:41 -0000 1.2 +++ feat-perms.css 24 Mar 2011 08:48:43 -0000 1.3 @@ -77,6 +77,26 @@ margin-top: 15px; } +#updates { + border: dotted 1px gray; + padding: 0 15px 0 15px; +} + +#updates > p { + padding-bottom: 5px; +} + +time { + float: right; + padding: 0 10px 0 10px; + background-color: #f0f0f0; + -webkit-border-radius: 12px; + -moz-border-radius: 12px; + -o-border-radius: 12px; + border-radius: 12px; + border: solid 1px #ABABAB; +} + .example { border: dotted 1px gray; padding: 5px;
Received on Thursday, 24 March 2011 08:48:48 UTC