[webkit-changes] [WebKit/WebKit] fba982: Sync `WheelEvent` interface (deltaX, deltaY and de...

Ahmad Saleem noreply at github.com
Thu Feb 1 02:23:50 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fba982021841293d38a888bc7efd7800a070dd5c
      https://github.com/WebKit/WebKit/commit/fba982021841293d38a888bc7efd7800a070dd5c
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
    M Source/WebCore/dom/WheelEvent.idl

  Log Message:
  -----------
  Sync `WheelEvent` interface (deltaX, deltaY and deltaZ) with Web-Specification

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

Reviewed by Ryosuke Niwa.

This patch aligns WebKit with Web-Specification [1]:

[1] https://w3c.github.io/uievents/#interface-wheelevent

As per web-specification, all delta values should be just 'double', so this remove 'unrestricted'.

* Source/WebCore/dom/WheelEvent.idl:

Canonical link: https://commits.webkit.org/273891@main




More information about the webkit-changes mailing list