<?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>17608</bug_id>
          
          <creation_ts>2012-06-26 19:09:28 +0000</creation_ts>
          <short_desc>[Shadow]: contenteditable for distributed nodes</short_desc>
          <delta_ts>2012-07-27 22:29:01 +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>All</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="Hayato Ito">hayato</reporter>
          <assigned_to name="Dimitri Glazkov">dglazkov</assigned_to>
          <cc>shinyak</cc>
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>69429</commentid>
    <comment_count>0</comment_count>
    <who name="Hayato Ito">hayato</who>
    <bug_when>2012-06-26 19:09:28 +0000</bug_when>
    <thetext>Suppose the following tree:

&lt;div id=&apos;host&apos; contenteditable&gt;
  -- &lt;shadow-root&gt;
          &lt;div id=&apos;node-in-shadow-root&apos;&gt;
              &lt;content /&gt;
          &lt;/div&gt;
  &lt;div id=&apos;child-of-host&apos;&gt;hello&lt;/div&gt;
&lt;/div&gt;

&quot;8.4 Editing&quot; says &apos;The value of the contenteditable attribute must not propagate from shadow host to its shadow DOM subtrees.&apos;

My question is &apos;Does the contenteditable attribute propagate from shadow host to its child node which is distributed into an insertion point?&apos;.

My understanding is it should propagate. So the result should be:

#host: contenteditable
#node-in-shadowroot:  Is not contenteditable
#child-of-host: contentediable

Is my interpretation correct?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>71628</commentid>
    <comment_count>1</comment_count>
    <who name="Dimitri Glazkov">dglazkov</who>
    <bug_when>2012-07-27 22:28:21 +0000</bug_when>
    <thetext>Yes, it does! Do we need additional language to make the spec more clear?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>71629</commentid>
    <comment_count>2</comment_count>
    <who name="Dimitri Glazkov">dglazkov</who>
    <bug_when>2012-07-27 22:29:01 +0000</bug_when>
    <thetext>Please reopen if more work is needed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>