- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 06 Dec 2021 09:11:22 -0800
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 December 2021 17:11:35 UTC
Currently `EditContext` objects seem to be manipulated by the standard through its public IDL members. That cannot be implemented in that manner and therefore it shouldn't be defined as such. Instead you should define the private fields/internal slots/associated concepts of `EditContext` objects and manipulate those. And the various getters can return them. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/373
Received on Monday, 6 December 2021 17:11:35 UTC