- From: laszlo gombos via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 03:30:53 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/perms
In directory hutz:/tmp/cvs-serv16272
Modified Files:
FeaturePermissions.html
Log Message:
Fix the description of the feature argument for the permissionLevel function
Index: FeaturePermissions.html
===================================================================
RCS file: /sources/public/2009/dap/perms/FeaturePermissions.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- FeaturePermissions.html 19 Jul 2011 09:48:45 -0000 1.4
+++ FeaturePermissions.html 31 Oct 2011 03:30:51 -0000 1.5
@@ -126,8 +126,7 @@
<dl class='parameters'>
<dt>in DOMString feature</dt>
<dd>
- Returns one of the permission values <code>USER_ALLOWED</code>, <code>DEFAULT_ALLOWED</code>,
- <code>DEFAULT_DENIED</code>, <code>USER_DENIED</code>.
+ A string containing a feature id.
</dd>
</dl>
<dl class='exception' title='Exception'>
Received on Monday, 31 October 2011 03:30:58 UTC