Title: [213178] trunk/Source/WebCore
Revision
213178
Author
simon.fra...@apple.com
Date
2017-02-28 15:01:12 -0800 (Tue, 28 Feb 2017)

Log Message

Add Geolocation and DeviceOrientation to features.json

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (213177 => 213178)


--- trunk/Source/WebCore/ChangeLog	2017-02-28 22:49:19 UTC (rev 213177)
+++ trunk/Source/WebCore/ChangeLog	2017-02-28 23:01:12 UTC (rev 213178)
@@ -1,3 +1,9 @@
+2017-02-28  Simon Fraser  <simon.fra...@apple.com>
+
+        Add Geolocation and DeviceOrientation to features.json 
+
+        * features.json:
+
 2017-02-28  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Data interaction should support attachment elements

Modified: trunk/Source/WebCore/features.json (213177 => 213178)


--- trunk/Source/WebCore/features.json	2017-02-28 22:49:19 UTC (rev 213177)
+++ trunk/Source/WebCore/features.json	2017-02-28 23:01:12 UTC (rev 213178)
@@ -251,6 +251,17 @@
         "category": "html"
     },
     {
+        "name": "DeviceOrientation Events",
+        "status": {
+            "status": "Done",
+            "enabled-by-default": true
+        },
+        "description": "DOM events that provide information about the physical orientation and motion of a hosting device.",
+        "url": "https://w3c.github.io/deviceorientation/spec-source-orientation.html",
+        "keywords": ["device orientation", "devicemotion", "acceleration", "rotation"],
+        "comment": "compassHeading and compassAccuracy are only available on iOS devices"
+    },
+    {
         "name": "Encoding",
         "status": {
             "status": "Done",
@@ -289,6 +300,15 @@
         "category": "css"
     },
     {
+        "name": "Geolocation API",
+        "status": {
+            "status": "Done",
+            "enabled-by-default": true
+        },
+        "description": "An API that provides scripted access to geographical location information associated with the hosting device.",
+        "url": "https://www.w3.org/TR/geolocation-API/"
+    },
+    {
         "name": "Geometry Interfaces",
         "url": "https://drafts.fxtf.org/geometry/",
         "keywords": ["geometry", "dompointreadonly", "dompoint", "domrectreadonly", "domrect", "domquad", "dommatrixreadonly", "dommatrix"],
@@ -1071,7 +1091,7 @@
     {
         "name": "ViewportAPI",
         "status": {
-        	"status": "Under Consideration"
+            "status": "Under Consideration"
         },
         "url": "https://github.com/WICG/ViewportAPI",
         "description": "A proposal to add explicit APIs to the Web for querying and setting the visual viewport.",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to