[Webkit-unassigned] [Bug 190069] New: Replace every use of Node::offsetInCharacters() by Node::isCharacterDataNode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 21:39:48 PDT 2018


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

            Bug ID: 190069
           Summary: Replace every use of Node::offsetInCharacters() by
                    Node::isCharacterDataNode()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com, wenson_hsieh at apple.com

The implementation of Node::offsetInCharacters() is identical to Node::isCharacterDataNode().

It's super confusing because offsetInCharacters() sounds like a function
which returns the number of characters in the node, or some kind of an offset within the characters.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180928/0d089025/attachment.html>


More information about the webkit-unassigned mailing list