Title: [202513] trunk/Source/WebCore
Revision
202513
Author
[email protected]
Date
2016-06-27 14:44:39 -0700 (Mon, 27 Jun 2016)

Log Message

Add :focus-within to the status page

Patch by Benjamin Poulain <[email protected]> on 2016-06-27

* features.json:
I forgot to update the json file when landing the feature.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (202512 => 202513)


--- trunk/Source/WebCore/ChangeLog	2016-06-27 21:36:19 UTC (rev 202512)
+++ trunk/Source/WebCore/ChangeLog	2016-06-27 21:44:39 UTC (rev 202513)
@@ -1,3 +1,10 @@
+2016-06-27  Benjamin Poulain  <[email protected]>
+
+        Add :focus-within to the status page
+
+        * features.json:
+        I forgot to update the json file when landing the feature.
+
 2016-06-27  Eric Carlson  <[email protected]>
 
         [Mac] PiP placeholder should remain visible when 'controls' attribute is removed

Modified: trunk/Source/WebCore/features.json (202512 => 202513)


--- trunk/Source/WebCore/features.json	2016-06-27 21:36:19 UTC (rev 202512)
+++ trunk/Source/WebCore/features.json	2016-06-27 21:44:39 UTC (rev 202513)
@@ -325,6 +325,22 @@
         "description": "The selector :lang() is extended in level 4 to support a list of language range, each range can contain a wildcard. For example: p:lang(\"*-be\", \"en\")."
     },
     {
+        "name": "CSS Selector :focus-within",
+        "status": {
+            "status": "Done",
+            "enabled-by-default": true
+        },
+        "url": "https://drafts.csswg.org/selectors-4/#the-focus-within-pseudo",
+        "webkit-url": "https://trac.webkit.org/changeset/202358",
+        "specification": "CSS Selectors Level 4",
+        "description": "The selector :focus-within matches an element if the element or a descendant has the focus.",
+        "contact": {
+            "name": "Benjamin Poulain",
+            "twitter": "@awfulben",
+            "email": "[email protected]"
+        }
+    },
+    {
         "name": "CSS Selector :matches()",
         "status": {
             "status": "Done",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to