Title: [281196] trunk/Source/WebCore
Revision
281196
Author
[email protected]
Date
2021-08-18 10:16:10 -0700 (Wed, 18 Aug 2021)

Log Message

Add Highlight API to features.json
https://bugs.webkit.org/show_bug.cgi?id=208226

Reviewed by Simon Fraser.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (281195 => 281196)


--- trunk/Source/WebCore/ChangeLog	2021-08-18 16:58:52 UTC (rev 281195)
+++ trunk/Source/WebCore/ChangeLog	2021-08-18 17:16:10 UTC (rev 281196)
@@ -1,3 +1,12 @@
+2021-08-18  Megan Gardner  <[email protected]>
+
+        Add Highlight API to features.json
+        https://bugs.webkit.org/show_bug.cgi?id=208226
+
+        Reviewed by Simon Fraser.
+
+        * features.json:
+
 2021-08-18  Jer Noble  <[email protected]>
 
         REGRESSION(r280723): Protected HLS + EME playback fails with "temporary error"

Modified: trunk/Source/WebCore/features.json (281195 => 281196)


--- trunk/Source/WebCore/features.json	2021-08-18 16:58:52 UTC (rev 281195)
+++ trunk/Source/WebCore/features.json	2021-08-18 17:16:10 UTC (rev 281196)
@@ -93,6 +93,17 @@
         "description": "Allows content to specify that an element’s subtree is independent of the rest of the page to allow for optimizations by the browser."
     },
     {
+        "name": "CSS Custom Highlight API Module Level 1",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": false
+        },
+        "url": "https://drafts.csswg.org/css-highlight-api-1/",
+        "keywords": ["css pseudo-element", "highlight"],
+        "category": "css",
+        "description": "A mechanism for styling arbitrary ranges of a document identified by script."
+    },
+    {
         "name": "CSS Font Display",
         "status": {
             "status": "Supported",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to