Skip to content

Commit

Permalink
[Cocoa] Enable vertical writing mode for form controls
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264692
rdar://118283277

Reviewed by Tim Nguyen.

Enable support for the `vertical-lr` and `vertical-rl` `writing-mode` values
on `<button>`, `<textarea>`, `<progress>`, `<meter>`, `<input>`, and `<select>`
elements.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/270647@main
  • Loading branch information
pxlcoder committed Nov 13, 2023
1 parent 7c1250d commit 4395f5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7051,16 +7051,19 @@ VerifyWindowOpenUserGestureFromUIProcess:

VerticalFormControlsEnabled:
type: bool
status: testable
status: stable
category: html
humanReadableName: "Vertical form control support"
humanReadableDescription: "Enable support for form controls in vertical writing mode"
defaultValue:
WebKitLegacy:
"PLATFORM(COCOA)": true
default: false
WebKit:
"PLATFORM(COCOA)": true
default: false
WebCore:
"PLATFORM(COCOA)": true
default: false

VideoFullscreenRequiresElementFullscreen:
Expand Down

0 comments on commit 4395f5a

Please sign in to comment.