Skip to content

Commit 38528ac

Browse files
committed
Enhanced <select>: enable by default
https://bugs.webkit.org/show_bug.cgi?id=307819 rdar://170328089 Reviewed by Simon Fraser. * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Canonical link: https://commits.webkit.org/307548@main
1 parent c9b2572 commit 38528ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3441,17 +3441,17 @@ GridLanesEnabled:
34413441

34423442
HTMLEnhancedSelectEnabled:
34433443
type: bool
3444-
status: testable
3445-
category: css
3444+
status: stable
3445+
category: dom
34463446
humanReadableName: "Enhanced HTML select element"
34473447
humanReadableDescription: "Enable enhanced HTML select element"
34483448
defaultValue:
34493449
WebKitLegacy:
3450-
default: false
3450+
default: true
34513451
WebKit:
3452-
default: false
3452+
default: true
34533453
WebCore:
3454-
default: false
3454+
default: true
34553455

34563456
HTMLEnhancedSelectParsingEnabled:
34573457
type: bool

0 commit comments

Comments
 (0)