[Webkit-unassigned] [Bug 265083] New: Sync 'setBaseAndExtent' in Selection.idl with Web Specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 18 04:35:07 PST 2023


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

            Bug ID: 265083
           Summary: Sync 'setBaseAndExtent' in Selection.idl with Web
                    Specification
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: wenson_hsieh at apple.com

Hi Team,

It is spin-off bug from bug 264991 about following:

Current:

undefined setBaseAndExtent(Node? baseNode, unsigned long baseOffset, Node? extentNode, unsigned long extentOffset);

but Web-Spec has following:

undefined setBaseAndExtent(Node anchorNode, unsigned long anchorOffset, Node focusNode, unsigned long focusOffset);

___

Web-Spec: https://w3c.github.io/selection-api/#selection-interface

It is to track this and update.

Thanks!

-- 
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/20231118/b9cf1e2e/attachment.htm>


More information about the webkit-unassigned mailing list