- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 May 2012 09:40:20 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/perms
In directory hutz:/tmp/cvs-serv16983
Modified Files:
FeaturePermissions.html
Log Message:
add a note on shelving Feature Permissions
Index: FeaturePermissions.html
===================================================================
RCS file: /sources/public/2009/dap/perms/FeaturePermissions.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- FeaturePermissions.html 31 Oct 2011 08:03:52 -0000 1.6
+++ FeaturePermissions.html 2 May 2012 09:40:18 -0000 1.7
@@ -41,10 +41,36 @@
border-bottom: 0;
color: #459900;
}
+
+ .shelved {
+ background: black;
+ color: white;
+ font: 900 1.2em serif;
+ padding: 0.5em 1em;
+ border: dotted yellow 0.3em;
+ }
+ .shelved a {
+ color: white;
+ }
+ .shelved a:hover {
+ color: black;
+ }
</style>
</head>
<body>
+
+ <p class="shelved">
+ The Device APIs Working Group <a href="http://lists.w3.org/Archives/Public/www-archive/2012Apr/att-0050/minutes-2012-03-20.html#item34">
+ decided to discontinue work on the Feature Permissions draft</a> as the
+ only immediately obvious relevant use case is for
+ <a href="http://dev.w3.org/2006/webapi/WebNotifications/publish/Notifications.html">
+ Web Notifications</a>.
+ Any follow-up discussions should happen on the
+ <a href="http://lists.w3.org/Archives/Public/public-web-notification/">
+ public-web-notifications mailing list</a>.
+ </p>
+
<section id='abstract'>
This document defines APIs for web pages to request permission to use
privileged user agent features.
Received on Wednesday, 2 May 2012 09:40:26 UTC