spiegel-keyman/web/src/engine/attachment
Eberhard Beilharz 46ecfd4466
refactor(web): move remaining parts of keyboard-processorkeyboard
move parts of `common/web/keyboard-processor/` →
`web/src/engine/keyboard/`.

Fixes: #12110
2024-08-12 19:40:15 +02:00
..
src refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
.c8rc.json chore(web): Add unit tests for pageContextAttachment 2023-12-13 19:04:59 +01:00
build.sh chore(common): builder scripts now use /resources/build/builder.inc.sh 2024-05-02 15:54:31 +07:00
readme.md refactor(web): extracts engine/attachment child project 2023-05-15 13:57:34 +07:00
tsconfig.json chore(web): centralizes main KMW component tsconfig settings 2023-06-14 09:02:46 +07:00

engine/attachment

This submodule defines the behaviors of KeymanWeb's page and element attachment model - that is, the logic KeymanWeb uses to integrate with its host page and determine which elements are eligible for use as Keyman-editable context.

Note that this component does not define any related handlers used to hook into the elements, determine changes in focus, or any other related logic. This is focused solely on determining page components are supported for use as input context providers.