Bug 249685 - [CSS-Typed-OM] StylePropertyMap.set() should throw when trying to set a number for a property which doesn't allow it
Summary: [CSS-Typed-OM] StylePropertyMap.set() should throw when trying to set a numbe...
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-20 16:41 PST by Chris Dumez
Modified: 2022-12-22 07:53 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-20 16:41:30 PST
StylePropertyMap.set() should throw when trying to set a number for a property which doesn't allow it.

We previously relied on our CSS parser for validation. However, CSS parsing is more permissive than CSS Typed OM is some cases. In particular, the CSS parser will append "px" to numbers in some cases for properties that need a <length>. For CSS Typed OM, the type needs to match exactly:
- https://drafts.css-houdini.org/css-typed-om-1/#cssstylevalue-match-a-grammar
Comment 1 Chris Dumez 2022-12-20 16:47:08 PST
Pull request: https://github.com/WebKit/WebKit/pull/7945
Comment 2 EWS 2022-12-22 07:52:44 PST
Committed 258242@main (add3c9105b58): <https://commits.webkit.org/258242@main>

Reviewed commits have been landed. Closing PR #7945 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-12-22 07:53:15 PST
<rdar://problem/103638252>