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    

Dirk Schulze
Reported 2013-02-16 22:07:08 PST
Deprecate WebKitCSSMatrix in favor for a new interface for matrices.
Attachments
Simon Pieters (:zcorpan)
Comment 1 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
Anne van Kesteren
Comment 2 2023-12-28 09:01:21 PST
Looks to be in order given LegacyWindowAlias=WebKitCSSMatrix in DOMMatrix.idl.
Note You need to log in before you can comment on or make changes to this bug.