<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#c4">Comment # 4</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#c3">comment #3</a>)
<span class="quote">&gt; It seems there are no alternative way to represent child node other than
&gt; PositionIsOffsetInAnchor.
&gt; 
&gt; What do you mind to represent child node w/o PositionIsOffsetInAnchor?</span >

For non-text nodes, we want to use the other types: 

PositionIsBeforeAnchor,
PositionIsAfterAnchor,
PositionIsBeforeChildren,
PositionIsAfterChildren,

This avoids having to walk the child list.</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>