Bug 249823

Summary: Fix css/css-typed-om/the-stylepropertymap/properties/opacity.html WPT test
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: CSSAssignee: Chris Dumez <cdumez>
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/37663
Bug Depends on:    
Bug Blocks: 175733    

Description Chris Dumez 2022-12-22 15:49:10 PST
Fix css/css-typed-om/the-stylepropertymap/properties/opacity.html WPT test to match the specification:
- https://w3c.github.io/csswg-drafts/css-color/#transparency

The `opacity` property should allow percentages and these percentages should get converted to a number in the [0, 1] range in the computed value.
Comment 1 Chris Dumez 2022-12-22 15:50:31 PST
Pull request: https://github.com/WebKit/WebKit/pull/8033
Comment 2 EWS 2022-12-23 09:49:57 PST
Committed 258299@main (c2f53e711423): <https://commits.webkit.org/258299@main>

Reviewed commits have been landed. Closing PR #8033 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-12-23 09:50:22 PST
<rdar://problem/103672351>