Changeset 282987 in webkit


Ignore:
Timestamp:
Sep 23, 2021 12:45:31 PM (10 months ago)
Author:
mmaxfield@apple.com
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:
Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r282905 r282987  
     12021-09-23  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Web Inspector support for font-palette
     4        https://bugs.webkit.org/show_bug.cgi?id=230453
     5
     6        Reviewed by Devin Rousso.
     7
     8        Provide keyword completions.
     9
     10        * UserInterface/Models/CSSKeywordCompletions.js:
     11
    1122021-09-22  Devin Rousso  <drousso@apple.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js

    r280588 r282987  
    542542        "accumulate", "new"
    543543    ],
     544    "font-palette": [
     545        "none", "normal", "light", "dark"
     546    ],
    544547    "hanging-punctuation": [
    545548        "none", "first", "last", "allow-end", "force-end"
Note: See TracChangeset for help on using the changeset viewer.