verygoodgraphics / vgg_runtime

The official implementation of VGG Specs with cross-platform vector graphics and user interfaces.
https://verygoodgraphics.com
Other
57 stars 4 forks source link

Support text selection in running mode #381

Open harry75369 opened 4 months ago

harry75369 commented 4 months ago

Detailed description

Text selection is one of accessibility problems that should be prioritized.

Possible implementation

It depends.

If only web platform is going to be supported, there is a much easier way to use overridden DOM node.

If not, a serious of work amount is expected in the C++ engine.

Additional information

No response