diff --git a/index.html b/index.html index e5aeaa7..80a96f9 100644 --- a/index.html +++ b/index.html @@ -1642,8 +1642,7 @@
Element
with contenteditable
- attribute enabled.
+ Any Element
that is an [=editing host=].
"insertCompositionText"
- and "deleteCompositionText"
. 'Update the DOM
- element' for contentEditable="true"
editing
- hosts for all inputTypes. None otherwise.
+ "insertCompositionText"
+ and "deleteCompositionText"
: 'Update the DOM'.
+ contentEditable="true"
[=editing hosts=]
+ for all inputTypes: 'Update the DOM'.
+ - A [=user agent=] MUST [=dispatch=] this event immediately after - the DOM has been updated due to a user expressed intention to - change the document contents which the browser has handled. + A [=user agent=] MUST [=dispatch=] this event immediately after the DOM has been + updated due to user expressed intention to change the document contents which the + browser has handled. If the browser makes no DOM change, either because the + editing host is an + EditContext editing host + (which does not do automatic DOM changes) or because the [=user agent=] + concludes that no DOM change is needed, the user agent MUST NOT + dispatch this event.