Title: [264738] trunk/Source/WebCore
Revision
264738
Author
j...@apple.com
Date
2020-07-22 18:37:19 -0700 (Wed, 22 Jul 2020)

Log Message

Add feature status for the focus-visible pseudo-selector
https://bugs.webkit.org/show_bug.cgi?id=214662

Reviewed by Darin Adler.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (264737 => 264738)


--- trunk/Source/WebCore/ChangeLog	2020-07-23 00:21:14 UTC (rev 264737)
+++ trunk/Source/WebCore/ChangeLog	2020-07-23 01:37:19 UTC (rev 264738)
@@ -1,3 +1,12 @@
+2020-07-22  Jon Davis  <j...@apple.com>
+
+        Add feature status for the focus-visible pseudo-selector
+        https://bugs.webkit.org/show_bug.cgi?id=214662
+
+        Reviewed by Darin Adler.
+
+        * features.json:
+
 2020-07-22  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Unreviewed, update feature status for async clipboard API

Modified: trunk/Source/WebCore/features.json (264737 => 264738)


--- trunk/Source/WebCore/features.json	2020-07-23 00:21:14 UTC (rev 264737)
+++ trunk/Source/WebCore/features.json	2020-07-23 01:37:19 UTC (rev 264738)
@@ -798,6 +798,21 @@
         }
     },
     {
+        "name": "CSS Selector :focus-visible",
+        "status": {
+            "status": "Under Consideration",
+            "enabled-by-default": false
+        },
+        "url": "https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo",
+        "specification": "CSS Selectors Level 4",
+        "description": "The selector :focus-visible matches an element that has received focus and the user-agent has determined that the focus should be made visible on the element.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "twitter": "@jonathandavis",
+            "email": "web-evangel...@apple.com"
+        }
+    },
+    {
         "name": "CSS Selector :focus-within",
         "status": {
             "status": "Supported",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to