[w3c/editing] EditContext: define internal model (Issue #373)

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