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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 28 21:52:56 PDT 2015


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

--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to comment #6)
> >> What do you mind to represent child node w/o PositionIsOffsetInAnchor?
> > Performance.
> 
> Oops, my question is unclear.
> How do we represent a position at child node w/o PositionIsOffsetInAnchor?
> Use LegacyEditingPosition?

Use BeforeChildren, AfterChildren, BeforeAnchor, or AfterAnchor (for the latter two, you need to change the anchor node since we're no longer anchoring at the parent)

-- 
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/937f1d30/attachment.html>


More information about the webkit-unassigned mailing list