<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Shadow DOM: Implement display: contents for slots"
   href="https://bugs.webkit.org/show_bug.cgi?id=149439#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Shadow DOM: Implement display: contents for slots"
   href="https://bugs.webkit.org/show_bug.cgi?id=149439">bug 149439</a>
              from <span class="vcard"><a class="email" href="mailto:koivisto&#64;iki.fi" title="Antti Koivisto &lt;koivisto&#64;iki.fi&gt;"> <span class="fn">Antti Koivisto</span></a>
</span></b>
        <pre><span class="quote">&gt; It's interesting that we have bit flags about m_childrenAffectedByHover and
&gt; m_childrenAffectedByLastChildRules
&gt; when there are three node flags of a similar stuff:
&gt;         ChildrenAffectedByFirstChildRulesFlag = 1 &lt;&lt; 25,
&gt;         ChildrenAffectedByLastChildRulesFlag = 1 &lt;&lt; 26,
&gt;         ChildrenAffectedByHoverRulesFlag = 1 &lt;&lt; 27,
&gt; perhaps we need to re-think about these bit flags...</span >

I think these are assumed to be more common. I'd like to move all style invalidation flags to a separate structure and out from Nodes themselves. They are not hot enough that we couldn't afford hash lookups.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>