<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>29433</bug_id>
          
          <creation_ts>2016-02-08 15:29:50 +0000</creation_ts>
          <short_desc>CSSRule#cssText setter should do nothing</short_desc>
          <delta_ts>2016-02-08 15:43:33 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSS</product>
          <component>CSSOM</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Pieters">zcorpan</reporter>
          <assigned_to name="Simon Pieters">zcorpan</assigned_to>
          
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>124906</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2016-02-08 15:29:50 +0000</bug_when>
    <thetext>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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>124907</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2016-02-08 15:43:33 +0000</bug_when>
    <thetext>https://github.com/w3c/csswg-drafts/commit/9f8435ab9f8b2a6ab76e54d2cfd06bec4526ea5a</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>