<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [meta] positionIsOffsetInAnchor should only accept text nodes"
   href="https://bugs.webkit.org/show_bug.cgi?id=63040#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [meta] positionIsOffsetInAnchor should only accept text nodes"
   href="https://bugs.webkit.org/show_bug.cgi?id=63040">bug 63040</a>
              from <span class="vcard"><a class="email" href="mailto:leviw&#64;chromium.org" title="Levi Weintraub &lt;leviw&#64;chromium.org&gt;"> <span class="fn">Levi Weintraub</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=63040#c8">comment #8</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=63040#c7">comment #7</a>)
&gt; &gt; (In reply to <a href="show_bug.cgi?id=63040#c6">comment #6</a>)
&gt; &gt; &gt; &gt;&gt; What do you mind to represent child node w/o PositionIsOffsetInAnchor?
&gt; &gt; &gt; &gt; Performance.
&gt; &gt; &gt; 
&gt; &gt; &gt; Oops, my question is unclear.
&gt; &gt; &gt; How do we represent a position at child node w/o PositionIsOffsetInAnchor?
&gt; &gt; &gt; Use LegacyEditingPosition?
&gt; &gt; 
&gt; &gt; Use BeforeChildren, AfterChildren, BeforeAnchor, or AfterAnchor (for the
&gt; &gt; latter two, you need to change the anchor node since we're no longer
&gt; &gt; anchoring at the parent)
&gt; 
&gt; Thanks for explanation. So, you want to avoid computing node index. But, why
&gt; not use RangeBoundaryPoint?</span >

It's not only about *computing* the node index, it's about finding the child nodes when you just have a pointer to the parent node and index. If you have a position between two non-text nodes in a node list with 1000 siblings, just having [parent, 500] will be very expensive...

<span class="quote">&gt; It seems AnchorType introduces complexity in Position class.</span ></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>