Title: [264712] trunk/Source/WebCore
Revision
264712
Author
[email protected]
Date
2020-07-22 11:23:46 -0700 (Wed, 22 Jul 2020)

Log Message

Update feature status to include the inert attribute
https://bugs.webkit.org/show_bug.cgi?id=214644

Reviewed by Darin Adler.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (264711 => 264712)


--- trunk/Source/WebCore/ChangeLog	2020-07-22 18:16:40 UTC (rev 264711)
+++ trunk/Source/WebCore/ChangeLog	2020-07-22 18:23:46 UTC (rev 264712)
@@ -1,3 +1,12 @@
+2020-07-22  Jon Davis  <[email protected]>
+
+        Update feature status to include the inert attribute
+        https://bugs.webkit.org/show_bug.cgi?id=214644
+
+        Reviewed by Darin Adler.
+
+        * features.json:
+
 2020-07-22  Jer Noble  <[email protected]>
 
         [macOS] Adopt AVPlayer.videoRangeOverride

Modified: trunk/Source/WebCore/features.json (264711 => 264712)


--- trunk/Source/WebCore/features.json	2020-07-22 18:16:40 UTC (rev 264711)
+++ trunk/Source/WebCore/features.json	2020-07-22 18:23:46 UTC (rev 264712)
@@ -1454,6 +1454,23 @@
         "description": "An an API for securely providing access to Universal Serial Bus devices from web pages."
     },
     {
+        "name": "inert attribute",
+        "status": {
+            "status": "Under Consideration",
+            "enabled-by-default": false
+        },
+        "url": "https://whatpr.org/html/4288/interaction.html#the-inert-attribute",
+        "documentation-url": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=165279",
+        "specification": "DOM",
+        "description": "An attribute that flags a node as inert to tell the user-agent to ignore the node for targeting user interaction events such as selecting text in the node, or find-in-page text search.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "twitter": "@jonathandavis",
+            "email": "[email protected]"
+        }
+    },
+    {
         "name": "requestIdleCallback",
         "status": {
             "status": "Under Consideration"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to