diff --git a/dom.bs b/dom.bs index 32a90a3f7..dd41c0418 100644 --- a/dom.bs +++ b/dom.bs @@ -839,8 +839,8 @@ method steps are: Specifications may define event constructing steps for all or some -events. The algorithm is passed an event as indicated in the -inner event creation steps. +events. The algorithm is passed an event event and an {{EventInit}} +eventInitDict as indicated in the inner event creation steps.

This construct can be used by {{Event}} subclasses that have a more complex structure than a simple 1:1 mapping between their initializing dictionary members and IDL attributes. @@ -915,7 +915,7 @@ correct defaults.

event has an attribute whose identifier is member, then initialize that attribute to value. -
  • Run the event constructing steps with event. +

  • Run the event constructing steps with event and dictionary.

  • Return event.