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 29465 - Remove cascadedStyle/defaultStyle/rawComputedStyle/usedStyle
Summary: Remove cascadedStyle/defaultStyle/rawComputedStyle/usedStyle
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-15 15:58 UTC by Simon Pieters
Modified: 2016-02-15 16:00 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2016-02-15 15:58:44 UTC
https://drafts.csswg.org/cssom/#the-getstyleutils-interface

[[
[NoInterfaceObject]
interface GetStyleUtils {
  [SameObject] readonly attribute CSSStyleDeclaration cascadedStyle;
  [SameObject] readonly attribute CSSStyleDeclaration defaultStyle;
  [SameObject] readonly attribute CSSStyleDeclaration rawComputedStyle;
  [SameObject] readonly attribute CSSStyleDeclaration usedStyle;
};
]]

It appears these are not going to be implemented. Drop them from the spec.