Changeset 286495 in webkit


Ignore:
Timestamp:
Dec 3, 2021 9:19:47 AM (8 months ago)
Author:
Antti Koivisto
Message:

[:has() pseudo-class] Enable by default
https://bugs.webkit.org/show_bug.cgi?id=233809

Reviewed by Simon Fraser.

Flip the switch.

  • Scripts/Preferences/WebPreferencesExperimental.yaml:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r286465 r286495  
     12021-12-03  Antti Koivisto  <antti@apple.com>
     2
     3        [:has() pseudo-class] Enable by default
     4        https://bugs.webkit.org/show_bug.cgi?id=233809
     5
     6        Reviewed by Simon Fraser.
     7
     8        Flip the switch.
     9
     10        * Scripts/Preferences/WebPreferencesExperimental.yaml:
     11
    1122021-12-02  Per Arne Vollan  <pvollan@apple.com>
    213
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml

    r286419 r286495  
    609609  defaultValue:
    610610    WebKitLegacy:
    611       default: false
    612     WebKit:
    613       default: false
    614     WebCore:
    615       default: false
     611      default: true
     612    WebKit:
     613      default: true
     614    WebCore:
     615      default: true
    616616
    617617HighlightAPIEnabled:
Note: See TracChangeset for help on using the changeset viewer.