Bug 110048 - Deprecate WebKitCSSMatrix
Summary: Deprecate WebKitCSSMatrix
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: WebExposed
Depends on:
Blocks: 110001
  Show dependency treegraph
 
Reported: 2013-02-16 22:07 PST by Dirk Schulze
Modified: 2023-12-28 09:01 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.