diff --git a/index.html b/index.html index cf112528..728bab5a 100644 --- a/index.html +++ b/index.html @@ -8197,7 +8197,7 @@

Input state

  • If source is undefined, set source to the result of trying to create an input source - with input state and type. + with input state, type and subtype.

  • Return success with data source.

  • @@ -8425,8 +8425,8 @@

    Processing actions

    1. Let source actions be the result of trying to process an input source action sequence given input - state, action sequence, and actions - options. + state, action sequence, actions + options and optional subtype.

    2. For each action in source actions: @@ -8450,8 +8450,8 @@

      Processing actions

      When required to process an input source action sequence, given input state, action - sequence, and actions options, a remote end - must: + sequence, and actions options, and optional subtype, + a remote end must:

      1. Let type be the result of getting a property @@ -10297,7 +10297,7 @@

        Perform Actions

      2. Let actions by tick be the result of trying to extract an action sequence with input state, - parameters, and actions options. + parameters, actions options and optional subtype.

      3. Dispatch actions with input state, actions by tick, current browsing context,