- From: <bugzilla@jessica.w3.org>
- Date: Mon, 15 Feb 2016 15:58:44 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29465 Bug ID: 29465 Summary: Remove cascadedStyle/defaultStyle/rawComputedStyle/usedStyle Product: CSS Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: CSSOM Assignee: simonp@opera.com Reporter: simonp@opera.com QA Contact: public-css-bugzilla@w3.org Target Milestone: --- 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. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 15 February 2016 15:58:47 UTC