Skip to content

Commit 2e0a18f

Browse files
committed
Enable CSS :open pseudo-class by default
https://bugs.webkit.org/show_bug.cgi?id=307509 rdar://170108337 Reviewed by Simon Fraser. It's now implemented for dialog, details & selects. * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Canonical link: https://commits.webkit.org/307295@main
1 parent 6e1bf02 commit 2e0a18f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5789,17 +5789,17 @@ OffscreenCanvasInWorkersEnabled:
57895789

57905790
OpenPseudoClassEnabled:
57915791
type: bool
5792-
status: testable
5792+
status: stable
57935793
humanReadableName: ":open pseudo-class"
57945794
humanReadableDescription: "Enable the :open CSS pseudo-class"
57955795
category: css
57965796
defaultValue:
57975797
WebKitLegacy:
5798-
default: false
5798+
default: true
57995799
WebKit:
5800-
default: false
5800+
default: true
58015801
WebCore:
5802-
default: false
5802+
default: true
58035803

58045804
OpenXRDMABufRelaxedForTesting:
58055805
type: bool

0 commit comments

Comments
 (0)