This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15441 - raises() is no longer part of WebIDL
Summary: raises() is no longer part of WebIDL
Status: RESOLVED LATER
Alias: None
Product: CSS
Classification: Unclassified
Component: Transforms (show other bugs)
Version: unspecified
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Simon Fraser
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 18:27 UTC by Aryeh Gregor
Modified: 2012-02-26 15:11 UTC (History)
6 users (show)

See Also:


Attachments

Description Aryeh Gregor 2012-01-06 18:27:08 UTC
In the CSSMatrix IDL, setMatrixValue() and inverse() both say raises(DOMException).  However, WebIDL removed raises() for the second LCWD on September 27, according to the changelog:

"Removed raises, setraises and getraises clauses since they do not add any value."
http://dev.w3.org/2006/webapi/WebIDL/

"raises(DOMException)" should just be removed from those two lines to make the IDL valid.
Comment 1 Dirk Schulze 2012-02-26 15:11:42 UTC
This was just necessary for CSSMatrix interface. This was delayed to CSS4 Transforms.