<?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>27406</bug_id>
          
          <creation_ts>2014-11-21 23:29:01 +0000</creation_ts>
          <short_desc>Update HTML to take into account shadow DOM implications</short_desc>
          <delta_ts>2016-03-25 13:38:18 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          <blocked>26365</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ian &apos;Hixie&apos; Hickson">ian</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>annevk</cc>
    
    <cc>dglazkov</cc>
    
    <cc>hayato</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>115325</commentid>
    <comment_count>0</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2014-11-21 23:29:01 +0000</bug_when>
    <thetext>We should go as follows:

&quot;In the document&quot;: 
  &lt;link&gt; (e.g. you don&apos;t want rel=import working from inside a shadow tree)

&quot;Being rendered&quot;:
  &lt;embed&gt;
  &lt;object&gt;
  focusable
  &lt;applet&gt;

&quot;Scoped to the current subtree&quot;:
  media controllers
  form control associations

&quot;In the document deeply&quot;:
  &lt;script&gt;
  &lt;command&gt; exposure
  accesskey
  &lt;dialog&gt;
  autofocus
  &lt;iframe&gt;, &lt;frame&gt;
  window.length
  inertness of browsing context container
  &lt;style&gt;
  &lt;video&gt; autopause
  whether autofill is canceled</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>115339</commentid>
    <comment_count>1</comment_count>
    <who name="">contributor</who>
    <bug_when>2014-11-22 00:03:00 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r8857.
Check-in comment: Add a reference for future use ([SHADOW]).
https://html5.org/tools/web-apps-tracker?from=8856&amp;to=8857</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116914</commentid>
    <comment_count>2</comment_count>
    <who name="Hayato Ito">hayato</who>
    <bug_when>2015-01-08 10:16:59 +0000</bug_when>
    <thetext>Hi Hixie,

I&apos;m taking a look at https://github.com/whatwg/html-mirror.
How do I update complete.html from source (and index?)?
What tools are you using to make complete.html?

The background: I&apos;m trying to fork the repository and make a pull-request, which is not intended to be merged, in a forked repository so that I can show the diff easily.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116927</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2015-01-08 18:44:01 +0000</bug_when>
    <thetext>Building the spec uses a bunch of hacky scripts I have on my machine, unfortunately.

If you make a diff against the source file at svn.whatwg.org/webapps I can merge it in and generate the spec. I do hope to do this relatively soon, I&apos;m sorry for the delay.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116941</commentid>
    <comment_count>4</comment_count>
    <who name="Hayato Ito">hayato</who>
    <bug_when>2015-01-09 04:56:25 +0000</bug_when>
    <thetext>(In reply to Ian &apos;Hixie&apos; Hickson from comment #3)
&gt; Building the spec uses a bunch of hacky scripts I have on my machine,
&gt; unfortunately.
&gt; 
&gt; If you make a diff against the source file at svn.whatwg.org/webapps I can
&gt; merge it in and generate the spec. I do hope to do this relatively soon, I&apos;m
&gt; sorry for the delay.

I got it. Thank you!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118193</commentid>
    <comment_count>5</comment_count>
    <who name="Hayato Ito">hayato</who>
    <bug_when>2015-02-27 06:41:17 +0000</bug_when>
    <thetext>Let me resume this work. My first target is &lt;style&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118548</commentid>
    <comment_count>6</comment_count>
    <who name="Hayato Ito">hayato</who>
    <bug_when>2015-03-12 10:44:33 +0000</bug_when>
    <thetext>Status update:

Before updating HTML, I&apos;ve started to add a tentative summary section to the Shadow spec.

https://github.com/w3c/webcomponents/commit/745bc85de232b3ef0a4bbcc9efc6f48605439cae

Let me summarize what changes are required to HTML in the Shadow DOM spec tentatively.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>125634</commentid>
    <comment_count>7</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2016-03-25 13:38:18 +0000</bug_when>
    <thetext>Closing this since we now have several dedicated GitHub issues that everyone in this thread is already copied on.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>