<?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>20693</bug_id>
          
          <creation_ts>2013-01-17 10:40:53 +0000</creation_ts>
          <short_desc>[Shadow]: Incorrect specification for ShadowRoot.olderShadowRoot attribute</short_desc>
          <delta_ts>2013-05-07 22:50:56 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>HISTORICAL - Component Model</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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>
          
          <blocked>18428</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Aleksei Yu.Semenov">a.semenov</reporter>
          <assigned_to name="Dimitri Glazkov">dglazkov</assigned_to>
          
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>81518</commentid>
    <comment_count>0</comment_count>
    <who name="Aleksei Yu.Semenov">a.semenov</who>
    <bug_when>2013-01-17 10:40:53 +0000</bug_when>
    <thetext>The Shadow DOM specification reads:

&quot;10.5 The shadow HTML element
....
Attributes
    olderShadowRoot of type ShadowRoot
        Represents the shadow tree that is rendered in place of this shadow insertion point
        On getting, the attribute must return a result that is equivalent to running the following steps:
        1. Let TREE be the shadow tree that contains the context object
        2. If TREE does not exist, return null.
&quot;

This text seems to be incorrect.
If TREE (which contains the shadow HTML element) does not exist, the shadow element does not exist too. So it is not possible to read its attribute olderShadowRoot.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81519</commentid>
    <comment_count>1</comment_count>
    <who name="Aleksei Yu.Semenov">a.semenov</who>
    <bug_when>2013-01-17 10:42:18 +0000</bug_when>
    <thetext>The URL of the Shadow DOM spec: http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87393</commentid>
    <comment_count>2</comment_count>
    <who name="Dimitri Glazkov">dglazkov</who>
    <bug_when>2013-05-07 22:50:48 +0000</bug_when>
    <thetext>I can have a &lt;shadow&gt; element outside of a shadow tree, right?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>