Commit d98f84e
authored
Updates deactivate timing for old EditContext (#117)
Move the "deactivate an EditContext" step earlier in the `HTMLElement.editContext` replacement algorithm so deactivation steps (e.g., compositionend) run while the EditContext is still associated with its element
Closes #75
For normative changes, the following tasks have been completed:
* [x] [Editing WG resolution](#75 (comment)) on the proposed changes, with at least two implementers participating and not objecting:
* [x] WebKit
* [x] Chromium
* [x] Gecko
* [x] For browsers that are shipping the feature, implementation bugs are filed for the proposed changes (link to bug, or write "Not Implementing"):
* [x] WebKit (WebKit/standards-positions#243)
* [x] Chromium (https://issues.chromium.org/issues/40642681)
* [x] Gecko (mozilla/standards-positions#199)1 parent 1b12ed5 commit d98f84e
1 file changed
+14
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
699 | | - | |
700 | 699 | | |
701 | 700 | | |
702 | 701 | | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | 702 | | |
711 | 703 | | |
712 | 704 | | |
713 | | - | |
714 | | - | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
715 | 716 | | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
716 | 720 | | |
717 | 721 | | |
718 | 722 | | |
| |||
0 commit comments