Bug 110048

Summary: Deprecate WebKitCSSMatrix
Product: WebKit Reporter: Dirk Schulze <krit>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: annevk, clopez, dino, simon.fraser, syoichi, zcorpan
Priority: P2 Keywords: WebExposed
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=153675
Bug Depends on:    
Bug Blocks: 110001    

Description Dirk Schulze 2013-02-16 22:07:08 PST
Deprecate WebKitCSSMatrix in favor for a new interface for matrices.
Comment 1 Simon Pieters (:zcorpan) 2017-05-16 14:40:06 PDT
We can't get rid of it, there's too much web content using WebKitCSSMatrix (all browsers now support it in some way). But per spec window.WebKitCSSMatrix should be an alias for DOMMatrix.

Also see https://github.com/heycam/webidl/issues/362
Comment 2 Anne van Kesteren 2023-12-28 09:01:21 PST
Looks to be in order given LegacyWindowAlias=WebKitCSSMatrix in DOMMatrix.idl.