Bug 249482 - Stop allowing numbers during parsing of baseline-shift CSS property
Summary: Stop allowing numbers during parsing of baseline-shift CSS property
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 175733
  Show dependency treegraph
 
Reported: 2022-12-16 09:41 PST by Chris Dumez
Modified: 2022-12-16 16:27 PST (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 Chris Dumez 2022-12-16 09:41:24 PST
Stop allowing numbers during parsing of baseline-shift CSS property. 

Per the specification, we should allow <length-percentage>, not <number>:
- https://w3c.github.io/csswg-drafts/css-inline/#baseline-shift-property
Comment 1 Chris Dumez 2022-12-16 09:42:51 PST
Pull request: https://github.com/WebKit/WebKit/pull/7759
Comment 2 EWS 2022-12-16 16:25:47 PST
Committed 258025@main (5e3c6ae37450): <https://commits.webkit.org/258025@main>

Reviewed commits have been landed. Closing PR #7759 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-12-16 16:27:18 PST
<rdar://problem/103465534>