Title: [212857] trunk/Source/WebCore
Revision
212857
Author
simon.fra...@apple.com
Date
2017-02-22 15:30:15 -0800 (Wed, 22 Feb 2017)

Log Message

Add the Web Authentication API as "Under Consideration".

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212856 => 212857)


--- trunk/Source/WebCore/ChangeLog	2017-02-22 23:12:59 UTC (rev 212856)
+++ trunk/Source/WebCore/ChangeLog	2017-02-22 23:30:15 UTC (rev 212857)
@@ -1,3 +1,9 @@
+2017-02-22  Simon Fraser  <simon.fra...@apple.com>
+
+        Add the Web Authentication API as "Under Consideration".
+
+        * features.json:
+
 2017-02-22  Zalan Bujtas  <za...@apple.com>
 
         Simple line layout: Set the pagination strut on the flow when the first line does not fit the page.

Modified: trunk/Source/WebCore/features.json (212856 => 212857)


--- trunk/Source/WebCore/features.json	2017-02-22 23:12:59 UTC (rev 212856)
+++ trunk/Source/WebCore/features.json	2017-02-22 23:30:15 UTC (rev 212857)
@@ -1083,11 +1083,20 @@
             "status": "In Development"
         },
         "url": "https://www.w3.org/TR/webaudio/",
-        "keywords": ["audio, webaudio"],
+        "keywords": ["audio", "webaudio"],
         "description": "A high-level _javascript_ API for processing and synthesizing audio in web applications.",
         "comment": "WebKit's implementation does not match the current specification."
     },
     {
+        "name": "Web Authentication",
+        "status": {
+            "status": "Under Consideration"
+        },
+        "url": "https://w3c.github.io/webauthn/",
+        "keywords": ["authentication", "credentials"],
+        "description": "An API enabling the creation and use of strong, attested, cryptographic scoped credentials by web applications, for the purpose of strongly authenticating users."
+    },
+    {
         "name": "Web Bluetooth",
         "status": {
             "status": "Not Considering"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to