From aa367e80a62555dfdc81932ca8795c432f35b4ff Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Thu, 21 Apr 2016 16:26:11 -0700 Subject: [PATCH] Retitle the Permissions spec to emphasize the infrastructure more. Like https://storage.spec.whatwg.org/, this spec defines both an API and common terminology and infrastructure that can underpin other specifications. --- index.bs | 4 ++-- index.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.bs b/index.bs index 5b37302..d30a666 100644 --- a/index.bs +++ b/index.bs @@ -1,5 +1,5 @@
-Title: The Permissions API
+Title: Permissions
 Repository: w3c/permissions
 Status: ED
 ED: https://w3c.github.io/permissions/
@@ -10,7 +10,7 @@ Editor: Mounir Lamouri, Google Inc. https://google.com/
 Editor: Marcos Cáceres, Mozilla https://mozilla.com/
 Editor: Jeffrey Yasskin, Google Inc. https://google.com/
 
-Abstract: The Permissions API allows a web application to be aware of the status of a given permission, to know whether it is granted, denied or if the user will be asked whether the permission should be granted.
+Abstract: The Permissions Standard defines common infrastructure for other specifications that need to interact with browser permissions. It also defines an API to allow web applications to query and request changes to the status of a given permission.
 Mailing List: public-webappsec@w3.org
 Mailing List Archives: http://lists.w3.org/Archives/Public/public-webappsec/
 
diff --git a/index.html b/index.html
index 611c1f6..3995488 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
  
   
   
-  The Permissions API
+  Permissions