RESOLVED FIXED 246960
Fix at-font-face-descriptors.html to not expect clamped specified value for font-style
https://bugs.webkit.org/show_bug.cgi?id=246960
Summary Fix at-font-face-descriptors.html to not expect clamped specified value for f...
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.