diff --git a/source b/source index 139e2870c0b..6ce86be5abf 100644 --- a/source +++ b/source @@ -3292,6 +3292,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • EventInit dictionary type
  • type attribute
  • An event's target
  • +
  • An event's source
  • currentTarget attribute
  • bubbles attribute
  • cancelable attribute
  • @@ -61172,6 +61173,9 @@ dictionary SubmitEventInit : EventInit { data-x="dom-SubmitEvent-submitter">submitter attribute must return the value it was initialized to.

    +

    The submitter attribute defines the source for a SubmitEvent.

    +
    The FormDataEvent interface
    @@ -80615,6 +80619,9 @@ dictionary ToggleEventInit : EventInit { Currently an event attribute initialized to a value cannot also have a getter, and so an internal slot (or map of additional fields) is required to properly specify this.

    +

    The source attribute defines the source for a ToggleEvent.

    +

    A toggle task tracker is a struct which has: