Bug 259311 - [contain-intrinsic-size] Correct "auto none" support
Summary: [contain-intrinsic-size] Correct "auto none" support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rob Buis
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-18 10:38 PDT by Rob Buis
Modified: 2023-07-18 13:36 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Buis 2023-07-18 10:38:28 PDT
r265617 incorrectly changed some places where
writing mode was being taken into account, fix
that by introducing containIntrinsicLogical(Width|Height)HasAuto
methods and using them instead of containIntrinsic*(Width|Height)HasAuto.
Comment 1 Rob Buis 2023-07-18 10:42:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15812
Comment 2 Radar WebKit Bug Importer 2023-07-18 10:42:47 PDT
<rdar://problem/112479718>
Comment 3 EWS 2023-07-18 13:36:32 PDT
Committed 266136@main (c42f4ea8948a): <https://commits.webkit.org/266136@main>

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