Currently the language around firing compositionstart/end events is just:
Fire an event named compositionstart/compositionend at editContext using CompositionEvent.
But this doesn't make it clear how the view and data attributes should be initialized. There is the table in the UI Events spec, but that seems to only apply to non-EditContext composition events on elements. Probably the EditContext spec should be explicit about this.
Currently the language around firing compositionstart/end events is just:
But this doesn't make it clear how the
viewanddataattributes should be initialized. There is the table in the UI Events spec, but that seems to only apply to non-EditContext composition events on elements. Probably the EditContext spec should be explicit about this.