NEW 267978
Sync 'TouchEventInit' dictionary as per WebIDL Specification
https://bugs.webkit.org/show_bug.cgi?id=267978
Summary Sync 'TouchEventInit' dictionary as per WebIDL Specification
Ahmad Saleem
Reported 2024-01-23 19:40:26 PST
Hi Team, I know TouchEvent implementation for Apple port is different but just wanted to sync with web-spec: Web-Spec: https://w3c.github.io/touch-events/#dom-toucheventinit File: Source/WebCore/dom/TouchEvent.idl Current: dictionary TouchEventInit : UIEventInit { TouchList? touches = null; TouchList? targetTouches = null; TouchList? changedTouches = null; }; Web-Spec: dictionary TouchEventInit : EventModifierInit { sequence<Touch> touches = []; sequence<Touch> targetTouches = []; sequence<Touch> targetTouches = []; }; __ It compiles and just wanted to raise so we can fix it. Thanks!
Attachments
Ahmad Saleem
Comment 1 2024-01-23 19:52:06 PST
It compiles on Apple port rather than non-mac port, it leads to compilation issue.
Radar WebKit Bug Importer
Comment 2 2024-01-30 19:41:16 PST
Note You need to log in before you can comment on or make changes to this bug.