Bug 246960

Summary: Fix at-font-face-descriptors.html to not expect clamped specified value for font-style
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/36629
Bug Depends on:    
Bug Blocks: 246579    

Tim Nguyen (:ntim)
Reported 2022-10-24 14:01:41 PDT
css/css-fonts/variations/at-font-face-descriptors.html assumes `font-style: oblique calc(91deg)` gets serialized to `font-style: oblique 90deg` in the specified style, which should not be the case according to the spec: https://drafts.csswg.org/css-values-3/#calc-range > (Clamping is not performed on specified values.)
Attachments
Radar WebKit Bug Importer
Comment 1 2022-10-24 15:05:05 PDT
Tim Nguyen (:ntim)
Comment 2 2022-10-24 15:06:24 PDT
Tim Nguyen (:ntim)
Comment 3 2022-10-24 15:07:25 PDT
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/36629
EWS
Comment 4 2022-10-24 21:50:12 PDT
Committed 255943@main (c3e93693835f): <https://commits.webkit.org/255943@main> Reviewed commits have been landed. Closing PR #5716 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.