- From: laszlo gombos via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Jul 2011 09:48:47 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/perms In directory hutz:/tmp/cvs-serv6858 Modified Files: FeaturePermissions.html Log Message: Rename the Permissions interface to NavigatorPermissions to be more consistently with other interfaces that extend Navigator Index: FeaturePermissions.html =================================================================== RCS file: /sources/public/2009/dap/perms/FeaturePermissions.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- FeaturePermissions.html 31 May 2011 14:40:37 -0000 1.3 +++ FeaturePermissions.html 19 Jul 2011 09:48:45 -0000 1.4 @@ -79,9 +79,9 @@ </p> </section> - <section id='idl-Permissions'> - <h2>The Permissions interface</h2> - The Permissions interface provides 3 pieces of functionality, which are added to the <code>Navigator</code> object. + <section id='idl-NavigatorPermissions'> + <h2>The NavigatorPermissions interface</h2> + The NavigatorPermissions interface provides 3 pieces of functionality, which are added to the <code>Navigator</code> object. <ul> <li> Identify the privileged features available in the user agent, using the <code>privilegedFeatures</code> array. @@ -97,10 +97,10 @@ </li> </ul> - <h2>Permissions</h2> - <dl title='Navigator implements Permissions' class='idl'> + <h2>NavigatorPermissions</h2> + <dl title='Navigator implements NavigatorPermissions' class='idl'> </dl> - <dl title='interface Permissions' class='idl'> + <dl title='[NoInterfaceObject] interface NavigatorPermissions' class='idl'> <dt>const long USER_ALLOWED = 2</dt> <dd> Indicates that the user has granted permission. @@ -202,7 +202,7 @@ <section> <h2>Default permission levels</h2> <p> - The <code>Permissions</code> interface requires the user agent to indicate <code>DEFAULT_ALLOWED</code> + The <code>NavigatorPermissions</code> interface requires the user agent to indicate <code>DEFAULT_ALLOWED</code> and <code>DEFAULT_DENIED</code> permission levels for feature/origin combinations where the user has not made an explicit decision. </p>
Received on Tuesday, 19 July 2011 09:48:48 UTC