[Webkit-unassigned] [Bug 63040] [meta] positionIsOffsetInAnchor should only accept text nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 28 19:34:22 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=63040

--- Comment #4 from Levi Weintraub <leviw at chromium.org> ---
(In reply to comment #3)
> It seems there are no alternative way to represent child node other than
> PositionIsOffsetInAnchor.
> 
> What do you mind to represent child node w/o PositionIsOffsetInAnchor?

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

PositionIsBeforeAnchor,
PositionIsAfterAnchor,
PositionIsBeforeChildren,
PositionIsAfterChildren,

This avoids having to walk the child list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150629/5d53e7a6/attachment.html>


More information about the webkit-unassigned mailing list