- From: <bugzilla@jessica.w3.org>
- Date: Mon, 08 Feb 2016 15:29:50 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29433
Bug ID: 29433
Summary: CSSRule#cssText setter should do nothing
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/#dom-cssrule-csstext
[[
On setting the cssText attribute these steps must be run:
Let new rule be the returned value of parsing the value.
If new rule is a syntax error, terminate this algorithm.
If the type of new rule does not match the type of the current object throw an
InvalidModificationError exception.
Replace the current object with new rule.
]]
In WebKit/Blink/Gecko/IE11 the setter exists but does nothing. Align with
reality.
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3873
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 8 February 2016 15:29:52 UTC