[webkit-changes] [WebKit/WebKit] d6d260: Sync `InputEvent` and `CompositionEvent` with WebI...

Ahmad Saleem noreply at github.com
Sun Feb 4 04:39:03 PST 2024


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

  Changed paths:
    M Source/WebCore/dom/CompositionEvent.idl
    M Source/WebCore/dom/InputEvent.idl

  Log Message:
  -----------
  Sync `InputEvent` and `CompositionEvent` with WebIDL Specification

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

Reviewed by Ryosuke Niwa.

This patch is to align WebKit with Web-Specification:

[1] https://w3c.github.io/uievents/#idl-inputevent
[2] https://w3c.github.io/uievents/#idl-compositionevent

Only change is to modify `data` in both interfaces to `USVString` as per below:

Web-Spec Issue: https://github.com/w3c/uievents/issues/352

* Source/WebCore/dom/InputEvent.idl:
* Source/WebCore/dom/CompositionEvent.idl:

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




More information about the webkit-changes mailing list