From dabe2debebd83251a46071e06bb4763b45eb46de Mon Sep 17 00:00:00 2001 From: Dan Clark Date: Mon, 18 Sep 2023 15:34:03 -0700 Subject: [PATCH] Fix compositionend links (#66) Before seeing @dontcallmedom 's fix at https://github.com/w3c/edit-context/pull/63 I introduced a couple more instances of the issue. Fixing the remaining links. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4eef284..fc656eb 100644 --- a/index.html +++ b/index.html @@ -701,7 +701,7 @@

Update the EditContext

  • Set |editContext|'s [=is composing=] to false.
  • [=Fire an event=] named - compositionend + compositionend at |editContext| using {{CompositionEvent}}.
  • Return.
  • @@ -735,7 +735,7 @@

    Update the EditContext

  • Set |editContext|'s [=is composing=] to false.
  • [=Fire an event=] named - compositionend + compositionend at |editContext| using {{CompositionEvent}}.