Bug 266614

Summary: Unexpose non-standard `resize: auto` value
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: akeerthi, karlcow, ntim, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar, WPTImpact
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/43989
https://bugs.chromium.org/p/chromium/issues/detail?id=1518675

Description Ahmad Saleem 2023-12-18 18:56:53 PST
Hi Team,

I am raising this bug to remove 'non-standard' CSS property:

resize: auto;

WPT Test Case: https://wpt.fyi/results/css/css-ui/parsing/resize-invalid.html?label=master&label=experimental&aligned=&q=resize

Only Firefox Nightly passes above. We have also update the 'resize: auto' use cases in UA Stylesheet (html.css) to 'resize: both' as per following:

https://drafts.csswg.org/css-ui-3/#default-style-sheet

Just wanted to raise, so we can track and fix it.

Thanks!
Comment 1 Tim Nguyen (:ntim) 2023-12-18 19:26:40 PST
You'd need to re-implement the TextAreasAreResizable preference using a different mechanism to make that happen (presumably using a separate UA stylesheet)
Comment 2 Radar WebKit Bug Importer 2023-12-25 18:57:12 PST
<rdar://problem/120138995>
Comment 3 Tim Nguyen (:ntim) 2024-01-14 16:59:42 PST
*** Bug 267516 has been marked as a duplicate of this bug. ***
Comment 4 Tim Nguyen (:ntim) 2024-01-14 17:31:38 PST
Pull request: https://github.com/WebKit/WebKit/pull/22766
Comment 5 Tim Nguyen (:ntim) 2024-01-14 17:35:16 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/43989
Comment 6 EWS 2024-01-15 02:35:40 PST
Committed 273035@main (b829c58e7414): <https://commits.webkit.org/273035@main>

Reviewed commits have been landed. Closing PR #22766 and removing active labels.