[Webkit-unassigned] [Bug 266893] New: Sync 'DataTransfer*' with IDL Web Specification
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 26 10:23:01 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266893
Bug ID: 266893
Summary: Sync 'DataTransfer*' with IDL Web Specification
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
Hi Team,
While looking into 'DataTransfer' related failures, I noted that we have few stuff to sync with web-specification:
Source/WebCore/dom/DataTransfer.idl:
-> Add web-spec link: https://html.spec.whatwg.org/multipage/dnd.html#the-datatransfer-interface
Source/WebCore/dom/DataTransferItem.idl:
-> Add web-spec link: https://html.spec.whatwg.org/multipage/dnd.html#the-datatransferitem-interface
-> Change following: File getAsFile(); to File? getAsFile();
Source/WebCore/dom/DataTransferItemList.idl:
-> Add web-spec link: https://html.spec.whatwg.org/multipage/dnd.html#the-datatransferitemlist-interface
-> Change following: readonly attribute long length; to readonly attribute unsigned long length;
-> Change following: getter DataTransferItem item(unsigned long index); to getter DataTransferItem (unsigned long index);
___
These are few quick ones, it might have one or two more stuff but just wanted to raise, so we can do these changes and fix it.
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/20231226/5ad48841/attachment.htm>
More information about the webkit-unassigned
mailing list