diff --git a/index.html b/index.html index e5aeaa7..80a96f9 100644 --- a/index.html +++ b/index.html @@ -1642,8 +1642,7 @@

Trusted Targets - Any Element with contenteditable - attribute enabled. + Any Element that is an [=editing host=]. @@ -1653,11 +1652,27 @@

action [[UI-EVENTS]] - Varies: 'Update the DOM' for contentEditable=typing editing - hosts for inputTypes "insertCompositionText" - and "deleteCompositionText". 'Update the DOM - element' for contentEditable="true" editing - hosts for all inputTypes. None otherwise. + @@ -1788,9 +1803,14 @@

- 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.