Title: [215602] trunk/Source/WebCore
Revision
215602
Author
[email protected]
Date
2017-04-20 22:20:38 -0700 (Thu, 20 Apr 2017)

Log Message

Add Scroll Anchoring to features under consideration.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (215601 => 215602)


--- trunk/Source/WebCore/ChangeLog	2017-04-21 03:38:16 UTC (rev 215601)
+++ trunk/Source/WebCore/ChangeLog	2017-04-21 05:20:38 UTC (rev 215602)
@@ -1,3 +1,9 @@
+2017-04-20  Dean Jackson  <[email protected]>
+
+        Add Scroll Anchoring to features under consideration.
+
+        * features.json:
+
 2017-04-20  Konstantin Tokarev  <[email protected]>
 
         Remove unused lamda captures

Modified: trunk/Source/WebCore/features.json (215601 => 215602)


--- trunk/Source/WebCore/features.json	2017-04-21 03:38:16 UTC (rev 215601)
+++ trunk/Source/WebCore/features.json	2017-04-21 05:20:38 UTC (rev 215602)
@@ -979,6 +979,16 @@
         "comment": "The implementation does not support ReadableStreamBYOBReader."
     },
     {
+        "name": "Scroll Anchoring",
+        "status": {
+            "status": "Under Consideration"
+        },
+        "url": "https://wicg.github.io/ScrollAnchoring/",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=171099",
+        "keywords": ["scroll", "anchor"],
+        "category": "css"
+    },
+    {
         "name": "Shadow DOM",
         "status": {
             "status": "Supported",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to