Bug 266614 - Unexpose non-standard `resize: auto` value
Summary: Unexpose non-standard `resize: auto` value
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar, WPTImpact
: 267516 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-12-18 18:56 PST by Ahmad Saleem
Modified: 2024-01-19 22:05 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.