Title: [282987] trunk/Source/WebInspectorUI
Revision
282987
Author
[email protected]
Date
2021-09-23 12:45:31 -0700 (Thu, 23 Sep 2021)

Log Message

Web Inspector support for font-palette
https://bugs.webkit.org/show_bug.cgi?id=230453

Reviewed by Devin Rousso.

Provide keyword completions.

* UserInterface/Models/CSSKeywordCompletions.js:

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (282986 => 282987)


--- trunk/Source/WebInspectorUI/ChangeLog	2021-09-23 19:26:59 UTC (rev 282986)
+++ trunk/Source/WebInspectorUI/ChangeLog	2021-09-23 19:45:31 UTC (rev 282987)
@@ -1,3 +1,14 @@
+2021-09-23  Myles C. Maxfield  <[email protected]>
+
+        Web Inspector support for font-palette
+        https://bugs.webkit.org/show_bug.cgi?id=230453
+
+        Reviewed by Devin Rousso.
+
+        Provide keyword completions.
+
+        * UserInterface/Models/CSSKeywordCompletions.js:
+
 2021-09-22  Devin Rousso  <[email protected]>
 
         Web Inspector: add a pinned [+] button to the tab bar to make it easier to re-open closed tabs

Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js (282986 => 282987)


--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js	2021-09-23 19:26:59 UTC (rev 282986)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js	2021-09-23 19:45:31 UTC (rev 282987)
@@ -541,6 +541,9 @@
     "enable-background": [
         "accumulate", "new"
     ],
+    "font-palette": [
+        "none", "normal", "light", "dark"
+    ],
     "hanging-punctuation": [
         "none", "first", "last", "allow-end", "force-end"
     ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to