Title: [205829] trunk/Source/WebCore
Revision
205829
Author
simon.fra...@apple.com
Date
2016-09-12 15:05:54 -0700 (Mon, 12 Sep 2016)

Log Message

Add Intersection Observer to the features.json file.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (205828 => 205829)


--- trunk/Source/WebCore/ChangeLog	2016-09-12 22:01:13 UTC (rev 205828)
+++ trunk/Source/WebCore/ChangeLog	2016-09-12 22:05:54 UTC (rev 205829)
@@ -1,3 +1,9 @@
+2016-09-12  Simon Fraser  <simon.fra...@apple.com>
+
+        Add Intersection Observer to the features.json file.
+
+        * features.json:
+
 2016-09-12  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [Cocoa] Reduce uses of CGFonts in favor of CTFonts

Modified: trunk/Source/WebCore/features.json (205828 => 205829)


--- trunk/Source/WebCore/features.json	2016-09-12 22:01:13 UTC (rev 205828)
+++ trunk/Source/WebCore/features.json	2016-09-12 22:05:54 UTC (rev 205829)
@@ -196,6 +196,16 @@
         }
     },
     {
+        "name": "Intersection Observer",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://wicg.github.io/IntersectionObserver/",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=159475",
+        "keywords": ["intersection", "intersection observer"],
+        "description": "An API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport."
+    },
+    {
         "name": "Preload",
         "status": {
             "status": "In Development",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to