Bug 271706

Summary: [css-align] Fix serialization of place-content/items/self properties
Product: WebKit Reporter: Karl Dubost <karlcow>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: ntim, webkit-bug-importer
Priority: P2 Keywords: BrowserCompat, InRadar, WPTImpact
Version: Safari 17   
Hardware: Unspecified   
OS: Unspecified   
URL: https://wpt.fyi/results/css/css-align/parsing/place-content-computed.html

Karl Dubost
Reported 2024-03-26 07:20:59 PDT
With <div id="target" style="place-content: normal;">foo</div> And const target = document.querySelector('#target'); target.style.cssText; target.style.getPropertyValue('place-content'); window.getComputedStyle(target).placeContent; Safari cssText: "align-content: normal; justify-content: normal;" getPropertyValue: "normal" getComputedStyle: "normal normal" Firefox cssText: "place-content: normal;" getPropertyValue: "normal" getComputedStyle: "normal" Chrome cssText: "place-content: normal;" getPropertyValue: "normal" getComputedStyle: "normal"
Attachments
Radar WebKit Bug Importer
Comment 1 2024-03-26 07:21:11 PDT
Tim Nguyen (:ntim)
Comment 2 2024-07-27 22:14:29 PDT
EWS
Comment 3 2024-07-28 19:37:29 PDT
Committed 281476@main (e095068eb230): <https://commits.webkit.org/281476@main> Reviewed commits have been landed. Closing PR #31358 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.