<?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>24258</bug_id>
          
          <creation_ts>2014-01-09 19:24:56 +0000</creation_ts>
          <short_desc>&quot;When a ProcessingInstruction node node is inser...&quot;</short_desc>
          <delta_ts>2014-01-10 08:15:51 +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="Ian &apos;Hixie&apos; Hickson">ian</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>98222</commentid>
    <comment_count>0</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2014-01-09 19:24:56 +0000</bug_when>
    <thetext>http://dev.w3.org/csswg/cssom/#requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction

[[
When a ProcessingInstruction node node is inserted to a document, removed from a document, becomes part of the prolog, is no longer part of the prolog [...]
]]

don&apos;t the first two there subsume the last two entirely?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>98227</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2014-01-09 21:15:00 +0000</bug_when>
    <thetext>No, consider e.g.:

&lt;root&gt;
 &lt;script xmlns=&apos;http://www.w3.org/1999/xhtml&apos;&gt;
  onload = function() {
    document.appendChild(document.documentElement);
  }
 &lt;/script&gt;
&lt;/root&gt;
&lt;?xml-stylesheet ...?&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>98250</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2014-01-10 08:15:51 +0000</bug_when>
    <thetext>But the first two appear to be unnecessary.

https://dvcs.w3.org/hg/csswg/rev/371b1b635ae6</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>