<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: AccessibilityRenderObject is adding duplicated children when CSS first-letter is being used."
   href="https://bugs.webkit.org/show_bug.cgi?id=160155#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: AccessibilityRenderObject is adding duplicated children when CSS first-letter is being used."
   href="https://bugs.webkit.org/show_bug.cgi?id=160155">bug 160155</a>
              from <span class="vcard"><a class="email" href="mailto:n_wang&#64;apple.com" title="Nan Wang &lt;n_wang&#64;apple.com&gt;"> <span class="fn">Nan Wang</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=160155#c6">comment #6</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=284464&amp;action=diff" name="attach_284464" title="patch">attachment 284464</a> <a href="attachment.cgi?id=284464&amp;action=edit" title="patch">[details]</a></span>
&gt; patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=284464&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=284464&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebCore/accessibility/AccessibilityRenderObject.cpp:226
&gt; &gt; +    // Sometimes with CSS first-letter selector, we were adding the same text node twice.
&gt; 
&gt; sorry to be a jerk, but this seems like it should be in
&gt; firstChildConsideringContinuation shouldn't it
&gt; 
&gt; also if firstChild() returns null, how will nextSibling() be called</span >

I think in this case we don't want to add children for the inline element continuation. The real node will be handled in its parent level.</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>